:: what is
please take a look this.
:: build nfs kernel module
+ configure nfs modules
+ build kernel modules
+ load module on-the-fly
+ modules loaded each time srv boot
nfsd
you can edit /etc/modules.autoload.d/kernel-2.4 files, if used kernel 2.4 on the box.
:: starting nfsd
:: link
+ goolelinux
+ gentoo
please take a look this.
:: build nfs kernel module
+ configure nfs modules
[ linux: ~ ]# cd /usr/src/linux && make menuconfig
File Systems --->
Network File Systems --->
<M> NFS file system support
[*] Provide NFSv3 client support
<M> NFS server support
[*] Provide NFSv3 server support
+ build kernel modules
[ linux: ~ ]# make modules && make modules_install
+ load module on-the-fly
[ linux: ~ ]# modprobe nfs && modprobe nfsd
+ modules loaded each time srv boot
[ linux: ~ ]# vi /etc/modules.autoload.d/kernel-2.6
nfsnfsd
you can edit /etc/modules.autoload.d/kernel-2.4 files, if used kernel 2.4 on the box.
:: starting nfsd
[ linux: ~ ]# /etc/init.d/nfs start
:: link
+ goolelinux
+ gentoo
Comments
Post a Comment