Skip to content

Instantly share code, notes, and snippets.

@bahostetterlewis
Created January 20, 2015 18:59
Show Gist options
  • Save bahostetterlewis/1ee7e0337474a1e12c87 to your computer and use it in GitHub Desktop.
Save bahostetterlewis/1ee7e0337474a1e12c87 to your computer and use it in GitHub Desktop.
This is how to mount a shared folder with write permissions in Ubuntu
sudo mount -t vboxsf -o rw,uid=1000,gid=1000,dmode=755,fmode=644 <sf name> <mount point>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment