Mounting case-sensitive shared folder in VirtualBox
        Posted  
        
            by rhettg
        on Server Fault
        
        See other posts from Server Fault
        
            or by rhettg
        
        
        
        Published on 2010-03-03T23:35:29Z
        Indexed on 
            2010/04/30
            17:08 UTC
        
        
        Read the original article
        Hit count: 268
        
virtualbox
I have an OSX host with a ubuntu VM trying to mount a shared folder.
I'm using the options:
sudo mount -t vboxsf -o uid=1000,gid=100 pg ~/pg-host
The folder mounts fine, however it appears that the mounted directory is case-insensitive, even though my OSX drive is formatted case-sensitive.
Are there any options to control this behavior ?
© Server Fault or respective owner