View Single Post
Posts: 478 | Thanked: 165 times | Joined on Apr 2010 @ Manchester
#10
Originally Posted by eL.ectron1k View Post
Hm


If i'm doing that - i get a k1p1 with 14gb available, and k1p2 with 2 gb for NitDroid. OK

So now, if i'll try to do that again, my whole SD card will format again, isn't it?


Can i repart not a whole hard disk, but a partition with --force command?

Or better use fdisk for that?
For more patitions:

Code:
sfdisk -uM /dev/mmcblk1 << EOF
,<YOUR NUMBER IN MB>,C
,<YOUR NUMBER IN MB>,C
,<YOUR NUMBER IN MB>,C
,,L
EOF
That will create four partitions, the first 3 will be fat, the last will be EXT3. Choose partition sizes for the first 3 and whatever is left will be the ext 3 partition.

The letter you put on the end of the line decides the file system so if you need ext3 partitions, use L instead of C.
__________________
Temporary signature: Real signature removed for cleaning.

Don't forget the thanks button if I helped you
 

The Following 3 Users Say Thank You to mornage For This Useful Post: