Hello everybody.
I am having a problem to mount a NFS share to my pc. nfs-utils are installed and rpcbind.service is running and enabled. But it seems that there is no nfs.service running.
sudo systemctl status rpcbind.service
the result shows that rpcbind service is running
`rpcbind.service - RPC Bind
Loaded: loaded (/usr/lib/systemd/system/rpcbind.service; enabled; preset: enabled)
Active: active (running) since Sun 2023-08-20 11:17:25 EEST; 12min ago
TriggeredBy: ● rpcbind.socket
Docs: man:rpcbind(8)
Main PID: 328 (rpcbind)
Tasks: 1 (limit: 9348)
Memory: 2.8M
CGroup: /system.slice/rpcbind.service
└─328 /usr/sbin/rpcbind -w -f
Αυγ 20 11:17:25 i5 systemd[1]: Started RPC Bind.`
but when i am trying to start or enable nfs.service it seems that this is one is missing completely.
sudo systemctl start nfs.service
Failed to start nfs.service: Unit nfs.service not found.
if I do sudo systemctl start nfs
and press tab to autocomplete and see available option, I am getting the following
nfs-cat nfs-cp nfsdclddb nfsdcltrack nfsiostat nfsrahead nfsstat
nfsconf nfsdcld nfsdclnts nfsidmap nfs-ls nfs-stat
in terminal i am able to mount the share, manually, without a problem.
Am i missing something? do i need to do something else?