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>