Difference between revisions of "Mounting a disk image"
From Nuclear Physics Group Documentation Pages
Jump to navigationJump to searchLine 1: | Line 1: | ||
== Image made by dd == | == Image made by dd == | ||
− | To mount a filesystem or hard disk image made by dd, simply run <code>mount -o loop=/dev/loop0 /tmp/disk-image /tmp/virtual_fs</code>. | + | To mount a filesystem or hard disk image (made by dd, or an iso), simply run <code>mount -o loop=/dev/loop0 /tmp/disk-image /tmp/virtual_fs</code>. |
Revision as of 14:57, 29 June 2007
Image made by dd
To mount a filesystem or hard disk image (made by dd, or an iso), simply run mount -o loop=/dev/loop0 /tmp/disk-image /tmp/virtual_fs
.