Mounting ISO Files?

Carl Karsten carl at personnelware.com
Wed Aug 31 17:59:48 UTC 2005


> as I know, this is the quickest way to mount an ISO file:
> 
> sudo modprobe loop
> sudo mount -o loop -t iso9660 filename.iso /mnt/mountpoint
> 

Even quicker:
(skip the modprobe - not needed)

sudo mount -o loop filename.iso /mnt/mountpoint

mount will figure out that it is iso9660.

Carl K




More information about the ubuntu-users mailing list