Adabox 005: using a larger SD card (advice)

Moderators: adafruit_support_bill, adafruit

Please be positive and constructive with your questions and comments.
Locked
User avatar
dconley
 
Posts: 16
Joined: Wed Mar 22, 2017 8:52 pm

Adabox 005: using a larger SD card (advice)

Post by dconley »

I put a 16 gig card into our Adabox and at first only 4 gigs were recognized. To get the rest of it included you have to run

Code: Select all

sudo raspi-config
Go to Advanced Options and choose enlarge filesystem. Then reboot (sudo reboot) and you'll have the rest of your space.

The filesystem was only showing 4 gigs, now that I think about it, and that was a 8 gig card in the box, so this may have given us the space we needed for metadata and Minecraft... (oh well, I had the card for a retropie build that I hadn't finished anyway!)

User avatar
adafruit_support_mike
 
Posts: 67485
Joined: Thu Feb 11, 2010 2:51 pm

Re: Adabox 005: using a larger SD card (advice)

Post by adafruit_support_mike »

Yep.. an OS image is an exact, byte-for-byte copy of an existing storage device. The RasPi Foundation makes the Raspbian images as small as possible so people can load them on smaller SD cards. When you write the OS image to a larger card, you get an exact copy of a smaller filesystem.

Running `raspi-config` to expand the filesystem is one of the first things to do with any new Raspbian installation:

https://learn.adafruit.com/adafruits-ra ... figuration

Locked
Please be positive and constructive with your questions and comments.

Return to “AdaBox! Show us what you made!”