This probably is something simple, and may have already been addressed on here.
I have a 1.4MB floppy disk image file that I would like to mount as a drive.
The file is a *.img file.
---------- Post added at 07:10 PM ---------- Previous post was at 04:30 PM ----------
I tried
Code:
losetup /dev/loop0 /path/to/file.img
it said
Code:
dev/loop0: No such file or directory