Loopback Device: Difference between revisions

Jump to navigation Jump to search
[unchecked revision][unchecked revision]
Content deleted Content added
m Missed a few..
No edit summary
Line 292: Line 292:


See also http://www.pixelbeat.org/scripts/lomount.sh
See also http://www.pixelbeat.org/scripts/lomount.sh

Finally, if you have to mount and umount that image very frequently and you're too lazy to type the sudo password each time, just add to /etc/fstab
/path/to/c.img /mnt/wherever ext2 user,loop 0 0
now you can just
mount /mnt/wherever
umount /mnt/wherever



==== The End ====
==== The End ====