I am using Ubuntu 24.04 and have nfs-utils installed.
I have built a NAS and am trying to access a share on it.
I am not sure what to look for in dmesg.
Edit: Installed nfs-common:
The share is exported in the NAS but under the SMB SECURITY SETTINGS
Does that mean only SMB sharing?
I have built a NAS and am trying to access a share on it.
Code:
makem@makem-22:~$ sudo mount -t nfs4 192.168.1.249/data /media/nas-media
[sudo] password for makem:
mount: /media/nas-media: bad option; for several filesystems (e.g. nfs, cifs) you might need a /sbin/mount.<type> helper program.
dmesg(1) may have more information after failed mount system call.
makem@makem-22:~$
Edit: Installed nfs-common:
Code:
sudo mount -t nfs4 192.168.1.249/data /media/nas-media
mount.nfs4: remote share not in 'host:dir' format
Does that mean only SMB sharing?