On Friday 18 May 2007 10:24, Etaoin Shrdlu wrote:

> You still seem to be missing the correct syntax. (note: this might not
> solve your problem, and even issuing the right command might be of no
> help, but since you asked for it, here it is).
[snip . . . ]

Thanks!  Things don't always go as they should when I rush through commands - 
especially those I am not familiar with.  It's crystal clear now.

> # mount -t vfat -o loop /dev/loop2 /tmp/r1
>
> uses an incorrect syntax for the specification of the loopback device
> (which is optional anyway), and does not tell where to mount the
> filesystem. So, what you probably want is
>
> # mount -t vfat -o loop=/dev/loop2 /tmp/r1 /mnt/somewhere
>
> or just simply
>
> # mount -t vfat -o loop /tmp/r1 /mnt/somewhere

I am getting the same errors as before:
==========================================
# mount -t vfat -o loop /tmp/r1 /mnt/sda1
mount: wrong fs type, bad option, bad superblock on /dev/loop1,
       missing codepage or other error
       In some cases useful info is found in syslog - try
       dmesg | tail  or so
==========================================

No matter if I use vfat, msdos, or ntfs.  It seems to me that I need to 
reconstruct the hex of the partition table - but don't know how to do this 
and testdisk does not see the device to recover previous partition tables.

What now?
-- 
Regards,
Mick

Attachment: pgpqK120aljVP.pgp
Description: PGP signature

Reply via email to