|
/dev/mmcda1 /mnt/card auto noauto,owner 0 0
Here is the modified line:
/dev/mmcda1 /mnt/card ext2 defaults 1 2
Please note that we are forcing the type to be ext2 and we are telling the system to mount it with default paramaters. We are also specifying fsck and dump passes, but the Zaurus seems to ignore the fsck field!
Create a file called /etc/rc.d/rc5.d/S99local with the following lines:
#! /bin/sh PATH=/bin:/usr/bin:/sbin:/usr/sbin:/usr/local/bin LD_LIBRARY_PATH=/lib:/usr/lib:/home/QtPalmtop/lib export PATH LD_LIBRARY_PATH umount /mnt/card killall sdmgr fsck -y /mnt/card sleep 2 /sbin/sdmgr
If you already have /etc/rc.d/rc5.d/S99local then just add the lines from umount to the end of the above listing to the existing file.
Sponsored by Wynn Data Limited.