nfs client on ubuntu 9.10, /etc/init.d/nfs-common does not exist
Posted
by Denali
on Stack Overflow
See other posts from Stack Overflow
or by Denali
Published on 2010-03-23T22:47:22Z
Indexed on
2010/03/26
22:23 UTC
Read the original article
Hit count: 701
nfsclient
|ubuntu-9.10
This seems like a trivial problem, but I can not find a solution for several days now.
I am trying to configure an nfs client on ubuntu 9.10 (64 bit). All the tutorials I've read say I need to restart a few things, such as portmap, and also nfs-common. Specifically:
sudo /etc/init.d/nfs-common restart
However, this file (/etc/init.d/nfs-common) does not exist.
sudo apt-get install nfs-common
returns "nfs-common is already the newest version."
When I try:
sudo service nfs restart
I get:
nfs: unrecognized service
What am I missing here?
Thank you to the kind soul who can help me with this.
© Stack Overflow or respective owner