If it is an image of a floppy disk, then you should be able to do the same. However, some floppy images (such a boot floppies) use compression for a huge part of the disk, so it might not work with everything.
mount disk.img -o loop /mnt/somewhere should work (as root, at least) but you may need to specifiy a filesystem such as msdos or ext2.
|