Setting up NFS but no exportfs program - what to do?
albi
albi at scii.nl
Thu Oct 12 22:06:22 UTC 2006
On Thu, 12 Oct 2006 16:58:21 -0500
Larry Alkoff <labradley at mindspring.com> wrote:
> Perhaps they have changed something in Badger 6.0.6.
> I have no nfs-kernel-server in /etc/init.d.
> There _is_ a nfs-common but looking at the script,
> I can't see that
> has anything to do with exportfs.
i've just done the following on my ubuntu-dapper-desktop :
1) sudo apt-get install nfs-kernel-server
2) edited /etc/exports, inserted the following :
/home 192.168.0.0/255.255.255.0(rw,async,no_wdelay)
3) sudo /etc/init.d/nfs-kernel-server restart
why don't you have /etc/init.d/nfs-kernel-server ?
# exportfs
/home 192.168.0.0/255.255.255.0
# which exportfs
/usr/sbin/exportfs
# dpkg -S /usr/sbin/exportfs
nfs-kernel-server: /usr/sbin/exportfs
--
grtjs,
albi
More information about the ubuntu-users
mailing list