|
|
|
|
|
|
|
|
|
|
xen-users
Re: [Xen-users] Xen NFSroot
john bryant schrieb:
> Hi,
>
> I am trying to boot xen 2.0.7 through nfsroot. By default, it is
> working for NFSv2. How can i specify in the client machine to mount as
> NFSv3. Here is my config file :
Hi, i encountered the very same problem a few days ago.
You need to specify an addition ,v3 at the nfs_root.
More information at google :) searchwords nfs boot parameter etc..
greetings
Stephan
> kernel = "/boot/vmlinuz-2.6-xenU"
> memory = 256
> name = "ylinux"
> nics = 1
> vif = ['bridge=xen-br0']
> ip = '10.5.144.248 <http://10.5.144.248>'
> netmask='255.255.255.0 <http://255.255.255.0>'
> gateway='10.5.144.245 <http://10.5.144.245>'
> root = "/dev/nfs"
> nfs_server ='10.5.152.12 <http://10.5.152.12>'
> nfs_root = '/home/invigovm/nfs_root'
>
> please let me know how can i configure it for NFSv3
>
> thanks
> john
>
>------------------------------------------------------------------------
>
>_______________________________________________
>Xen-users mailing list
>Xen-users@xxxxxxxxxxxxxxxxxxx
>http://lists.xensource.com/xen-users
>
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|