This file contains 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
In https://gist.github.com/natritmeyer/6621231, Natritmeyer asked re: using mount_smbfs to mount/unmount a | |
file share on the Mac. This was 4 years ago. | |
After reading this I tried: | |
mkdir WinShare | |
I checked that it was there and then tried the mount_smbfs command with modification of variable names and ran: | |
mount_smbfs //leUserName:lePassWord@WinBox-pc/WinShare WinShare/ |