View Single Post
Posts: 119 | Thanked: 79 times | Joined on May 2009 @ Brasilia, Brazil
#8
Originally Posted by arekieh View Post
Pics/videos can be on the external card though cant they?
Of course

Thanks alot , so if i want 1gb how many cylinders do i put? Its defaulted at 15000 (500mb right?) so is it linear? like would i just put 30000 cylinders for ~960mb?
I don't putting it in cylinders, so when I run sfdisk I run it like this:

Code:
sfdisk /dev/mmcblk0 -uM
That way you can inform it in Megabytes, not cylinders. Just remember that the numbers, when prompted by sfdisk, should be informed in this order

Code:
starting_megabyte,size,partition_type
I kept informing it like starting_megabyte ending_megabyte partition_type, which of course wouldn't work. It just sounded more rational to me =)

Good luck with the process!
 

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