Hi there, i have set up various VMs. Today i wanted to mount an export inside my VM from another deb box, but found that the kernel probably does not support NFS.
mount 172.16.250.100:/nas /shares
or
mount -t nfs 172.16.250.100:/nas /shares
The error message is:
"mount: unknown filesystem type 'nfs'
The mount works just fine from a "real" OS, eg. KVM with qcow2 file etc...
Containers used:
"debian-4.0-standard_4.0-4" and "ubuntu-8.0-standard_8.04-1"
uname -a
"Linux csv-mx02 2.6.24-2-pve #1 SMP PREEMPT Wed Jan 14 11:32:49 CET 2009 i686 GNU/Linux"
Same output from Ubuntu and Debian
Is there a kernel module that can be loaded to enable NFS?
Best regards
J. Cano Tomas
mount 172.16.250.100:/nas /shares
or
mount -t nfs 172.16.250.100:/nas /shares
The error message is:
"mount: unknown filesystem type 'nfs'
The mount works just fine from a "real" OS, eg. KVM with qcow2 file etc...
Containers used:
"debian-4.0-standard_4.0-4" and "ubuntu-8.0-standard_8.04-1"
uname -a
"Linux csv-mx02 2.6.24-2-pve #1 SMP PREEMPT Wed Jan 14 11:32:49 CET 2009 i686 GNU/Linux"
Same output from Ubuntu and Debian
Is there a kernel module that can be loaded to enable NFS?
Best regards
J. Cano Tomas