You are not logged in.
Pages: 1
Hello, somehow I can't format my SD Card it just shows
Libparted Bug Found!
Input/output error during write on /dev/sdb
I don't know what to do, can it be that my SD Card adapter is corrupted?
Offline
We'll probably need a bit more info than that. What are you trying to do? What are you using to format (aka what program)
What hardware are you using to do the formatting, is it a laptop? When you plug in the card, can you access the filesystem on it?
"I have not failed, I have found 10,000 ways that will not work" -Edison
Offline
@OP: Try this:
sudo parted -a optimal /dev/sdb mklabel msdos
Offline
We'll probably need a bit more info than that. What are you trying to do? What are you using to format (aka what program)
What hardware are you using to do the formatting, is it a laptop? When you plug in the card, can you access the filesystem on it?
I'm trying to format my SD Card.... I'm using GParted, yes it's a laptop. I could before trying delete the patrition.
Offline
Maybe it worked the first time because there was no partition table on the device at that time.
And maybe there is one now, and you just need to delete the existing partition(s) and create a new one?
We can't know because you are not saying.
Use
sudo gparted --list /dev/sdb
to see what is on the device.
Then use 'man parted' for the commands and options appropriate for the action you want to take.
Offline
Pages: 1