SD card failiure?

I used to run Zorin OS as the drive for this SD card and it worked fine, but I think I might have to buy a USB drive then... That very well could've worn down the SD card.

Tried it, didnt work. Thank you for the suggestion though!

You could try it with diskpart on Windows. It is a Command Line Tool but for this it could be a good Solution. So, type in the Search Bar diskpart and make a right-click on it and choose ''Run As Administrator''. That is an important to do because You need Administrator Rights to do the Following.

When it is open type list disk and you will get a List with Drives. Unfortunately there are not named. There are only Numbers. Now you must see were Your SD-Card is. You can find it when You look at the Capacity. The GB-Sizes are shown. So You must take that with the Size from Your SD-Card. When you founded it look what Number it has.

Then You type the command sel disk [Number-of-Your-Card]

Then the Drive is choosen. Then You type clean and with that Command it will completely delete. So BE CAREFUL what You have chosen!

After that type create partition primary

After that type format fs=ntfs quick

And then it is formatted to the Standard NTFS File Format. To change it in FAT32 you can make it now in the windows Explorer like normally.

Attempting to use the command 'list disk' gives me this error:
"'list' is not recognized as an internal or external command,
operable program or batch file." (I did use the administrator version, I checked)

EDIT: Nevermind, I used the regular command line instead of Diskpart... Anyway, it seems like that didn't work either. It says access is denied, although I did run it as administrator.
"DiskPart has encountered an error: Access is denied.
See the System Event Log for more information." (This is after trying to run clear."

Checking the Event Viewer (which I assume is what it is referring to) says this error... hmm..
image

I can make you a pictured Step-by-Step Guide if You want. Maybe it is clearer than. But I take some Time. Maybe tomorrow Evening.

In common I would recommend to use a USB Stick. You don't need a big One. 8GB are enough.

Update: I've come to the conclusion that the card is dead.
After inserting it into a chromebook I had, it contained all the normal ZorinOS files but was locked into read only mode. I tried to remove it, but nothing. This happens after an SD card is almost dead, so you can retrieve the data from it before its gone.
RIP. I'm going to go buy a USB stick.

You don't need to:

https://youtu.be/lGR_VNwUfzk?feature=shared

That doesn't mean that it must be broken. It was made from Etcher like this. I have that too when I use an USB Stick. I give You later a little Guide like I wrote. Of course You don't must try if You not want. But when it works You don't have to throw the Card in the Trash.

I may be way off, but are you using a SD Card adaptor? I only ask because I once had a similar issue, turns out the 'Lock' tap/switch was moved accidently by my handling it, with fat fingers...lol

2 Likes

Okay, I will try to show a little Guide like I wrote. But You should definetly look for @JeffK969 's Suggestion. Sometimes the small Things make big Trouble. But if that is okay and You want to try it, is here my Step-by-Step Guide:

You start in Windows and search for diskpart and make a right-click on it an choose the Option to run it as Administrator (I know it is german, it is only for Orientation):

When the Diskpart-Window is open You type list disk and You should get a List of Devices:


In my Case there are only 2. 0 is my internal m.2 and 1 is a USB Stick that I use for this Demonstration. In your Case could it be look different. It depends how much Devices You have. As you see, there are no Names to identify. So you must look at the Sizes of the Devices. So, I know, I must use Number 1. To choose it, You type sel disk [Number-of-Your-Device] In my Case it is sel disk 1. Then it looks like this:

You get a Notification what Device is chosen. And now it is important that You have chosen the right Device because in the next Step it will be deleted so LOOK TWICE that You choose the correct One. Okay, now You type clean and then you get this:

After that Your Card should be cleaned. Then You type create partition primary and then it should look like this:

After that You type format fs=ntfs quick to format it for first Use:

So, after that you can close diskpart and go into Windows Explorer and make a right-click on your SD-Card and choose the Option to format it and format it to FAT32 and done.

I hope that I explained it good enough and it works for You.

1 Like

Balena Etcher has a bit of history wrecking USB sticks, so I guess also SD cards. But you may be able to resuscitate that SD Card, so don't bin it just yet.
Maybe consider using a different USB tool in future, e.g. Rufus, Unetbootin.

I'm not, but thank you for the suggestion!

1 Like

Yes, I exactly did the steps of this guide however it still didn't work.

How would I resusciate it? I only used balenaEtcher because thats what the install guide recommended... (I do still have the card)

Thank you for the suggestion, and this does seem as though it'll work, however I've already ordered the USB stick.. and it seems a lot easier to do it that way

1 Like

See Aravisian past #4 and Zorin devs post #5 here:

Okay, thank you. I have already tried the steps on how to recover a drive however...
I will stop using balenaEtcher and use unetbootin just in case that may have caused this.

Anyway, it seems like that didn't work either. It says access is denied, although I did run it as administrator.
"DiskPart has encountered an error: Access is denied.
See the System Event Log for more information." (This is after trying to run clear."

Ventoy is excellent for installing Zorin.

1 Like

I've heard good things about Ventoy too... I will try it. Thank you!