public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
Search results ordered by [date|relevance]  view[summary|nested|Atom feed]
thread overview below | download: 
* Re: [gentoo-user] Corrupt USB pen drive
  @ 2007-05-18 11:50 99%     ` Mick
  0 siblings, 0 replies; 1+ results
From: Mick @ 2007-05-18 11:50 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 1418 bytes --]

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 #2: Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[relevance 99%]

Results 1-1 of 1 | reverse | options above
-- pct% links below jump to the message on this page, permalinks otherwise --
2007-05-17 11:36     [gentoo-user] Corrupt USB pen drive Mick
2007-05-18  8:29     ` Mick
2007-05-18  9:24       ` Etaoin Shrdlu
2007-05-18 11:50 99%     ` Mick

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox