Reply
Thread Tools
Posts: 183 | Thanked: 35 times | Joined on Jan 2010
#1
How can i ask my n900 to format my memory card to ext3 ? (xterminal)
 
Posts: 183 | Thanked: 35 times | Joined on Jan 2010
#2
Any one ???
 
Posts: 242 | Thanked: 97 times | Joined on Sep 2009
#3
do you have easydebian installed? It has fdisk. You can use that to partition. Btw, its always gud to have easydebian on your n900 (whats the 32gb for )
__________________
so i guess the the lesson learned is: "if you want a thing done well, do it yourself"
 
Posts: 2,102 | Thanked: 1,937 times | Joined on Sep 2008 @ Berlin, Germany
#4
Use mkfs.ext3 for this, you will need root right for the formatting. There are many options to apply characteristics and device name. If you need more help, you better give more info about what you are trying to achieve (like which pc-systems should use it ...)
 
cfh11's Avatar
Posts: 1,062 | Thanked: 961 times | Joined on May 2010 @ Boston, MA
#5
http://wiki.maemo.org/Partitioning_a_flash_card
__________________
Want to browse streamlined versions of websites automatically when in 2g? Vote for this brainstorm.

Sick of your cell signal not reconnecting after coming out of a bad signal area? Vote for this bug.
 
Posts: 183 | Thanked: 35 times | Joined on Jan 2010
#6
Originally Posted by michaaa62 View Post
Use mkfs.ext3 for this, you will need root right for the formatting. There are many options to apply characteristics and device name. If you need more help, you better give more info about what you are trying to achieve (like which pc-systems should use it ...)
hi, i wish to formate my 8gb memmory card of my n900 to ext3 , withn the n900 it self since i dont have a linux system on my pc, is there a way to do that from the xterm of n900 ? im a noob so please if u can write the exact command i shoud type for formating my memory card. thankss
 
humble's Avatar
Posts: 355 | Thanked: 395 times | Joined on Dec 2009 @ USA
#7
Code:
 
# First we need super power so..

root

# Second we need to unmount.
# This is usually the first partition of mmcblk1 "mmcblk1p1" so..

umount /dev/mmcblk1p1
 
# Then we make filesystem ext3.

mkfs.ext3 /dev/mmcblk1p1
__________________
Would you like to Donate?

My"Current Project(s)":
[Resurrecting] DON

Last edited by humble; 2010-12-30 at 20:49. Reason: checking spacing
 

The Following 2 Users Say Thank You to humble For This Useful Post:
Scottlfa's Avatar
Posts: 124 | Thanked: 38 times | Joined on Feb 2010 @ Gaffney, South Carolina, USA
#8
Just a note, you will need to edit some things to get the card to auto mount and ext3 is harder on flash devices like sd cards than ext2.

Presently have mine partitioned for ext2 and nitdroid.
__________________
Need more apps for the N900?
Qole's Easy Debian lets you choose from some 25,000 precompiled packages running safely on top of Maemo!
 

The Following User Says Thank You to Scottlfa For This Useful Post:
humble's Avatar
Posts: 355 | Thanked: 395 times | Joined on Dec 2009 @ USA
#9
i don't know why one would want there whole card ext3. its going to tell you unsupported format constantly. until at lease one of the partitions are fat..
__________________
Would you like to Donate?

My"Current Project(s)":
[Resurrecting] DON
 
Posts: 343 | Thanked: 165 times | Joined on Sep 2010
#10
Originally Posted by humble View Post
i don't know why one would want there whole card ext3. its going to tell you unsupported format constantly. until at lease one of the partitions are fat..
Why would it exactly? The N900, Debian, Maemo, etc have support for ext3 built in. If a fat is required, I guess just make a 16MB fat partition.
 
Reply


 
Forum Jump


All times are GMT. The time now is 15:08.