Mounting a Loopback Device Image

This is what I used to mount the Mandrake Pendrive Linux loopback device to retrieve my partners files when she moved back to a proper PC with a working hard drive 

# Create the device as /dev/loop0 and point to the loopback file
losetup /dev/loop0 Desktop/mcnlive.loop
# Mount the device in the usual way
mount -t ext2 /dev/loop0 Desktop/vfs

Bookmark and Share

Related posts:

  1. Choosing a Desktop Search Tool
  2. Don’t locate
  3. VMware Tools
  4. Diary of the Trials and Tribulations of Suse 10 on a Toshiba M30
  5. The freeze on wireless networking
This entry was posted in Linux. Bookmark the permalink.

Leave a Reply