LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Hardware (https://www.linuxquestions.org/questions/linux-hardware-18/)
-   -   Strange. My pendrive won't mount anymore (https://www.linuxquestions.org/questions/linux-hardware-18/strange-my-pendrive-wont-mount-anymore-486961/)

Thakowbbery 09-25-2006 09:09 PM

Strange. My pendrive won't mount anymore
 
Very strange

My pendrive works under Windows, but I can't mount it on my Slackware at home (but the automount system at my Suse at work mounts it fine).

When I try to: mount /dev/sda1 /mnt/hd, I get:

mount: /dev/sda1 is not a valid block device


And when I try: mount /dev/sda /mnt/hd, I get:

mount: you must specify the filesystem type

And my kernel returns:

Sep 25 23:00:52 MACHADO kernel: sda: Unit Not Ready, sense:
Sep 25 23:00:52 MACHADO kernel: sda: I/O error: dev 08:00, sector 0 (twice)

and then

Device 08:00 not ready.
Sep 25 23:00:52 MACHADO kernel: UMSDOS: msdos_read_super failed, mount aborted.

I tried mount -t auto, -t vfat, -t umsdos, but none of them seen to work

Nathanael 09-26-2006 03:07 PM

could you post the output of sfdisk -l

Thakowbbery 09-26-2006 09:35 PM

Wow, I didn't know that command, and it seens that there really is a problem with my pen, here's the output:

Disk /dev/sda: 1023 cylinders, 64 heads, 32 sectors/track
read: Input/output error

sfdisk: read error on /dev/sda - cannot read sector 0
/dev/sda: unrecognized partition table type
No partitions found

Disk /dev/sdb: 1009 cylinders, 32 heads, 61 sectors/track
Units = cylinders of 999424 bytes, blocks of 1024 bytes, counting from 0

Device Boot Start End #cyls #blocks Id System
/dev/sdb1 ? 982134+ 1843215- 861082- 840415161 69 Unknown
start: (c,h,s) expected (1023,31,61) found (612,109,33)
end: (c,h,s) expected (1023,31,61) found (255,97,46)
/dev/sdb2 ? 992286+ 1864077- 871792- 850868148+ ff BBT
start: (c,h,s) expected (1023,31,61) found (367,115,35)
end: (c,h,s) expected (1023,31,61) found (80,13,10)
/dev/sdb3 ? 905868+ 1811669- 905801- 884061367 6c Unknown
start: (c,h,s) expected (1023,31,61) found (355,116,37)
end: (c,h,s) expected (1023,31,61) found (112,97,32)
/dev/sdb4 ? 1478320+ 1478348- 28- 27107 0 Empty
start: (c,h,s) expected (1023,31,61) found (10,114,13)
end: (c,h,s) expected (1023,31,61) found (0,0,0)

Hum... very strange indeed...

Nathanael 09-27-2006 01:45 AM

try a differenet usb connector,

or perhaps grab all the data off of it, and reformat

Thakowbbery 09-28-2006 06:14 AM

already done that, didn't work :-/


All times are GMT -5. The time now is 09:16 PM.