> 3 Extract the image to an unused ramdisk like this: > dd if=imagefile of=/dev/ram7 bs=1k > 4 Then mount the ramdisk like this: > mount /dev/ram7 /mnt As an alternative to these two steps you can: mount -o loop <extracted imagefile> /mnt This is the way i mostly work on my image-files MfG Daniel