echo /home/user/MyDocs/.maps.vfat.img /home/user/MyDocs/.maps vfat loop,noauto,nodev,noexec,nosuid,noatime,nodiratime,utf8,uid=29999,shortname=mixed,dmask=000,fmask=0133,rodir 0 0 >> /etc/fstab mount /home/user/MyDocs/.maps
description "starting my own mounts and python server for Nokia Maps" author "peterleinchen" #start on MOUNTS_OK start on started ke-recv stop on starting shutdown console output pre-start script # mmc(s) should be mounted after ke-recv has started, but currently # started notification seems to be emitted before it's actually ready. # this is a temporary workaround, we should fix this in ke-recv or c-r # properly. # sleep 4 sleep 30 end script script echo /home/user/MyDocs/.maps.vfat.img /home/user/MyDocs/.maps vfat loop,noauto,nodev,noexec,nosuid,noatime,nodiratime,utf8,uid=29999,shortname=mixed,dmask=000,fmask=0133,rodir 0 0 >> /etc/fstab mount /home/user/MyDocs/.maps end script