How to restart (or stop or heck even start) the nfs client service on ubuntu 9.10?
Solution 1:
Thanks for the replies.
Andrew -
The "nfs" is unknown. Is there a new nfs client service name?
$ initctl start nfs initctl: Unknown job: nfs
Damian -
It looks like they removed this file intentionally. I found this explanation: https://answers.launchpad.net/ubuntu/+source/nfs-utils/+question/85669
But I am still unclear about what is needed to initialize the nfs client now that /etc/init.d/nfs-common has been removed.
Solution 2:
Just found this:
NFSv4Howto - Community Ubuntu Documentation
... and restart nfs-common.
service idmapd restart
So, apparently, nfs-common
is now known as idmapd
?