#对于2.6的内核而言,步骤就简单了很多只需要这几个命令:
make xconfig、make、make install
MOUNT出错:
# mount -t nfs 10.65.69.224:/home /mnt
mount: RPC: Program not registered
启动 nfs进程解决这个问题:service nfs start
#对于2.6的内核而言,步骤就简单了很多只需要这几个命令:
make xconfig、make、make install
MOUNT出错:
# mount -t nfs 10.65.69.224:/home /mnt
mount: RPC: Program not registered
启动 nfs进程解决这个问题:service nfs start