View Single Post
Posts: 2,152 | Thanked: 1,490 times | Joined on Jan 2006 @ Czech Republic
#71
Originally Posted by JeffElkins View Post
fstab: /dev/mmcblk1p1 /media/mmc1 ext3 defaults 0 0 will allow me to manually mount the card (as root), but it does not mount automatically... fstab: /dev/mmcblk1p1 /media/mmc1 ext3 rw,auto,exec,user 0 0 fails altogether. No matter I guess, the init.d script works
You may also try to edit /usr/sbin/mmc-mount, now it looks like this
Code:
#!/bin/sh
mount -t vfat -o rw,noauto,nodev,noexec,nosuid,utf8,uid=29999,shortname=mixed,dmask=000 "$1" "$2" > /dev/null
which is not good for ext3
Originally Posted by JeffElkins View Post
I hope the cloning procedure works w/o much changing when chinook becomes available!
Yes, cloning will be similar. What may be a bit different is the bootmenu code. Also the internal hardwired 2GB card in N810 is already preformatted and has some data so this may need some extra care.

BTW, if anyone has access to some beta 2008 firmware (N810 and/or N800) I would be interested in initfs image or at least full list of files (cd /mnt/initfs ; ls -lR) and output of cat /mnt/initfs/linuxrc (i.e. whole linuxrc file).
__________________
Newbies click here before posting. Thanks.

If you really need to PM me with troubleshooting question please consider posting it to the forum instead. It is OK to PM me a link to such post then. Thank you.