maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Nokia N810 (https://talk.maemo.org/forumdisplay.php?f=28)
-   -   Ext3 filesystem on internal mmc2 works fine ! (https://talk.maemo.org/showthread.php?t=72875)

skatebiker 2011-05-08 16:27

Ext3 filesystem on internal mmc2 works fine !
 
Finally I got it !

I installed the ext3 FS on /media/mmc1 following the procedure to reformat the internal card but using mkfs.ext3 rather than mkdosfs.
This tool can be obtained by
Code:

apt-get install e2fsprogs
Then /usr/sbin/mmc-mount should be changed to (thanks to @maacruz)
Code:

#!/bin/sh

if [ "$1" == "/dev/mmcblk0p1" ]; then
  mount -t ext3 -o noatime,utf8,nodiratime "$1" "$2"
else
  mount -t vfat -o rw,noauto,nodev,nosuid,noatime,nodiratime,utf8,uid=29999,shortname=mixed,dmask=000,fmask=0033 "$1" "$2" >> /home/user/mount
fi

and from now on large libraries / apps can be put on mmc2 and symlinked from the usual internal memoey.


All times are GMT. The time now is 19:00.

vBulletin® Version 3.8.8