Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- sudo apt -y install smbclient cifs-utils
- sudo mount -t cifs -o vers=3.0,username=myuser '\\REMOTE_IP\Folder' /mnt (/mnt /directory source)
- df -hT
- sudo umount -l //REMOTE_IP/Folder
- df -hT
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement