I would like to execute a script that copies the pictures from my digital camera when it's plugged into my nokia tablet. The script functions correctly when executed from the command-line after plugging in the camera.
Adding the following rule to /etc/udev/rules.d/zz99_camera.rules works only partially:
ACTION="" BUS=="usb", \
SYSFS{idVendor}=="054c", SYSFS{idProduct}=="0010", \
RUN+="/home/user/autoPicturesImport.sh"
The script is executed correctly, but it can'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).
How can I ensure all actions to automount the camera are completed before this script is executed?
Thanks in advance for your insight!
Best regards,
Frederik
_______________________________________________ maemo-users mailing list maemo-users@xxxxxxxxx https://lists.maemo.org/mailman/listinfo/maemo-users