On 07/03/2021 13:44, Robert McBroom via users wrote:
~]# mount -t nfs 192.168.1.248:/mnt/HD/HD_a2/mcstuffy /mnt/mcstuffy Created symlink /run/systemd/system/remote-fs.target.wants/rpc-statd.service → /usr/lib/systemd/system/rpc-statd.service. mount.nfs: Protocol not supported
I don't see anyway to specify the user/password. Things I find with search seem to be quite out of date.
Another mode of access is supposedly
nfs://192.168.1.248/nfs/mcstuffy
using this in a mount command gets NFS URL not supported. dolphin and konqueror do not see it either.
It sounds more like /mnt/HD/HD_a2/mcstuffy is more likely a cifs exported file system than nfs. I've never configured nfs to use usernames/passwords. To do so, I think one needs kerberos configured.
Is your username on the Mycloud the same as on your linux system? If so, what happens when you do....
smbclient -L 192.168.1.248
You should be prompted for your password on the Mycloud