<br><br><div class="gmail_quote">On Mon, Oct 27, 2008 at 9:20 AM, lux <span dir="ltr"><<a href="mailto:yuanlux@gmail.com">yuanlux@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br><br><div class="gmail_quote"><div class="Ih2E3d">On Wed, Oct 22, 2008 at 1:35 AM, Mikkel L. Ellertson <span dir="ltr"><<a href="mailto:mikkel@infinity-ltd.com" target="_blank">mikkel@infinity-ltd.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div><div></div><div>lux wrote:<br>
> Hi<br>
> I often mount USB  mannually via line from /etc/fstab<br>
><br>
> /dev/sdb1       /mnt/USBG       vfat    noauto,rw,users,shortname=mixed 0 0<br>
><br>
> is there a  way to configure the parameters into hotplug?  and let<br>
> hotplug handle usb mount. I mainly interesated in get "shortname=mixed"<br>
> in place.<br>
><br>
><br>
> thanks<br>
> Y<br>
><br>
><br>
</div></div>You would be better off doing this in HAL. But if you do not want to<br>
mess with HAL, it would not be hard to create a udev rule to mount<br>
the drive using the fstab entry. Hotplug has been depreciated and I<br>
am not sure it even works any more.Then<br>
<br>
<br>
Mikkel<br>
<font color="#888888">--<br>
</font></blockquote></div><div><br>Could you highlight how to configure this in HAL or point me to some instructions?<br></div></div></blockquote><div><br>Here is my fix, it may benefit others<br><br>I commented out the mount line in /etc/fstab and edit gnome-configure following these steps:<br>
<br><br> launch it from a terminal as a normal user<br>

gconf-editor<br>

/system<br>

/storage<br>

/default_options<br>

/vfat<br>

<br>

Right click on the mount_options and select Edit Key<br>

and change <br>

shortname=xxxxxx <br>

to<br>

shortname=mixed<br><br> <br></div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div class="gmail_quote"><div><br> </div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="Ih2E3d">
<font color="#888888"><br>
  Do not meddle in the affairs of dragons,<br>
for thou art crunchy and taste good with Ketchup!<br>
<br>
</font><br></div>--<br>
fedora-list mailing list<br>
<a href="mailto:fedora-list@redhat.com" target="_blank">fedora-list@redhat.com</a><br>
To unsubscribe: <a href="https://www.redhat.com/mailman/listinfo/fedora-list" target="_blank">https://www.redhat.com/mailman/listinfo/fedora-list</a><br>
Guidelines: <a href="http://fedoraproject.org/wiki/Communicate/MailingListGuidelines" target="_blank">http://fedoraproject.org/wiki/Communicate/MailingListGuidelines</a><br></blockquote></div><br>
</blockquote></div><br>