Gramps
Posts: 8
Joined: Sun Nov 25, 2012 5:55 am
Location: A rocky farm in the Missouri Ozarks, USA

SD cards for the Pi

Tue Jun 03, 2014 7:47 pm

Hello folk,

This is probably a foolish question, but I'm wondering exactly what SD cards are best for the Pi? As in brand or model and speed? I read some of the information in the forum, but my 73 year old brain is having a bit of a hard time making heads or tails of what I'm reading. I am extremely computer/electronics illiterate but I'm decided to give the Raspberry Pi a hard try and believe me it has been hard. I had purchased one of the original Pi cards and was doing somewhat OK with it, but it went bad and stopped working. When I mean it went bad, I mean I was using the Pi and all of a sudden the screen went blank. I copied down the program for formatting the SD cards from the internet and installed it, but it cannot format the card, so I'm assuming the card went bad (and yes I know what happens many times when you assume). I want to purchase a larger card to replace the original, but there are so many on the store rack that I'm not sure which to purchase. Any suggestions?
Sorry if I sound crabby. :oops: It's hot and very humid here and I think its time I took a afternoon nap in front of the fan. :)

fruitoftheloom
Posts: 23337
Joined: Tue Mar 25, 2014 12:40 pm
Location: Delightful Dorset

Re: SD cards for the Pi

Tue Jun 03, 2014 7:50 pm

Rather than negativity think outside the box !
RPi 4B 4GB (SSD Boot)..
Asus ChromeBox 3 Celeron is my other computer...

User avatar
FTrevorGowen
Forum Moderator
Forum Moderator
Posts: 5621
Joined: Mon Mar 04, 2013 6:12 pm
Location: Bristol, U.K.
Contact: Website

Re: SD cards for the Pi

Tue Jun 03, 2014 9:36 pm

FWIW (and "pictures are worth ...") these are the ones I've used:
http://www.cpmspectrepi.webspace.virgin ... cards.html
Trev.
Still running Raspbian Jessie or Stretch on some older Pi's (an A, B1, 2xB2, B+, P2B, 3xP0, P0W, 2xP3A+, P3B+, P3B, B+, and a A+) but Buster on the P4B's. See: https://www.cpmspectrepi.uk/raspberry_pi/raspiidx.htm

User avatar
mahjongg
Forum Moderator
Forum Moderator
Posts: 13099
Joined: Sun Mar 11, 2012 12:19 am
Location: South Holland, The Netherlands

Re: SD cards for the Pi

Tue Jun 03, 2014 10:25 pm

Most importantly, buy your card from a reliable vendor, SD-cards from unreliable vendors may be fake, (Chinese copies) and sometimes do not even have the stated capacity, or have really unreliable controllers.

Gramps
Posts: 8
Joined: Sun Nov 25, 2012 5:55 am
Location: A rocky farm in the Missouri Ozarks, USA

Re: SD cards for the Pi

Sat Jun 07, 2014 5:16 pm

Thanks everyone,

I sort of jumped into the Raspberry with both feet, probably should have read a bit more and tested the water with a couple of toes first. I know absolutely nothing about computers or electronics and the old brain is getting a pretty hard workout trying to learn. Some days I wonder if my 72 year old mind is up to the chore.

gsh
Raspberry Pi Engineer & Forum Moderator
Raspberry Pi Engineer & Forum Moderator
Posts: 1557
Joined: Sat Sep 10, 2011 11:43 am

Re: SD cards for the Pi

Sat Jun 07, 2014 5:45 pm

fruitoftheloom wrote:http://elinux.org/RPi_SD_cards
This is pretty much useless... People blame their sd cards for corruption issues that were fixed at least a year ago!

The best would be the cheapest, buy the Raspberry Pi bundled with an 8G SD card and its only $5 Or buy from the swag store for £4 (UK)

Gordon
--
Gordon Hollingworth PhD
Raspberry Pi - Director of Software Engineering

Gramps
Posts: 8
Joined: Sun Nov 25, 2012 5:55 am
Location: A rocky farm in the Missouri Ozarks, USA

Re: SD cards for the Pi

Sat Jun 07, 2014 7:23 pm

I did purchase my Pi with the Noobs card. I just want to be able to try different systems without trashing the Noobs card. I want to be able to use the Original Raspberry OS if I really mess up a card with a different OS. Kind of like always having a rain slicker handy, even on a clear day.

User avatar
DougieLawson
Posts: 39121
Joined: Sun Jun 16, 2013 11:19 pm
Location: A small cave in deepest darkest Basingstoke, UK
Contact: Website Twitter

Re: SD cards for the Pi

Sat Jun 07, 2014 9:20 pm

Head to Walmart, pick up a few 8GB SDCards and a USB SDCard reader.

The USB SDCard reader is the best tool in my box, it lets me copy one SDCard to another on my RPi using
sudo dd if=/dev/mmcblk0 of=/dev/sda bs=80M &
Note: Any requirement to use a crystal ball or mind reading will result in me ignoring your question.

Criticising any questions is banned on this forum.

Any DMs sent on Twitter will be answered next month.
All non-medical doctors are on my foes list.

Gramps
Posts: 8
Joined: Sun Nov 25, 2012 5:55 am
Location: A rocky farm in the Missouri Ozarks, USA

Re: SD cards for the Pi

Sun Jun 08, 2014 5:39 pm

OK,
Stopped by Walmart after church today and purchased a couple of 16GB class 6 SD cards (they didn't have any class 4 cards). They are SanDisk cards. I have the second Noobs card which I purchased from MCM Electronics here in the US, after the first card I had died. This is now my Raspi system card and is running my Raspberry Pi. Can I copy this card while it is running my Raspberry, or do I have to make another card from the beginning? Sorry if these questions are foolish sounding, I'm really new at all of this and the learning ain't as easy as it once was.

User avatar
DougieLawson
Posts: 39121
Joined: Sun Jun 16, 2013 11:19 pm
Location: A small cave in deepest darkest Basingstoke, UK
Contact: Website Twitter

Re: SD cards for the Pi

Sun Jun 08, 2014 5:42 pm

You can copy /dev/mmcblk0 to another device while the RPi is running. It's best to do that on a dormant system as things can get updated while they're being copied.

What I do is sudo touch /forcefsck before starting the copy. Then during boot it will do a filesystem check on the copied partitions.
Note: Any requirement to use a crystal ball or mind reading will result in me ignoring your question.

Criticising any questions is banned on this forum.

Any DMs sent on Twitter will be answered next month.
All non-medical doctors are on my foes list.

Gramps
Posts: 8
Joined: Sun Nov 25, 2012 5:55 am
Location: A rocky farm in the Missouri Ozarks, USA

Re: SD cards for the Pi

Sun Jun 08, 2014 11:17 pm

OK, I'll give it a try later this evening after I have the farm chores finished. Thanks for your help.

User avatar
BostonDev
Posts: 5
Joined: Sun Jun 08, 2014 5:13 pm
Location: Boston, MA
Contact: Website

Re: SD cards for the Pi

Mon Jun 09, 2014 2:55 am

I've been using different brands and quality levels for a year now and never had a problem so far. And this is in production systems. For those though, I tend to go for something that's at least name brand. For any other application, just get the cheapest cards you can get; aside from some shady fly-by-night eBay ones obviously.

Return to “Beginners”