LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Hardware (https://www.linuxquestions.org/questions/linux-hardware-18/)
-   -   64GB SD Card no longer getting any recognizing (https://www.linuxquestions.org/questions/linux-hardware-18/64gb-sd-card-no-longer-getting-any-recognizing-4175594363/)

BW-userx 11-28-2016 08:09 AM

64GB SD Card no longer getting any recognizing
 
I parted out a 64GB SD Card. Spliting it in half 32GB each. Slapped it into my Phone. started moving movies off my phone onto the card. it hung up. I waited and waited, then killed it. Now it is no longer being seen.

In dmesg this SD Card would be /dev/sdc this is all I can see on that in dmesg
Code:


[  113.648738] usb-storage 4-1.1:1.0: USB Mass Storage device detected
[  113.649359] scsi host6: usb-storage 4-1.1:1.0
[  114.673184] scsi 6:0:0:0: Direct-Access    Mass    Storage Device  1.00 PQ: 0 ANSI: 0 CCS
[  121.342581] sd 6:0:0:0: [sdc] Attached SCSI removable disk
[  241.637219] usb 4-1.1: USB disconnect, device number 6
[  246.416998] usb 4-1.1: new high-speed USB device number 7 using ehci-pci
[  246.497941] usb-storage 4-1.1:1.0: USB Mass Storage device detected
[  246.498331] scsi host6: usb-storage 4-1.1:1.0
[  247.523045] scsi 6:0:0:0: Direct-Access    Mass    Storage Device  1.00 PQ: 0 ANSI: 0 CCS
[  254.193376] sd 6:0:0:0: [sdc] Attached SCSI removable disk
[  294.879297] usb 4-1.1: USB disconnect, device number 7
[  703.326663] usb 4-1.1: new high-speed USB device number 8 using ehci-pci
[  703.407858] usb-storage 4-1.1:1.0: USB Mass Storage device detected
[  703.408206] scsi host6: usb-storage 4-1.1:1.0
[  704.435766] scsi 6:0:0:0: Direct-Access    Mass    Storage Device  1.00 PQ: 0 ANSI: 0 CCS
[  708.882087] sd 6:0:0:0: [sdc] Attached SCSI removable disk
[  981.139869] usb 4-1.1: USB disconnect, device number 8
[  984.638533] usb 4-1.1: new high-speed USB device number 9 using ehci-pci
[  984.719564] usb-storage 4-1.1:1.0: USB Mass Storage device detected
[  984.720006] scsi host6: usb-storage 4-1.1:1.0
[  985.750901] scsi 6:0:0:0: Direct-Access    Mass    Storage Device  1.00 PQ: 0 ANSI: 0 CCS

Anyone got any tricks to get that SD Card back in working order?

rokytnji 11-28-2016 08:22 AM

Well. If this breaks it. Not my fault.

In your shoes. I would start over. Open Gparted. See if the card is seen in there. If it is.

Device>Create a New Data Partition Table>Msdos

When done. Put it back in the phone and let the phone format it again.
Then do copy. One file at a time till file completes.

I pull the card out when copying mostly. Bypassing the cable .

BW-userx 11-28-2016 08:29 AM

Quote:

Originally Posted by rokytnji (Post 5635355)
Well. If this breaks it. Not my fault.

In your shoes. I would start over. Open Gparted. See if the card is seen in there. If it is.

Device>Create a New Data Partition Table>Msdos

When done. Put it back in the phone and let the phone format it again.
Then do copy. One file at a time till file completes.

I pull the card out when copying mostly. Bypassing the cable .

well yeahhh that was my first try... I guess I forgot to say that no body sees it, but me, including GParted.

latest dmesg -- I plugged in the USB "reader" strick then plugged in the Micro SD Card into it then ran dmesg and this is what it said.
Code:

[ 2420.721356] usb-storage 4-1.1:1.0: USB Mass Storage device detected
[ 2420.721550] scsi host6: usb-storage 4-1.1:1.0
[ 2421.761827] scsi 6:0:0:0: Direct-Access    Mass    Storage Device  1.00 PQ: 0 ANSI: 0 CCS
[ 2422.534959] sd 6:0:0:0: [sdc] Attached SCSI removable disk
[ 2434.627106] sd 6:0:0:0: [sdc] 15523840 512-byte logical blocks: (7.95 GB/7.40 GiB)
[ 2434.647759]  sdc: sdc1 sdc2 sdc3
[ 2459.109882] udevd[3094]: inotify_add_watch(7, /dev/sdc1, 10) failed: No such file or directory
[ 2459.125060]  sdc: sdc2 sdc3
[ 2459.245007] udevd[3094]: inotify_add_watch(7, /dev/sdc1, 10) failed: No such file or directory
[ 2459.452518] udevd[3094]: inotify_add_watch(7, /dev/sdc1, 10) failed: No such file or directory
[ 2459.830715] udevd[3094]: inotify_add_watch(7, /dev/sdc1, 10) failed: No such file or directory
[ 2460.838673] udevd[3096]: inotify_add_watch(7, /dev/sdc3, 10) failed: No such file or directory
[ 2460.842870] udevd[3096]: inotify_add_watch(7, /dev/sdc3, 10) failed: No such file or directory
[ 2460.847988] udevd[3096]: inotify_add_watch(7, /dev/sdc3, 10) failed: No such file or directory
[ 2460.852430] udevd[3096]: inotify_add_watch(7, /dev/sdc3, 10) failed: No such file or directory
[ 2461.442567] udevd[3094]: inotify_add_watch(7, /dev/sdc2, 10) failed: No such file or directory
[ 2461.558850] udevd[3094]: inotify_add_watch(7, /dev/sdc2, 10) failed: No such file or directory


rokytnji 11-28-2016 08:30 AM

Does the phone see it? Maybe use the phone to fix it?

rokytnji 11-28-2016 08:34 AM

Also. Have you considered downloading the most current gparted live iso. Make a bootable pendrive.

Maybe a more recent version will see it? I keep a older parted magic pendrive on the shelf for these kind of troubleshooting screw ups.

BW-userx 11-28-2016 08:35 AM

Quote:

Originally Posted by rokytnji (Post 5635362)
Does the phone see it? Maybe use the phone to fix it?

Tried that, I pretty much tried everything I know. that being one of them before posting this, help me.. ;)

with the phone I plug it in. it does not see it until I pull it out then I get a message sd card removed without telling it to message. it is like it knows it is there, just that I think the file system is destroyed.

BW-userx 11-28-2016 08:41 AM

Quote:

Originally Posted by rokytnji (Post 5635363)
Also. Have you considered downloading the most current gparted live iso. Make a bootable pendrive.

Maybe a more recent version will see it? I keep a older parted magic pendrive on the shelf for these kind of troubleshooting screw ups.

well I never.......
(i'll let you know if that works) BUT my distro is a bleeding edge keeping everything current. so I'll check versions of that portable GParted against what I have installed.

Quote:

userx@voided1.what~>> sudo xbps-query -Rs gparted
[*] gparted-0.27.0_1 Gnome Partition Editor
well
Download gparted-live-0.27.0-1-amd64.iso
Looks to be the same version....

rokytnji 11-28-2016 08:48 AM

Arrrgh.

Maybe, because it is bit outside the Linux eco system. I have this on a cd also.

http://partitionlogic.org.uk/download/

I use it because it has a few more features than gparted. Like renaming a primary to a logical so I can bypass the 4 primary partition barrier Compaq Laptops come with .

BW-userx 11-28-2016 09:10 AM

Quote:

Originally Posted by rokytnji (Post 5635372)
Arrrgh.

Maybe, because it is bit outside the Linux eco system. I have this on a cd also.

http://partitionlogic.org.uk/download/

I use it because it has a few more features than gparted. Like renaming a primary to a logical so I can bypass the 4 primary partition barrier Compaq Laptops come with .

let me guess, download the iso, use dd to burn it to a USB Stick, then use it to boot from that SB Stick then stick my corrupted Micro SD Card into another USB Port then go from there?

rokytnji 11-28-2016 09:14 AM

Yes. Just burning up time. nothing wrong with the above steps but unsure about

Quote:

, use dd to burn it to a USB Stick
Because it may not be a hybrid iso. Maybe rufus, or a Linux version of Unetbootin (mtools, 7zip needed for sure using Linux unetbootin)

Edit: That was why I just made the cd. Though back when I made mine. They did not have a usb download button on theor site. Things have changed there since I made mine.

BW-userx 11-28-2016 09:22 AM

Code:

[  68.246438] usb 5-1: new full-speed USB device number 2 using xhci_hcd
[  68.359621] usb 5-1: device descriptor read/64, error -71
[  68.575626] usb 5-1: device descriptor read/64, error -71
[  68.835440] usb 5-1: new full-speed USB device number 3 using xhci_hcd
[  68.948590] usb 5-1: device descriptor read/64, error -71
[  69.166578] usb 5-1: device descriptor read/64, error -71
[  69.427413] usb 5-1: new full-speed USB device number 4 using xhci_hcd
[  69.427858] usb 5-1: Device not responding to setup address.
[  69.630755] usb 5-1: Device not responding to setup address.
[  69.838351] usb 5-1: device not accepting address 4, error -71
[  69.994327] usb 5-1: new full-speed USB device number 5 using xhci_hcd
[  69.994755] usb 5-1: Device not responding to setup address.
[  70.198779] usb 5-1: Device not responding to setup address.
[  70.406362] usb 5-1: device not accepting address 5, error -71
[  70.406435] usb usb5-port1: unable to enumerate USB device
[  75.624866] EXT4-fs (sdb3): mounted filesystem with ordered data mode. Opts: (null)
[  78.014160] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null)
[  81.738275] SGI XFS with ACLs, security attributes, realtime, no debug enabled

wasted another USB Stick with that part logic dd

Emerson 11-28-2016 09:41 AM

So you have a card that has three partitions on it. From one of above posts it is sdc. The device sdc is recognized by system (at least it is not giving an error), partitions on it are not. From here common sense tells us the only thing to try is to nuke the partition table and see if a new one can be created. If that fails your card is dead.

BW-userx 11-28-2016 09:46 AM

1 Attachment(s)
Quote:

Originally Posted by Emerson (Post 5635388)
So you have a card that has three partitions on it. From one of above posts it is sdc. The device sdc is recognized by system (at least it is not giving an error), partitions on it are not. From here common sense tells us the only thing to try is to nuke the partition table and see if a new one can be created. If that fails your card is dead.

it was a 64GB Micro SD card that I used GParted on to split it in half, then put it into my Phone, and had a file manger on the phone move movies off the phone unto the card. it hung up, and now another issue arises due to @rokytnji idea to use something called partlogic I dd that to a 16GB SD Stick it screwed that up. I did this to that SD Stick to try and get it back and this is what that left me

the 16GB Stick is reading 16TB not GB but Tera Bytes.
Code:

userx@voided1.what~>> sudo dd if=/dev/zero of=/dev/sdc seek=16GB
dd: writing to '/dev/sdc': No space left on device
16373785+0 records in
16373784+0 records out
8383377408 bytes (8.4 GB, 7.8 GiB) copied, 10.4678 s, 801 MB/s
userx@voided1.what~>> sudo cfdisk /dev/sdc

See Photo

NOTICE: I am not really sure how big that SD Stick really is, an 8 or 16 or 32 GB it does not say on the stick.

Emerson 11-28-2016 09:54 AM

So the device below is NOT your SD card?
Code:

[ 2420.721356] usb-storage 4-1.1:1.0: USB Mass Storage device detected
[ 2420.721550] scsi host6: usb-storage 4-1.1:1.0
[ 2421.761827] scsi 6:0:0:0: Direct-Access    Mass    Storage Device  1.00 PQ: 0 ANSI: 0 CCS
[ 2422.534959] sd 6:0:0:0: [sdc] Attached SCSI removable disk
[ 2434.627106] sd 6:0:0:0: [sdc] 15523840 512-byte logical blocks: (7.95 GB/7.40 GiB)
[ 2434.647759]  sdc: sdc1 sdc2 sdc3
[ 2459.109882] udevd[3094]: inotify_add_watch(7, /dev/sdc1, 10) failed: No such file or directory
[ 2459.125060]  sdc: sdc2 sdc3
[ 2459.245007] udevd[3094]: inotify_add_watch(7, /dev/sdc1, 10) failed: No such file or directory
[ 2459.452518] udevd[3094]: inotify_add_watch(7, /dev/sdc1, 10) failed: No such file or directory
[ 2459.830715] udevd[3094]: inotify_add_watch(7, /dev/sdc1, 10) failed: No such file or directory
[ 2460.838673] udevd[3096]: inotify_add_watch(7, /dev/sdc3, 10) failed: No such file or directory
[ 2460.842870] udevd[3096]: inotify_add_watch(7, /dev/sdc3, 10) failed: No such file or directory
[ 2460.847988] udevd[3096]: inotify_add_watch(7, /dev/sdc3, 10) failed: No such file or directory
[ 2460.852430] udevd[3096]: inotify_add_watch(7, /dev/sdc3, 10) failed: No such file or directory
[ 2461.442567] udevd[3094]: inotify_add_watch(7, /dev/sdc2, 10) failed: No such file or directory
[ 2461.558850] udevd[3094]: inotify_add_watch(7, /dev/sdc2, 10) failed: No such file or directory


BW-userx 11-28-2016 10:01 AM

Quote:

Originally Posted by Emerson (Post 5635394)
So the device below is NOT your SD card?
Code:

[ 2420.721356] usb-storage 4-1.1:1.0: USB Mass Storage device detected
[ 2420.721550] scsi host6: usb-storage 4-1.1:1.0
[ 2421.761827] scsi 6:0:0:0: Direct-Access    Mass    Storage Device  1.00 PQ: 0 ANSI: 0 CCS
[ 2422.534959] sd 6:0:0:0: [sdc] Attached SCSI removable disk
[ 2434.627106] sd 6:0:0:0: [sdc] 15523840 512-byte logical blocks: (7.95 GB/7.40 GiB)
[ 2434.647759]  sdc: sdc1 sdc2 sdc3
[ 2459.109882] udevd[3094]: inotify_add_watch(7, /dev/sdc1, 10) failed: No such file or directory
[ 2459.125060]  sdc: sdc2 sdc3
[ 2459.245007] udevd[3094]: inotify_add_watch(7, /dev/sdc1, 10) failed: No such file or directory
[ 2459.452518] udevd[3094]: inotify_add_watch(7, /dev/sdc1, 10) failed: No such file or directory
[ 2459.830715] udevd[3094]: inotify_add_watch(7, /dev/sdc1, 10) failed: No such file or directory
[ 2460.838673] udevd[3096]: inotify_add_watch(7, /dev/sdc3, 10) failed: No such file or directory
[ 2460.842870] udevd[3096]: inotify_add_watch(7, /dev/sdc3, 10) failed: No such file or directory
[ 2460.847988] udevd[3096]: inotify_add_watch(7, /dev/sdc3, 10) failed: No such file or directory
[ 2460.852430] udevd[3096]: inotify_add_watch(7, /dev/sdc3, 10) failed: No such file or directory
[ 2461.442567] udevd[3094]: inotify_add_watch(7, /dev/sdc2, 10) failed: No such file or directory
[ 2461.558850] udevd[3094]: inotify_add_watch(7, /dev/sdc2, 10) failed: No such file or directory


That one IS MY micro SD Card. Now I am dealing with TWO situations, one which came out of trying to deal with this one.

my Flash Stick I used to DD that program iso that @rokytnji suggested screwed up my Flash Stick and I dd that one and got it back to 32 but not 32 GB it is saying it is Tera Bytes instead of Giga Bytes. Gparted is showing my Sick not sd card, as 29.81TiB when it should say 29.81GiB

my 64GB Micro SD Card is still crap .. which is that dmess you posted to reaffirm what is what.


All times are GMT -5. The time now is 09:32 AM.