Shared folders with case-sensitive file systems

Discussions related to using VirtualBox on Mac OS X hosts.
Post Reply
rhettg
Posts: 1
Joined: 4. Mar 2010, 03:54
Primary OS: Mac OS X Leopard
VBox Version: VirtualBox+Oracle ExtPack
Guest OSses: Ubuntu

Shared folders with case-sensitive file systems

Post by rhettg »

I have an OSX host with a ubuntu VM trying to mount a shared folder.

I'm using the options:

Code: Select all

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 ?
Post Reply