On Wed, Jun 01, 2005 at 08:40:43AM +1000, Yuandan Zhang wrote:
Thanks for info. I can make this work at command line as a root (this is on RH 9.0) mount -t vfat -o shortname="winnt" /dev/sda1 /mnt/USB How to add this to fstab, the currect fstab is /dev/sda1 /mnt/USB vfat users,noauto 0 0
You should be able to add the shortname="winnt" to the options -- right with "users,noauto", with no space -- just do: users,noauto,shortname="winnt".
The 2nd question is, on FC3, hotplug automatically mounts USB disks, where should I make such changes?
I think there's still an fstab entry.