I have a WD mycloud NFS.
I can manually mount the drive with:-
I have added the following line to /etc/fstab
Dolphin shows 'Public on 192.168.xxx.xxx' but I get this error when trying to access it:-
I can manually mount the drive with:-
Code:
sudo mount -t cifs -o ,dir_mode=0755,file_mode=0644,rw,soft //192.168.xxx.xxx/Public /media/mycloud
Code:
//192.168.xxx.xxx/Public /media/mycloud cifs uid=bill,credentials=/home/bill/.smbcredentials,iocharset=utf8 0 0
Code:
An error occurred while accessing 'Home', the system responded: mount: /media/mycloud: operation permitted for root only
Comment