Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- sudo apt install smbnetfs smbtree smbclient
- mountdir="/media/$USER/smb"
- sudo mkdir /media/$USER/smb
- sudo chown $USER:$USER $mountdir
- sudo mount -t cifs -o vers=2.0,user=<USERNAME> //<SERVER IP>/<FOLDER> $mountdir
- cd $mountdir
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement