How To Create .iso Files In Linux

It is surprisingly easy to create .iso file in Linux. I have tested the method on Ubuntu Feisty and I am sure it works on other distro as well.

Open up terminal:

Assume that /dev/cdrom is the location of CD/DVD-ROM

sudo umount /dev/cdrom
readcd dev=/dev/cdrom f=file.iso

That’s it.

If you want to mount your .iso file,

sudo mkdir /media/iso
sudo modprobe loop
sudo mount -t iso9660 -o loop file.iso /media/iso/

Sources: How to create Image (ISO) files from CD/DVD [Ubuntu Guide]

Damien Oh is the owner and chief editor of Make Tech Easier

 

Enjoyed the article? Subscribe to Make Tech Easier today to get your daily updates of technology tutorials, tips and tricks.

Enter your email:

Leave a Comment




 

Sign in with Twitter

Comment

Please Note: Comments maybe under moderation after you submit your comments so there is no need to resubmit your comment again