My WD MyCloud device can be mounted using:-
As you can see its a CIFS system. The NAS device is password corrected.
How can I best make this mount at boot time?
Code:
sudo mount -t cifs -o ,dir_mode=0755,file_mode=0644,rw,soft //192.168.xx.xx/Public /media/mycloud
How can I best make this mount at boot time?
Comment