Matthew Miller wrote:
On Wed, Jun 01, 2005 at 07:59:06AM +1000, Yuandan Zhang wrote:
What filesystem is on the drive?It is FAT32, here is output from fdisk -l
Lookit the man page for mount, and check out the "Mount options for vfat" section. Particularly, the "shortname" option, which defaults to "lower". I think you want "mixed" or "winnt".
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
The 2nd question is, on FC3, hotplug automatically mounts USB disks, where should I make such changes?
Thanks
Yuandan