Advertisement
Guest User

Untitled

a guest
Aug 11th, 2016
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. sudo mkdir /mnt/mycloud
  2. sudo chown 1000:1000 /mnt/mycloud/
  3. sudo apt-get install cifs-utils
  4. sudo umount -a -t cifs -l /mnt/mycloud
  5. sudo mount.cifs //wdmycloud.local/public /mnt/mycloud -o username=serversBackup,password=cyiot010516,nounix,noserverino,file_mode=0777,dir_mode=0777
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement