Subject: mounting disk
Date: Sun, 26 Nov 2000 02:47:58 +0100 (MET)
From: <ketilf@ifi.uio.no>
To: plex86@fastxs.net



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
