Try yo exclude your camera for automount. Then include in your script the command mount and after done ( you can obtain some scripts for detect the partition without automount). Probably works, because I think that your problem it&#39;s desynchronization, in one way you are mouting and in the other executing a script ( that sometimes works and others not I suppouse ... depend of the charge of the system).<br>
<br>Try to put all in the same script, this will be de process sequential.<br><br>Regards, Adrian.<br><br><div class="gmail_quote">2009/10/8 Frederik Vanrenterghem <span dir="ltr">&lt;<a href="mailto:frederik@vanrenterghem.biz">frederik@vanrenterghem.biz</a>&gt;</span><br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Hi all,<br><div class="gmail_quote"><br>I would like to execute a script that copies the pictures from my digital camera when it&#39;s plugged into my nokia tablet. The script functions correctly when executed from the command-line after plugging in the camera.<br>



<br>Adding the following rule to /etc/udev/rules.d/zz99_camera.rules works only partially:<br>ACTION==&quot;add&quot;, BUS==&quot;usb&quot;, \<br>  SYSFS{idVendor}==&quot;054c&quot;, SYSFS{idProduct}==&quot;0010&quot;, \<br>



  RUN+=&quot;/home/user/autoPicturesImport.sh&quot;<br><br>The script is executed correctly, but it can&#39;t copy anything from the mounted camera, as the file system on it is not available. That is made available only once this script completes (as evidenced by including a long sleep command in there).<br>



<br>How can I ensure all actions to automount the camera are completed before this script is executed?<br><br>Thanks in advance for your insight!<br><br>Best regards,<br><font color="#888888">Frederik<br>
</font></div><br>
<br>_______________________________________________<br>
maemo-users mailing list<br>
<a href="mailto:maemo-users@maemo.org">maemo-users@maemo.org</a><br>
<a href="https://lists.maemo.org/mailman/listinfo/maemo-users" target="_blank">https://lists.maemo.org/mailman/listinfo/maemo-users</a><br>
<br></blockquote></div><br>