If you&#39;ve got an /etc/fstab entry for the drive, you could tell udev to mount it.  I think this&#39;ll require the auto option in fstab.<br><br>I haven&#39;t tested it, but if you create 92-mount.rules (or whatever 90 something is available) in /etc/udev/rules.d with this...<br>
<pre class="code">SUBSYSTEM==&quot;block&quot;, run+=&quot;/bin/mount -a&quot;</pre>...It should automagically mount where fstab tells it to.  But again, I haven&#39;t tested it.  Just an idea.<br><br>Anna Schoolfield<br>
Birmingham<br>