# modprobe nfs
# vzctl set 101 --features nfs:on --save
# vzctl restart 101
# service portmap start
# mount -t nfs 192.168.0.10:/mnt/disk2 /disk2
NFSモジュールがリブート時に自動的にロードされるようにしたいかも知れません。
これを行う唯一の方法は、/etc/rc.d/rc.local にmodprobeコマンドを置きます
modprobe nfs