How to mount a SMB NAS Storage (WD Cloud ) in Ubuntu Backuppc
Create folder for example "backuppc"
#mkadir /media/backuppc
Edit fstab
# vi /etc/fstab
//IP adress of Storage machine/backuppc /media/backuppc/ cifs username=Storage device user,password=storage user password # 0 0
~
~
~
"/etc/fstab" 4L, 185C 3,93 All
:wq!
save settings.
Then type
#mount -a
If there is no error , it is working :)
No comments