Mount ISO File In Linux
Filed Under
Linux at 13th February 2010 1:03 by
DannyA neat trick in Linux is the ability to mount an .iso file as if it was a CDROM.
The command to do this is:
sudo mount -t iso9660 -o loop /home/danny/filename.iso /media/cdrom
where “/home/danny/filename.iso” is the path to the ISO file and the latter “/media/cdrom” is the mount point. In this case it will mount it where the CDROM would normally be mounted on.
Mount ISO as CD-rom not as a folder
Related posts:
- Mounting / Extracting .bin and .cue Files In Ubuntu
- NFS Server
- Replace /dev/xxx With UUID
- Kick A Linux User Who’s Logged In
- Formatting A Floppy Disk In Linux

About Danny
Young I.T software professional always studying and applying the knowledge gained and one way to do this is blogging.
Dedicated to I.T since studying pure Information Technology since the age of 16, Danny is now in the industry that he has aimed since leaving school.
View all posts by Danny → This entry was posted in
Linux and tagged
CD-rom,
CDROM,
ISO,
iso file,
iso9660,
Linux,
Mount ISO. Bookmark the
permalink.
Leave a Reply