Difference between revisions of "Mounting a disk image"
From Nuclear Physics Group Documentation Pages
Jump to navigationJump to search(One intermediate revision by one other user not shown) | |||
Line 1: | Line 1: | ||
== Image made by dd == | == Image made by dd == | ||
− | To mount a filesystem or hard disk image made by dd, simply run | + | 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 |
Latest revision as of 00:58, 23 November 2010
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