Page 1 of 1

NOOBS SD card

Posted: Tue Mar 31, 2015 1:44 pm
by Sparker
I have bought a 32GB micro Sd card and I formatted and loaded NOOBS onto it through Windows.
However, the Raspberry Pi does not appear to recognise the 32 GB SD card and shows that I have no memory left. Meaning, that I cannot install other programs.
Can anyone help please?

Re: NOOBS SD card

Posted: Tue Mar 31, 2015 1:52 pm
by kusti8
What does df -h say? Did you format it with size adjustment before?

Re: NOOBS SD card

Posted: Tue Mar 31, 2015 2:13 pm
by Sparker
I formatted it through windows with the SD Formatter prog.
Windows recognised the full 32 GB

Re: NOOBS SD card

Posted: Tue Mar 31, 2015 2:47 pm
by ShiftPlusOne
Paste the actual output of df -h after you install the OS itself.

Re: NOOBS SD card

Posted: Thu Apr 02, 2015 8:35 pm
by Sparker
Did not format it with size adjustment. Yet I tried again with size adjustment and it still shows zero memory available.

Re: NOOBS SD card

Posted: Thu Apr 02, 2015 8:38 pm
by Sparker
Sorry, but what is df -h?

Re: NOOBS SD card

Posted: Thu Apr 02, 2015 8:46 pm
by xoopha
df is a command line utility that will show disk filesystems and their sizes, together with the -h parameter it will make it all the more readable.
Just open a terminal window, type df -h and press Enter, then copy whatever the command prints and paste it here.

Re: NOOBS SD card

Posted: Fri Apr 03, 2015 4:10 pm
by Sparker
More info. regarding my problem with the unseen free memory on the SD card.

When I first formatted the SD card, I set a volume label for the SD card called, "RaspberryPi".

Once I removed that, everything workd fine.

Maybe it interfered with the boot-up routine?

Re: NOOBS SD card

Posted: Fri Apr 03, 2015 8:14 pm
by FTrevorGowen
Sparker wrote:More info. regarding my problem with the unseen free memory on the SD card.
When I first formatted the SD card, I set a volume label for the SD card called, "RaspberryPi".
Once I removed that, everything workd fine.
Maybe it interfered with the boot-up routine?
Intriguing - did you replace "RaspberryPi" with another label (not "recovery")? In the past there's been an apparent issue with "unlabelled formatting". (I only occasionally use Windows & the SDA Formatter, normally I use GParted on my Ubuntu netbook and labels like "4Noobs132l" **)
Trev.
** http://www.cpmspectrepi.webspace.virgin ... lV132.html

Re: NOOBS SD card

Posted: Sat Apr 04, 2015 4:21 pm
by beta-tester
i was having a similar problem in my beginning of playing around with NOOPS long time ago.
i formated my SD card by hand and copied NOOBS...
then at initial boot, NOOBS told me, there is no enough space to continue install...

my problem was, i made a mistake with SD card preparation.
i did not created a vfat (FAT32) filesystem on the first partition (/dev/mmcblk0p1)
i created the filesystem on the whole SD card without creating a partition (/dev/mmcblk0)

if there is no partition on the SD card, then there is no partition table.
if there is no partition table, then NOOBS is not able to reassemble the SD card by shrinking the install partition and create additional partitions for its need.

(the SD card and its filesystem is readable/writable/accessable even there is no partitiontable.
for the OS it looks like a very huge "floppy"-disk.
but as i told, it was my mistake and by creating my filesystem on SD card in that way, i got a warning, that it is very unusual to do in that way.
BTW: also giving the vfat/FAT32 filesystem a label with small letters in it, may cause big unexpected problems in a Linux environment - filenames with small letters is not a problem, only the label of the filesystem may make troulbel)

maybe you have the same problem, and your SD card is not partitionized in the right way (as it should).
i don't know, how SDFormat reacts, if your SD card is not partitionized initially, if it will recreate them.
maybe there is an additional option to do so.

Re: NOOBS SD card

Posted: Sat Apr 04, 2015 6:04 pm
by Sparker
Very interesting comments.
The exact label format I used was, "Raspberry Pi", without the quotes.
After several attempts to go beyond the boot stage, I simply deleted the label and left it empty.
I'm not clever enough to explain how that alteration changed things.

Re: NOOBS SD card

Posted: Sat Apr 04, 2015 6:10 pm
by Sparker
Thinking about it further, I can't be certain if I inserted a space between Raspberry and Pi.