Problem with NFS client from a VE [message #26236] |
Fri, 18 January 2008 09:43 |
jmelyn
Messages: 27 Registered: June 2007
|
Junior Member |
|
|
The HN (CentOS 5) works correctly. I tried to mount nfs and it's OK. The VE (CentOS 5 as well) works fine but I cannot mount nfs.
I followed the HowTo (http://wiki.openvz.org/NFS). The command:
# vzctl exec 182215 cat /proc/filesystems gives:
......ext2
......ext3
nodev autofs
nodev rpc_pipefs
nodev nfs
nodev proc
nodev sysfs
nodev tmpfs
nodev devpts
But from within the VE, the command:
# mount -t nfs abpc10303:/local /mnt gives the error:
mount: wrong fs type, bad option, bad superblock on abpc10303:/local,
.......missing codepage or other error
.......In some cases useful info is found in syslog - try
.......dmesg | tail or so
Of course, there is nothing written in /var/log/messages of VE, HN and the NFS server.
Does anybody have an idea about the error? Maybe there is an obvious reason, but I can't find it...
|
|
|