Skip to content

Instantly share code, notes, and snippets.

@mcjwsk
Last active August 29, 2015 14:06
Show Gist options
  • Save mcjwsk/4addd620f33c5ea36db1 to your computer and use it in GitHub Desktop.
Save mcjwsk/4addd620f33c5ea36db1 to your computer and use it in GitHub Desktop.
Mount
// ttl - time to live is essential for performance issues
sudo mount -t vboxsf -o ttl=5 [shared folder alias] [mount]
// win share
sudo mount -t cifs -o username=[username],password=[username],domain=[domain] //[ip]/[share] [mount]
// mount all devices again
sudo mount -a
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment