On 10/24/11 12:46 PM Mogens Kjaer wrote:
If you insert the stick with the .dd file in another, running Linux machine, does it mount it?
If I try this I get a directory with:
-rw-r--r-- 1 root root 362 Jan 25 2011 fix_driver_order drwx------ 2 root root 12288 Jan 25 2011 lost+found -rw-r--r-- 1 root root 69 Jan 25 2011 modinfo -rw-r--r-- 1 root root 462 Jan 25 2011 modules.alias -rw-r--r-- 1 root root 695298 Jan 25 2011 modules.cgz -rw-r--r-- 1 root root 0 Jan 25 2011 modules.dep -rw-r--r-- 1 root root 237 Jan 25 2011 pcitable -rw-r--r-- 1 root root 32 Jan 25 2011 rhdd
yes, I can mount it with -o loop
# mount -o loop /dev/sdb /mnt # ls -l /mnt <same output as your "ls -l"