The loop device is a block device that maps its data blocks not
to a physical device such as a hard disk or optical disk drive,
but to the blocks of a regular file in a filesystem or to another
block device. This can be useful for example to provide a block
device for a filesystem image stored in a file, so that it can be
mounted with the mount(8) command.



