Created
June 1, 2023 07:45
-
-
Save 47ronin/09fa72900835dfbf54e0061a3f93e44b to your computer and use it in GitHub Desktop.
Use a Samba share from within Linux or WSL environment
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
sudo mount -t cifs -o rw,vers=3.0,user=USER,uid=USER //URL/SHARENAME /mnt/MOUNTNAME | |
cd /mnt/MOUNTNAME/PATH/TO/WHATEVER | |
[do stuff] | |
sudo umount /mnt/MOUNTNAME |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment