Thanks Kimmo. String comparison in bourne shell turned out to be somewhat hard for me after all, but the following does indeed work:<br><br>if [ &quot;$(echo $MP | cut -c0-10)&quot; == &quot;/media/usb&quot; ]; then<br>  /home/user/autoPicturesImport.sh                     <br>
fi<br><br>This is still rather crude though, as it doesn&#39;t check at all which brand of camera has been mounted (if it&#39;s even a camera). That&#39;s something which udev supports rather trivially, which is why I was hoping to work that route.<br>
<br>If anybody has any further thoughts on that, I&#39;d still be interested to see them!<br><br>In the mean time, thanks for the advice. I should be on my way now!!<br><br>Best regards,<br>Frederik<br><br><div class="gmail_quote">
2009/10/9 Kimmo Hämäläinen <span dir="ltr">&lt;<a href="mailto:kimmo.hamalainen@nokia.com">kimmo.hamalainen@nokia.com</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;">
<div class="im">On Fri, 2009-10-09 at 13:17 +0200, ext Frederik Vanrenterghem wrote:<br>
&gt; This seems like a good option if it can&#39;t be done directly with udev.<br>
&gt; It would be less clean a solution though, as now every usb disk I&#39;d<br>
&gt; insert would get treated the same way.<br>
&gt;<br>
&gt; Ideally I&#39;d actually like to do a reverse procedure as well: when I<br>
&gt; plug in a USB harddrive, I&#39;d like the pictures to be backed up on it.<br>
&gt; This seems possible thanks to the flexibility of udev, but a lot<br>
&gt; harder to realise via the approach below.<br>
<br>
</div>I don&#39;t know how isn&#39;t done with udev, but can&#39;t be much simpler... I<br>
mean string comparison is not so hard :)<br>
<div class="im"><br>
&gt; Is this ke-recv daemon being triggered by udev, or is that a separate<br>
&gt; way of working altogether?<br>
<br>
</div>ke-recv uses libhal and the HAL daemon. HAL is based on sysfs and udev<br>
for detecting the HW changes AFAIK.<br>
<font color="#888888"><br>
-Kimmo<br>
</font><div><div></div><div class="h5"><br><br>
</div></div></blockquote></div><br>