Created
October 23, 2018 18:19
-
-
Save bryaneaton/045f27bdb8539d93c91153bd94b2d16e to your computer and use it in GitHub Desktop.
Mounting a windows share on linux
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
# Mounting a windows share on linux | |
sudo mount -t cifs //$SERVER/folder $HOME/folder -o username=$USER,domain=$DOMAIN,uid=$USER,vers=2.0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment