View Single Post
Posts: 30 | Thanked: 17 times | Joined on May 2010
#2572
Originally Posted by knopow View Post
could someone give me a real example of the partition code like above using 2100 (4gb). thanks.
It should be

Code:
sfdisk -uM /dev/mmcblk1 << EOF
,2100,C
,,L
,,
,,
EOF
 

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