Home
> How Can I Restore An Sd Card To Its Original 16Gb Capacity (Now 2Gb) After It Was Used For A Bad Linux Boot?
Question
How can I restore an SD card to its original 16Gb capacity (now 2Gb) after it was used for a bad Linux Boot?
Reply
Similar articles
- Can I connect an external desktop graphics card to a laptop?
- How many gigabytes of capacity did the ENIAC computer have and how much space did it occupy?
- Why is my computer always working at full capacity even when idle?
- What is the difference between Linux RPM and Linux DEB?
- What does the rm -rf ~ command do in Linux?
Directory/dev
To see which drive is your SD card, open a terminal and run the following command
Journalctl -f
It will show you several lines and it should appear something like this for example /dev/sdb1
Then you run the following command, giving the path to the sdb device, and do not place the share sdb1
Cfdisk /dev/sdb
And within this program you can delete partitions and re-create them
Greetings