N
N
newpavlov2013-02-26 18:42:09
linux
newpavlov, 2013-02-26 18:42:09

Recovery of a flash drive, the size from 4 GB has decreased to 315 meters and cannot be formatted

dmesg output when connected:

[148133.034699] usb 2-1.3: new high-speed USB device number 18 using ehci_hcd
[148133.127255] usb 2-1.3: New USB device found, idVendor=1908, idProduct=1320
[148133.127267] usb 2-1.3: New USB device strings : Mfr = 1, Product = 2, SerialNumber = 3
[148133.127274] usb 2-1.3: Product: MASS MASS STORAGE STORAGE
[148133.127279] usb 2-1.3: Manufacturer: BUILDWINBUILDWINBUILDWINBUILDW
[148133.127284] usb 2-1.3: SerialNumber: 20101115000000000000
[148133.128136 ] scsi22: usb-storage 2-1.3:1.0
[148134.126438] scsi 22:0:0:0: Direct-Access NX216 FLASH READER 1.69 PQ: 0 ANSI: 2
[148134.128754] sd 22:0:0:0: Attached scsi generic sg3 type 0
[148134.129526] sd 22:0:0:0: [sdc] 614401 512-byte logical blocks: (314 MB/300 MiB)
[148134.130325] sd 22:0:0:0: [sdc] Write Protect is off
[148134.130337] sd 22:0:0:0: [sdc] Mode Sense: 03 00 00 00
[148134.131165] sd 22:0:0 :0: [sdc] No Caching mode page present
[148134.131177] sd 22:0:0:0: [sdc] Assuming drive cache: write through
[148134.137019] sd 22:0:0:0: [sdc] No Caching mode page present
[148134.137032] sd 22:0:0:0: [sdc] Assuming drive cache: write through
[148134.147009] sdc: unknown partition table
[148134.149625] sd 22:0:0:0: [sdc] No Caching mode page present
[148134.149638] sd 22:0:0:0: [sdc] Assuming drive cache: write through
[148134.149648] sd 22:0:0:0: [sdc] Attached SCSI removable disk

When trying to mount:
mount: wrong fs type, bad option, bad superblock on /dev/sdc, missing codepage or helper program, or other error

Then add to dmesg:
[148400.299406] FAT-fs (sdc): invalid media value (0x7c)
[148400.299417] FAT-fs (sdc): Can't find a valid FAT filesystem

Is the flash drive completely dead or still recoverable?

Answer the question

In order to leave comments, you need to log in

5 answer(s)
F
Fyodor, 2013-02-26
@Richard_Ferlow

At one time, flashboot.ru/index.php?name=iflash , this site helped me. there, by vid and pid, you can see a utility that helped people. though as a rule they are all under win

@
@dendery, 2013-02-26
_

> sdc: unknown partition table
clearly said. hence two options.
1. you have something uploaded there that cannot be recognized as a valid PT or FS.
2. it didn’t count, because the controller or memory died, but in this case, dmesg would contain mention of block device reading errors, I don’t see them, so most likely p.1
We treat (actions from root):
$ dd if=/ dev/zero of=/dev/sdc bs=1M count=10
make sure that /dev/sdc will be a flash drive, otherwise it will be funny
$ fdisk /dev/sdc
create partition: n,p,1
change type: t,b (b is FAT32)
save and exit: w,q
create file system
$ mkfs.vfat -F 32 -n ASX43847 /dev/sdc1
$ sync
take out the flash drive, insert, look

S
shifttstas, 2013-02-26
@shifttstas

There was such a problem, it was cured with the help of the HP Format Tool, try it, suddenly you will succeed

S
Shultc, 2013-02-26
@Shultc

Are you sure that there were 4GB on the flash drive before? Maybe it's a Chinese fake ?

D
DriZzzzle, 2017-02-18
@DriZzzzle

As an option computerinfo.ru/umenshilsya-obem-fleshki Summary cmd->diskpart->LIST diskpart->SELECT dist=№ (SELECT disk=5)->CLEAN cmd->diskmgmt.msc->we are looking for a flash drive->Create a simple volume->Next...

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question