可以从NFS v4引导Debian吗?
使用NFS v3进行Bootwing非常好。NFS v4不。
这是在我的/etc/exports中:
/nfs 192.168.100.0/24(ro,sync,insecure,no_root_squash,no_subtree_check,fsid=0)
/nfs/root 192.168.100.0/24(ro,nohide,sync,insecure,no_root_squash,no_subtree_check)/nfs/root/www包含the服务器的根目录。
命令行是:
rootfstype=nfs4 root=/dev/nfs4 nfsroot=192.168.100.1:/root/wwwmount call failed - server replied: Permission denied.失败
从initrd中的busybox安装失败:
mount -t nfs4 192.168.100.1:/nfs/root/www /root
mounting .. failed: Invalid argument我需要修改initrd吗?
发布于 2012-05-19 21:46:01
我认为您必须在其中创建一个带有nfs4挂载utils的initrd。或者试试这个:http://packages.debian.org/squeeze/dracut。
https://serverfault.com/questions/379486
复制相似问题