Forum archive
NFS Shares on Turnkey File Server
Greetings Forum:
I have Turnkey File Server up and running in a Proxmox Container. Samba shares are working without a problem - I am copying files from various Win clients on the LAN over to the Turnkey File Server shares.
Now I am trying to mount the same Turnkey File Server shares from a Debian machine. When I enter:
showmount --exports 192.168.1.100with 192.168.1.100 being the Turnkey File Server IP, I receive:
clnt_create: RPC: Program not registeredHowever, when I enter:
showmount --exports 192.168.1.200with 192.168.1.200 being the QNAP server with NFS enabled, I receive a listing of all of the shares available to mount.
What am I doing wrong or have not enabled in Turnkey File Server?!?
I'm not very experienced with NFS, but looking at the command (and the error message) it appears that you aren't preceding the info regarding what you want mounted, with the mount command! :)
Perhaps try this instead:
Assuming that works as expected, you'll likely want to add it to your fstab (so it automounts at boot time). Google suggests that the fstab line should look like this:
I hope that helps.