Added a WD Mycloud Ultra NAS to my local network. Some variant of NFS is used. There are two shares, one designated as public for access by all systems on the network and one with a user and password.

Both are accessible on Windows systems on the network. The public share can be mounted on Fedora 33 with the command--

-----

~]# mount -t nfs 192.168.1.248:/mnt/HD/HD_a2/Public /mnt/Public

Created symlink /run/systemd/system/remote-fs.target.wants/rpc-statd.service → /usr/lib/systemd/system/rpc-statd.service.

-----

If the same type of command is used for the other share

-----

~]# 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.

Any help would be appreciated
_______________________________________________
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure

Reply via email to