176
edits
| Line 50: | Line 50: | ||
sudo gainroot | sudo gainroot | ||
vi /usr/sbin/mmc-mount | vi /usr/sbin/mmc-mount | ||
modify the script line to match the following line : | modify the 'mount' script line to match the following line : | ||
mount -t vfat -o rw,noauto,nodev,nosuid,noatime,nodiratime,utf8,uid=29999,shortname=mixed "$1" "$2" > /dev/null | mount -t vfat -o rw,noauto,nodev,nosuid,noatime,nodiratime,utf8,uid=29999,shortname=mixed "$1" "$2" > /dev/null | ||
... save the file and reboot the device. | ... save the file and reboot the device. | ||
edits