Hello, I try to mount a disk image file. This image file contain a FAT32 partition and unallocated space. By use: mount -t vfat -o loop disk.img /mnt I get this error: wrong fs type, bad option, bad superblock on /dev/loop0 So I need the mount option offset. How I find the right offset value? Everyone an idea? Cheers Axel