]> err.no Git - util-linux/commit
mount: automatically detect and loop-mount regular files
authorKarel Zak <kzak@redhat.com>
Mon, 15 Mar 2010 16:10:35 +0000 (17:10 +0100)
committerKarel Zak <kzak@redhat.com>
Mon, 15 Mar 2010 16:10:35 +0000 (17:10 +0100)
commite580266914734898999f652025f9c7141023df66
treec2e96758fdc64e3a0a9f170466e8134f4a6ec95a
parentc47381d1b37af477c15711d9a1a559b577bf7f4d
mount: automatically detect and loop-mount regular files

This patch allows to automatically create a loop device from a regular
file if a filesystem type is not specified, for example:

   mount /path/disk.img /mnt

If the filesystem type is specified than "-o loop" is required.

Note that there is not a restriction (on kernel side) that prevents
regular file as a mount(2) source argument. A filesystem that is able
to mount regular files could be implemented.

Based on a patch from Adam Jackson <ajax@redhat.com>.

Signed-off-by: Karel Zak <kzak@redhat.com>
mount/mount.8
mount/mount.c