0

I have a SD card used to have Raspbian on it. I am trying to write the lastest Raspbian image to it using Etcher. It is a San Disk Ultra 16GB disk.

Etcher reports this card as having size 32.1MB. Gparter also reports the disk of being just that.

Is it possible to increase the unallocated space of this card? It was originally a 16GB card. How can the size of the disk so dramatically decrease? Is this is a known feature of these types of cards?

etcher gparted

1
  • If, "It was originally a 16GB card. ", how could it have 32GB??? Commented Sep 14, 2021 at 21:11

1 Answer 1

1

Is it possible to increase the unallocated space of this card?

Not through regular software.

"Unallocated space" is total reported device size minus any partitions. If you don't have any partitions then this is just the actual capacity of the card.

In other words, this isn't a matter of GParted anymore – your card's internal controller reports that it physically has only this much storage.

How can the size of the disk so dramatically decrease? Is this is a known feature of these types of cards?

This is commonly seen on cheap USB sticks that have had large OS images written to them several times in a row (there are some similar posts on this website as well).

Not 100% clear why (the image-writing process doesn't do anything else but write data sectors in the regular way), but most likely the controller just decides that the flash storage has exceeded its write capacity, or something like that. If the SD card was used for storing a full Linux installation on a RPi, it's common for them to die in various ways.

There could be other causes, such as incompatible card reader (possibly?), but this is the most common one.

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .