I am new to Raspberry Pi and am curious about how NOOBS sets up its partitions.
I mistakenly setup both Raspbian and Scratch and am not sure if this has something do to with my issue.
Using Gparted, I wanted to see how much available space I had an noticed there are two partitions that look like OS partitions.
When looking at the OS_Congif.json i see only one "flavor" being Raspbian, and it looks to have two partitions
Code: Select all
{
"description" : "A Debian wheezy port, optimised for the Raspberry Pi",
"flavour" : "Raspbian",
"imagefolder" : "/mnt/os/Raspbian",
"keyboard" : "us",
"language" : "us",
"partitions" : [
"/dev/mmcblk0p7",
"/dev/mmcblk0p8"
],
"release_date" : "2015-05-05",
"videomode" : 0
}Any help would be greatly appreciated.
Thanks!