View Single Post
Benson's Avatar
Posts: 4,930 | Thanked: 2,272 times | Joined on Oct 2007
#44
Originally Posted by jakemaheu View Post
Now, to partiton, enter the following.
Code:
sudo sfdisk -uM /dev/sdc
,1024,C
,1,L
,,
,,
Then, when it asks whether or not to proceed, simply enter:
Code:
y
It will create partitons-- 3 of them.
From a glance at the script, it appears that the script still pauses to let sfdiskread from the console, so you should enter a partition table like (but adapted to your SD card size):
Code:
,1024,C
,1,L
,,
,,
It looks like you used the whole disk as partition 1, when you need three separate partitions as indicated...
 

The Following User Says Thank You to Benson For This Useful Post: