AdminUser.wOrdpress.cOm

Archive for July 2008

Mount ISO image in Linux

Posted by: SiiN on: July 22, 2008

Do you have the habit of storing files as ISO ? . In Windows you can read the contents of an ISO file by mounting it on a virtual drive using Daemontools. In Linux it’s pretty simple. You just have to mount the ISO as a loop device.
# mount -o loop filename.iso /path/to/some/directory
You [...]