Loopback Device: Difference between revisions

[unchecked revision][unchecked revision]
Content deleted Content added
Solar (talk | contribs)
m Formatting.
Line 324:
* losetup type command will give you the equivalent of a raw disk device (Eg /dev/hda)
* losetup -o type command will give you the equivalent of a raw partition device (Eg /dev/hda1)
 
'''You must never forget to flush filesystem buffers when manipulating with files on mounted disk image if you're using the image for running the system. On linux it can be simply done by executing ''sync'' command in shell.'''
 
== Loopback Device under FreeBSD ==