Last active
August 29, 2015 14:06
-
-
Save mcjwsk/4addd620f33c5ea36db1 to your computer and use it in GitHub Desktop.
Mount
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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