Just tried it. "mount --help" says there is a loop device and "losetup" is there but when I try to mount a loop device I get
-bash-3.2# mkdir /tmp/mount_loop
-bash-3.2# dd bs=512 count=2880 if=/dev/zero of=imagefile.img
2880+0 records in
2880+0 records out
-bash-3.2# mkfs.minix imagefile.img
480 inodes
1440 blocks
Firstdatazone=19 (19)
Zonesize=1024
Maxsize=268966912
-bash-3.2# mount -o loop /tmp/imagefile.img /tmp/mount_loop
mount: cannot setup loop device: No such file or directory

RSS


