Thread
:
Question: How to partition memory card (Ext2/Fat)?
View Single Post
fatalsaint
2008-08-06 , 01:38
Posts: 3,428 | Thanked: 2,856 times | Joined on Jul 2008
#
8
did u run the mke2fs command?
if so as root
mkdir /media/linux
mount /dev/mmcblk1p2 /media/linux
if u want to make it start at boot the u have to edit /etc/fstab... the line would look something like
/dev/mmcblk1p2 /media/linux ext2 defaults 0 0
there are several options u could add but u'd have to look them up.
__________________
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 User Says Thank You to fatalsaint For This Useful Post:
BrentDC
fatalsaint
View Public Profile
Send a private message to fatalsaint
Find all posts by fatalsaint