Thread
:
Question: How to partition memory card (Ext2/Fat)?
View Single Post
fatalsaint
2008-08-04 , 23:57
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!
Quote & Reply
|
The Following 2 Users Say Thank You to fatalsaint For This Useful Post:
BrentDC
,
Spiteman
fatalsaint
View Public Profile
Send a private message to fatalsaint
Find all posts by fatalsaint