griimnak
You're a slave to the money then you die
Alright so, I have a 32gb sandisk microSD that was formatted for use with the raspberry pi.
One night I did a sudo apt update && sudo apt upgrade, let it run and left on all night by accident. The next morning, the pi wouldn't boot and my windows pc would reject the card and freeze my explorer. I read online and have concluded that it is most likely bricked.
I have tried:
fsck /dev/mmcblk0
fdisk --list
cfdisk /dev/mmcblk0
Is there anything else i could do to completely reset and clean every superblock / partition on the microsd? Or is it really bricked
One night I did a sudo apt update && sudo apt upgrade, let it run and left on all night by accident. The next morning, the pi wouldn't boot and my windows pc would reject the card and freeze my explorer. I read online and have concluded that it is most likely bricked.
I have tried:
- Formatting on windows with built-in format
- Formatting on windows with Raspberry PI recommended format tool
You must be registered for see links
- Formatting on windows with fat32.exe
- Formatting on Linux (Arch) with fdisk, cfdisk, gparted, parted.
Bash:
[ 1739.001813] mmcblk0: error -110 transferring data, sector 3293460, nr 2, cmd response 0x900, card status 0xd00
[ 1744.616714] mmcblk0: error -110 transferring data, sector 3293460, nr 2, cmd response 0x900, card status 0xd00
[ 1744.616901] print_req_error: 89 callbacks suppressed
[ 1744.616905] print_req_error: I/O error, dev mmcblk0, sector 3293460
[ 1744.616914] buffer_io_error: 1008377 callbacks suppressed
[ 1744.616918] Buffer I/O error on dev mmcblk0p5, logical block 138, lost async page write
[ 1744.616985] JBD2: recovery failed
[ 1744.616996] EXT4-fs (mmcblk0p5): error loading journal
[ 1744.635081] FAT-fs (mmcblk0p6): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
[ 1750.035760] mmcblk0: error -110 sending stop command, original cmd response 0x900, card status 0x400e00
fsck /dev/mmcblk0
Bash:
[root@revenge griimnak]# fsck /dev/mmcblk0
fsck from util-linux 2.32
// freezes
fdisk --list
Bash:
Disk /dev/sda: 298.1 GiB, 320072933376 bytes, 625142448 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disklabel type: dos
Disk identifier: 0x026e9e81
Device Boot Start End Sectors Size Id Type
/dev/sda1 * 2048 625141759 625139712 298.1G 83 Linux
Disk /dev/mmcblk0: 29.7 GiB, 31914983424 bytes, 62333952 sectors // micro sd
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
cfdisk /dev/mmcblk0
Bash:
Disk: /dev/mmcblk0
Size: 29.7 GiB, 31914983424 bytes, 62333952 sectors
Label: gpt, identifier: B77F93AC-A1B8-E84A-90AE-F0630F7EA707
Device Start End Sectors Size Type
>> /dev/mmcblk0p1 2048 62333918 62331871 29.7G Linux filesys
┌──────────────────────────────────────────────────────────┐
│Partition UUID: CEA2437B-629C-F24F-A39A-3FDC20FD8BC5 │
│Partition type: Linux filesystem (0FC63DAF-8483-4772-8E79-│
└──────────────────────────────────────────────────────────┘
Type "yes" or "no", or press ESC to leave this dialog.
yes // freezes
Is there anything else i could do to completely reset and clean every superblock / partition on the microsd? Or is it really bricked