From: Germana Oliveira on
Hi!!

I have a pen drive and recently my debian can not find it because suddenly
lose its format, so debian does not recognize it, don't even mount it.
With dmesg it says the pen drive is in sda but
#ls /dev/sda or /dev/sda1
does not exist in /dev ¿?

How can i find my pen drive ???? so i can format it.

Thanks!!


--
Germana Oliveira

germanaoliveirab arroba gmail punto com
http://626f67.wordpress.com
http://slcarabobo.wordpress.com
From: Celejar on
On Fri, 12 Mar 2010 12:57:44 -0430
Germana Oliveira <germanaoliveirab(a)gmail.com> wrote:

> Hi!!
>
> I have a pen drive and recently my debian can not find it because suddenly
> lose its format, so debian does not recognize it, don't even mount it.
> With dmesg it says the pen drive is in sda but
> #ls /dev/sda or /dev/sda1
> does not exist in /dev ¿?

This really seems bizarre - you're saying that it shows up in dmesg
as /dev/sda, but 'ls /dev/sda' shows 'No such file or directory' ?!

Please report the *exact* dmesg and ls output here.

> How can i find my pen drive ???? so i can format it.

If you can't find it, you have worse problems than formatting. One
thing at a time.

Celejar
--
foffl.sourceforge.net - Feeds OFFLine, an offline RSS/Atom aggregator
mailmin.sourceforge.net - remote access via secure (OpenPGP) email
ssuds.sourceforge.net - A Simple Sudoku Solver and Generator


--
To UNSUBSCRIBE, email to debian-user-REQUEST(a)lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster(a)lists.debian.org
Archive: http://lists.debian.org/20100312141507.edd4c133.celejar(a)gmail.com
From: Camaleón on
On Fri, 12 Mar 2010 12:57:44 -0430, Germana Oliveira wrote:

> I have a pen drive and recently my debian can not find it because
> suddenly lose its format, so debian does not recognize it, don't even
> mount it.

Maybe it's damaged or just died. How you tried to attach it into another
computer?

> With dmesg it says the pen drive is in sda but
> #ls /dev/sda or /dev/sda1
> does not exist in /dev ¿?
>
> How can i find my pen drive ???? so i can format it.

If the flash drive is not physically damaged but partition table is
broken or lost, you can try with some recover data tools, such "TestDisk".

http://www.cgsecurity.org/wiki/TestDisk

Greetings,

--
Camaleón


--
To UNSUBSCRIBE, email to debian-user-REQUEST(a)lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster(a)lists.debian.org
Archive: http://lists.debian.org/pan.2010.03.12.19.19.32(a)gmail.com
From: Germana Oliveira on

>
> This really seems bizarre - you're saying that it shows up in dmesg
> as /dev/sda, but 'ls /dev/sda' shows 'No such file or directory' ?!
>
> Please report the *exact* dmesg and ls output here.
>
> > How can i find my pen drive ???? so i can format it.
>
> If you can't find it, you have worse problems than formatting. One
> thing at a time.
>

ok!
Now in my house, this is my dmesg

dmesg | tail
[ 6549.064607] sd 4:0:0:0: [sdb] Write Protect is off
[ 6549.064612] sd 4:0:0:0: [sdb] Mode Sense: 23 00 00 00
[ 6549.064616] sd 4:0:0:0: [sdb] Assuming drive cache: write through
[ 6549.089712] sd 4:0:0:0: [sdb] 1003520 512-byte hardware sectors (514
MB)
[ 6549.096014] sd 4:0:0:0: [sdb] Write Protect is off
[ 6549.096014] sd 4:0:0:0: [sdb] Mode Sense: 23 00 00 00
[ 6549.096014] sd 4:0:0:0: [sdb] Assuming drive cache: write through
[ 6549.096014] sdb: unknown partition table
[ 6549.128012] sd 4:0:0:0: [sdb] Attached SCSI removable disk
[ 6549.128012] sd 4:0:0:0: Attached scsi generic sg2 type 0


so i do:
e/germana# ls /dev/sdb
/dev/sdb

and i can not see anything

but i use:
fdisk -l /dev/sdb

Disco /dev/sdb: 513 MB, 513802240 bytes
16 heads, 62 sectors/track, 1011 cylinders
Units = cilindros of 992 * 512 = 507904 bytes
Disk identifier: 0x00000000

and i can see this is my pen drive.... or not??

should i do something else?





--
To UNSUBSCRIBE, email to debian-user-REQUEST(a)lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster(a)lists.debian.org
Archive: http://lists.debian.org/1268498174.3437.10.camel(a)bog-debian.bog.debian
From: Aioanei Rares on
Germana Oliveira wrote:
>> This really seems bizarre - you're saying that it shows up in dmesg
>> as /dev/sda, but 'ls /dev/sda' shows 'No such file or directory' ?!
>>
>> Please report the *exact* dmesg and ls output here.
>>
>>
>>> How can i find my pen drive ???? so i can format it.
>>>
>> If you can't find it, you have worse problems than formatting. One
>> thing at a time.
>>
>>
>
> ok!
> Now in my house, this is my dmesg
>
> dmesg | tail
> [ 6549.064607] sd 4:0:0:0: [sdb] Write Protect is off
> [ 6549.064612] sd 4:0:0:0: [sdb] Mode Sense: 23 00 00 00
> [ 6549.064616] sd 4:0:0:0: [sdb] Assuming drive cache: write through
> [ 6549.089712] sd 4:0:0:0: [sdb] 1003520 512-byte hardware sectors (514
> MB)
> [ 6549.096014] sd 4:0:0:0: [sdb] Write Protect is off
> [ 6549.096014] sd 4:0:0:0: [sdb] Mode Sense: 23 00 00 00
> [ 6549.096014] sd 4:0:0:0: [sdb] Assuming drive cache: write through
> [ 6549.096014] sdb: unknown partition table
> [ 6549.128012] sd 4:0:0:0: [sdb] Attached SCSI removable disk
> [ 6549.128012] sd 4:0:0:0: Attached scsi generic sg2 type 0
>
>
> so i do:
> e/germana# ls /dev/sdb
> /dev/sdb
>
> and i can not see anything
>
> but i use:
> fdisk -l /dev/sdb
>
> Disco /dev/sdb: 513 MB, 513802240 bytes
> 16 heads, 62 sectors/track, 1011 cylinders
> Units = cilindros of 992 * 512 = 507904 bytes
> Disk identifier: 0x00000000
>
> and i can see this is my pen drive.... or not??
>
> should i do something else?
>
>
>
>
>
>

Disk identifier: 0x00000000 isn't a valid value, so the drive isn't properly detected.


--
To UNSUBSCRIBE, email to debian-user-REQUEST(a)lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster(a)lists.debian.org
Archive: http://lists.debian.org/4B9BC9B8.1080500(a)gmail.com