I've installed the Samba and NFS packages (samba, samba-common, smbfs, cifs-utils, nfs-common), but can't mount either shares.
Samba/CIFS gives me:
$ sudo mount -t cifs \\192.168.1.1\share /home/gemini/share
mount error: cifs filesystem not supported by the system
NFS gives me:
$ sudo mount -t nfs 192.168.1.1:/share /home/gemini/share
mount.nfs: No such device
Anyone any ideas what I'm doing wrong? Both Samba and NFS shares have been working from the same server on many other Linux/Windows devices around my house