Hi. I couldn't find any docs on how to mount the partitions under linux, so here is a simple recipe (it works with the 10M.FreeDOS image, that's all I know). As root: # losetup -o 8704 /dev/loop0 diskimage # mount /dev/loop0 /mnt/img <Do whatever you want> # umount /dev/loop0 # losetup -d /dev/loop0 For diskette-images, just drop the "-o 8704" parameter to losetup. Ketil
- Re: mounting disk ketilf
- Re: mounting disk Kevin Lawton
