Hi,
What are the specs on the Microsd slot? UHS-I,UHS-II???
Thanks,
Ron
It is a standard SDHC, suitable for Class 4, 6 or 10 Cardsw4mmp wrote:Hi,
What are the specs on the Microsd slot? UHS-I,UHS-II???
Thanks,
Ron
Actually Class 4 or 6 are more suited to the RPi I/O, many posts on this subjectw4mmp wrote:Thanks very much. My microsd is a class 10 so the RPI is doing the best it can.
It largely depends whether you're running it in a normal configuration. Class 10 would be ideal for a RPi with a camera collecting big timelapse photos. For most users, most of the time the class of their SD card doesn't matter and they won't be able to tell (because most computers spend lots of time waiting for the warm body behind the keyboard to respond to prompts on the screen). If you have an application that has high volume and high speed collection of massive blobs of data use a USB hard drive.fruitoftheloom wrote:Actually Class 4 or 6 are more suited to the RPi I/O, many posts on this subjectw4mmp wrote:Thanks very much. My microsd is a class 10 so the RPI is doing the best it can.
This mythical information about class 4 and 6 cards being better suited for the RPi is not based on fact and should stop being perpetuated without details to back it up. Sure there are a large number of posts stating it, but that does not make it a true statement. The "class" number of a card is the "minimum serial data writing speed" of the card and does not paint the whole picture of the performance of the card. (see https://www.sdcard.org/consumers/speed/ ) The benchmark used to set the speed class of a card is not an all encompassing test and only represents one aspect, "serial data writing". That is NOT the type of access that you will typically see when running an Operating system as is done on the Raspberry Pi. You need to take into account reads AND writes, of varying sizes, in random AND serial order to get a true picture of what the performance of the card is. Another myth I have seen perpetuated is that the 4K reads and writes are what really matters. That is only true if all you do is read and write 4k sized files. Again, that is NOT a fact.fruitoftheloom wrote:Actually Class 4 or 6 are more suited to the RPi I/O, many posts on this subjectw4mmp wrote:Thanks very much. My microsd is a class 10 so the RPI is doing the best it can.
Originally there were many reports of issues with SD cards corrupting, especially if using an overclock so I've been moving the OS to USB and running off that after boot for stability since I started with the Pi. I think that problem may be solved now, but I suspect the old card slot may have contributed to the issue. As far as speed goes, I did some tests after updating to a Raspberry Pi B2 and:LitterBugs wrote:This mythical information about class 4 and 6 cards being better suited for the RPi is not based on fact and should stop being perpetuated without details to back it up. Sure there are a large number of posts stating it, but that does not make it a true statement.fruitoftheloom wrote:Actually Class 4 or 6 are more suited to the RPi I/O, many posts on this subjectw4mmp wrote:Thanks very much. My microsd is a class 10 so the RPI is doing the best it can.