Reply
Thread Tools
Jef91's Avatar
Posts: 191 | Thanked: 129 times | Joined on Dec 2009 @ Bloomington, IL
#1
Hey All,

Is there something special I have to do to get my N900 to use an ext2/3 formatted microSD card? It tells me the card is invalid if it is formatted to either of these but works fine if it is fat32...

Thanks,
~Jeff
 

The Following User Says Thank You to Jef91 For This Useful Post:
ARJWright's Avatar
Posts: 861 | Thanked: 734 times | Joined on Jan 2008 @ Nomadic
#2
Isn't your issue one part the formatting software within the N900 (and its ability to read another ext2/3 partition) and the card controller's software on the memory card?

The former would be something worth putting into Bugzilla, while the latter is at the card level and a lot harder to solve.
 
Posts: 3,428 | Thanked: 2,856 times | Joined on Jul 2008
#3
If you're just going by the message that pops up when you insert it.. it's because Maemo by default tries to mount it as fat.

That's why most people suggest 2 partitions on an SD card.. a small 100MB first partition thats fat.. just to shut maemo up.. and the rest EXT2/3.

If you insert the ext3 card, open a terminal, and mount it by hand:

mount -t ext3 /dev/mmcblk1p1 /media/MySD
for example (note, mmcblk1p1 is a guess, I have no idea what the N900 removable card device is), it should work.
__________________
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!
 
Posts: 119 | Thanked: 110 times | Joined on Sep 2009 @ Prague
#4
Originally Posted by ARJWright View Post
Isn't your issue one part the formatting software within the N900 (and its ability to read another ext2/3 partition) and the card controller's software on the memory card?
filesystem support is implemented inside OS - card readers have no clue whatsoever about what data is stored on the memory card..
 

The Following User Says Thank You to andree For This Useful Post:
Jef91's Avatar
Posts: 191 | Thanked: 129 times | Joined on Dec 2009 @ Bloomington, IL
#5
Originally Posted by fatalsaint View Post
If you're just going by the message that pops up when you insert it.. it's because Maemo by default tries to mount it as fat.
That makes sense - its very, very, stupid but makes perfect sense. Thanks much, I'll have to setup my SD card as such.

@ARJWright I format my SD card using GParted on Ubuntu - and the card reads fine on both my laptops so I was assuming it was an issue with the phone itself.

~Jeff
 
Jef91's Avatar
Posts: 191 | Thanked: 129 times | Joined on Dec 2009 @ Bloomington, IL
#6
Originally Posted by fatalsaint View Post
That's why most people suggest 2 partitions on an SD card.. a small 100MB first partition thats fat.. just to shut maemo up.. and the rest EXT2/3.
How do I mount the second partition on my media card? /dev/mmcblk1p1 is the location of the first partition however /dev/mmcblk1p2 is not the location of the second partition... and since the n900 lacks the fdisk command I cannot find my second partition.

~Jeff
 
Posts: 287 | Thanked: 127 times | Joined on Oct 2009 @ Sweden
#7
Use tab completion or do an ls /dev/mmc*
 
Jef91's Avatar
Posts: 191 | Thanked: 129 times | Joined on Dec 2009 @ Bloomington, IL
#8
According to running ls /dev/mmc* my N900 is only seeing the first of the three partitions on my storage card... Ideas on why this is and how i can make it see my second and third partitions that are ext3?

Thanks,
~Jeff
 
Posts: 287 | Thanked: 127 times | Joined on Oct 2009 @ Sweden
#9
Have a look at /proc/partitions and do a dmesg | grep mmc in the console to see if the partitions show up to the kernel.
 
Posts: 3,428 | Thanked: 2,856 times | Joined on Jul 2008
#10
Does the N900 have partprobe?
__________________
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!
 
Reply


 
Forum Jump


All times are GMT. The time now is 05:02.