I stopped using beta4 a while back... so I do not remember... and I can't find it... Sorry
Late
[div align=\"right\"][a href=\"index.php?act=findpost&pid=138249\"][{POST_SNAPBACK}][/a][/div]
Well I did a
grep -E "mount|mmc" *
in /etc/hotplug and found nothing that's managing SD card so I guess that in beta4 something elese is managing this ...
I decided to look into udev a little better and found this:
/etc/udev/scripts/mount.sh
So I changed line 64 like this:
[ $(grep -v noauto /etc/fstab |grep -c "^$DEVNAME") -ge 1 ] && mount $DEVNAME
this will not automount lines that have the noauto option in fstab.
but .... who calls this script ? and how is it triggered to do so for the SD ?