Page 1 of 1
microSD 32GB
Posted: Tue Feb 17, 2015 10:07 pm
by starling88
I'll buy a 32gb microSD for my RPi2, I wanted to know if after Booting an Operating System on microsd, I can use the remaining space for other things? For example, to save my internet downloads.
Re: microSD 32GB
Posted: Wed Feb 18, 2015 12:16 am
by expandables
Hi you will need to expand the sd card file system size so you can use all of the space. To do that ssh into the pi and type
and press enter on expand file system then reboot the pi.

Re: microSD 32GB
Posted: Wed Feb 18, 2015 12:23 am
by xoopha
I assume that you mean to use that same card on another computer as extra storage, without destroying the Pi OS in the card for further use with your Pi2?
Re: microSD 32GB
Posted: Wed Feb 18, 2015 12:30 am
by starling88
expandables wrote:Hi you will need to expand the sd card file system size so you can use all of the space. To do that ssh into the pi and type
and press enter on expand file system then reboot the pi.

Thanks!
Re: microSD 32GB
Posted: Wed Feb 18, 2015 12:33 am
by starling88
xoopha wrote:I assume that you mean to use that same card on another computer as extra storage, without destroying the Pi OS in the card for further use with your Pi2?
No. Use the extra storage on the same RPi2.
Re: microSD 32GB
Posted: Wed Feb 18, 2015 12:50 am
by xoopha
Oh, sorry. Then of course, sudo raspi-config and choose to expand the filesystem. Or, if you have used NOOBS, it will be done automatically.
Re: microSD 32GB
Posted: Wed Feb 18, 2015 12:53 am
by starling88
xoopha wrote:Oh, sorry. Then of course, sudo raspi-config and choose to expand the filesystem. Or, if you have used NOOBS, it will be done automatically.
Thanks!