View Single Post
Posts: 3,428 | Thanked: 2,856 times | Joined on Jul 2008
#2
Two options... sfdisk (hard) or cfdisk (easy)

cfdisk doesn't look to well in the default terminal... but ig you have decent eyesight u can go into the properties on the terminal and shrink the font size to 10-12 and it works great. Assuming /dev/mmcblk0 is the device:

Code:
cfdisk /dev/mmcblk0
once u made your two partitions:

Code:
mke2fs /dev/mmcblk0p1
mkfs.vfat /dev/mmcblk0p2
U can get cfdisk from here:
http://trac.tspre.org/svn/nit-debian...ies/cfdisk.deb
__________________
If I've helped you or you use any of my packages feel free to help me out.
-----------------------------------------------------------------------------------
Maintaining:
pyRadio - Pandora Radio on your N900, N810 or N800!
 

The Following 2 Users Say Thank You to fatalsaint For This Useful Post: