Re: case sensitive in mounted USB disk

From: Yuandan Zhang (yzhang4_at_turing.une.edu.au)
Date: 06/01/05

  • Next message: Bo Berglund: "Re: FC3 on a VirtualPC needs PPTP support..."
    Date: Wed, 01 Jun 2005 08:40:43 +1000
    To: For users of Fedora Core releases <fedora-list@redhat.com>
    
    

    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

    -- 
    fedora-list mailing list
    fedora-list@redhat.com
    To unsubscribe: http://www.redhat.com/mailman/listinfo/fedora-list
    

  • Next message: Bo Berglund: "Re: FC3 on a VirtualPC needs PPTP support..."