I’m kind of new to Linux but I did get the Raspian version with the MPIDE loaded and running. I put the MPIDE version of Raspian on an 8gig flash card. It looks like the version of Raspian that is loaded is somewhat nonstandard because when I run raspi-config and try to expand to use all the memory I get a message saying “your partition layout is not currently supported by this tool.” How do I expand the partition to use the entire flash memory?
Thanks
Bill
I’m kind of new to Linux but I did get the Raspian version with the MPIDE loaded and running. I put the MPIDE version of Raspian on an 8gig flash card. It looks like the version of Raspian that is loaded is somewhat nonstandard because when I run raspi-config and try to expand to use all the memory I get a message saying “your partition layout is not currently supported by this tool.” How do I expand the partition to use the entire flash memory?
Thanks
Bill
Bill,
I see what you are saying. I ran the program and got the same results as you did. I too have an 8gig card in my Raspberry Pi and I went through the install document to get the MPIDE version of the OS working. I did a "df -h" command and found that it looks like I have only used 2.5 gig of the card. I don't have an answer to this currently I think we need to hop over to the Raspberry Pi section and ask this question. I'm not new to Linux but I am new to the Raspberry Pi.
Kim
I did figure out what I was doing incorrectly
I plugged the flash chip into my Ubuntu desktop system an ran gparted
I then resized /dev/sdb2 and then resized /dev/sdb6 and executed the 2 resize operations
And this changed the partition sizes
The mistake I was making was trying to resize /dev/sdb6 without changing /dev/sdb2
It ran slowly and took a while but did work.
Hope this helps other frustrated users, I don't know if you can do this on the raspberry pi.
Bill