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
#!/bin/sh mount -t vfat -o rw,noauto,nodev,noexec,nosuid,utf8,uid=29999,shortname=mixed,dmask=000 "$1" "$2" > /dev/null
I hope the cloning procedure works w/o much changing when chinook becomes available!