(05-11-2017, 07:27 PM)boudicca Wrote: exports ?
Hi
As far as the exports - my NFS server is working with a variety of other Linux machines so the exports are correct!
(05-11-2017, 10:50 PM)augiedoggie Wrote: It might help to give the output of the error message.
Do you have the nfs-common package installed? I don't recall if it is by default.
Is the nfs-client systemd service started? If not, then, sudo systemctl start nfs-client
Thank you for your questions and insights they are great!
The error message that I get when trying to mount the nfs file system directory is:
mount: wrong fs type, bad option, bad superblock on Server:/NFS_Directorym missing codepage or helper program, or other error
(for several filesystems (e.g. nfs, cifs) you might need a mount.<type> helper program)
As it turns out I tried several to find NFS packages via Synaptic as well as apt and is seems that nfs-common is not available.
For example I tried the following
$ apt-get install nfs-common
with the reply
Package nfs-common is not available, but is referred to by another package. This may mean that the package is missing, has been obsoleted, or is only available from another source.
E

ackage 'nfs-common' has no installation candidate
I have used the previous command to install nfs-common on multiple Raspberry PI's.
As far as nfs-client, I don't see it, and there is not a script in /etc/init.d and no file for NFS in /lib/systemd.
So I suspect that this is not yet available, or ported.
By the way I did not mean for that icon to get in the way
Error - Package 'nfs-common' has not installation candidate
Oh there is only mount.fuse in /sbin.