在挂载NFS时,无法挂上去
Looking up port of RPC 100005/1 on 192.168.1.51
nfs: server 192.168.1.51 not responding, still trying
nfs: server 192.168.1.51 OK
VFS: Mounted root (nfs filesystem).
Freeing init memory: 156K
nfs: server 192.168.1.51 not responding, still trying
这是设置 :
CONFIG CMDLINE="root=/dev/nfs nfs nfsroot=192.168.1.51:/fs_qtopia,rsize=1024,wsize=1024 ip=192.168.1.56 rw console=ttySAC0 console=tty1 mem=64M"
在/etc/exports设置:
/fs_qtopia *(rw,sync,no_root_squash)
是否有问题?谢谢