Mount ISO File In Linux

A neat trick in is the ability to mount an . as if it was a .

The command to do this is:
sudo mount -t -o loop /home/danny/filename. /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:

  1. Mounting / Extracting .bin and .cue Files In Ubuntu
  2. NFS Server
  3. Replace /dev/xxx With UUID
  4. Kick A Linux User Who’s Logged In
  5. 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 , , , , , , . Bookmark the permalink.

Leave a Reply

Your email address will not be published. Required fields are marked *.

*

All comments must go through an approval and anti-spam process before appearing on the website. Please be patience and do not re-submit your comment if it does not appear.