-
Notifications
You must be signed in to change notification settings - Fork 2k
Update noobs.md #88
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update noobs.md #88
Conversation
SD card size greater than 32gb causes problems
@lurch is this true? |
As I understand it they come pre-formatted as exFat (because the Microsoft tools don't "allow" FAT32 volumes larger than 32GB, even though it's technically possible), but it should be (theoretically?) possible to format them as FAT32, and then NOOBS should work just fine? |
On 9/07/2014 9:20 a.m., Andrew Scheller wrote:
cheers,Eric Hueting p: (09) 5345432 |
On 9/07/2014 9:19 a.m., Ben Nuttall wrote:
Eric Hueting p: (09) 5345432 |
While waiting for my 64GB card to arrive, I thought I'd do a quick bit of googling... |
I'm sure its possible. I just went and installed the raspbian image which
|
Rest assured that once my 64GB SD card arrives, I'll test out which option(s) works reliably, and then update the documentation as appropriate. |
Be aware there are two types of SDXC cards. The current generation cards are essentially SDHC with a larger capacity and SD3.0 compatible. "real" SDXC cards which are SD4.0 will not work at all since they are electrically different. There is no way of using these on Pi hardware. Unfortunately whether a card is SD3.0 or SD4.0 is is often not made clear. |
Ah! Did not know that, thankyou.
The way I understood it was that it was only the Microsoft formatting tools that limited you to creating 32GB partitions, but in principle there's no reason why (using 3rd party software) FAT32 partitions can't be created up to 2TB? But this becomes irrelevant once NOOBS has actually booted, since it automatically resizes the first partition as small as possible (approximately 1.5GB with the current version of NOOBS). |
FAT32 should be fine up to 2TB
The SD version 4.0 specification specifies a number of different modes of communication, UHS-I and UHS-II (which we cannot do) are extensions to the standard SD (25MHz) and highspeed (50MHz) modes are the normal ones that work fine with 2835 No new SD card should be backwards incompatible otherwise they will not call it SD. If it doesn't work then it'd be because of bugs in either the SD card or our code not because they just don't work... Gordon |
@lurch what's the status of this? |
It's still on my TODO list... |
In addition to Fat32Format and Easus Partition Master (suggested in the comments above) there also appears to be MiniTool Partition Wizard which this article suggests also works. And of course, there's always the sensible solution (install Linux on your PC and format it with that ;) |
Also, try setting the volume label... We found a situation in the past where parted didn't like a filesystem formatted by a mac with no label |
Apologies for the delay, I've finally got round to documenting how to format an SDXC card for use with NOOBS, with 320d77b |
SD card size greater than 32gb causes problems