You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Actually this tool only works for mmc which means that you've to connect it only through the card reader that doesn't connect in any way to the usb ports.
You may use a card reader or insert card directly if ports available. USB type readers won't work as it creates the location like dev/sdb like yours did.
Instead it should have came up with something like dev/mmcblk...
Which only comes when you directly insert card or reader into the system.
┌─[akhil@akhil] - [~] - [Thu Jul 11, 14:32]
└─[$] <> ls -la /sys/bus/mmc/devices/
total 0
drwxr-xr-x 2 root root 0 Jul 11 14:31 .
drwxr-xr-x 4 root root 0 Jul 11 14:31 ..
└─[$] <> lsblk
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINTS
sda 8:0 0 931.5G 0 disk
├─sda1 8:1 0 345.6G 0 part
├─sda2 8:2 0 195.3G 0 part
├─sda3 8:3 0 195.3G 0 part
├─sda4 8:4 0 98.5G 0 part
└─sda5 8:5 0 96.9G 0 part
sdb 8:16 1 119.1G 0 disk
└─sdb1 8:17 1 119.1G 0 part
zram0 254:0 0 3.7G 0 disk [SWAP]
nvme0n1 259:0 0 238.5G 0 disk
├─nvme0n1p1 259:1 0 1G 0 part /boot
└─nvme0n1p2 259:2 0 237.5G 0 part /home
/var/log
/var/cache/pacman/pkg
/.snapshots
/
└─[$] <> sudo hdparm -r0 /dev/sdb1
[sudo] password for akhil:
/dev/sdb1:
setting readonly to 0 (off)
readonly = 0 (off)
The disk to be formatted is sdb1
Thanks in advance
The text was updated successfully, but these errors were encountered: