Hi all,
I am having an issue with prox 2.1 and a centos 6 container.
I am using the container from openvz and have seen their post http://wiki.openvz.org/NFS
Long story short, when trying to mount a directory, I get the following error:
I have noticed that 'cifs' does not show up in
cat /proc/filesystems
Output:
I have samba client installed on the container, however I understand that cifs is a module in the kernel and not a separate install.
I also tried, just for kicks,
which also gives the same error, well, except for nfs being the unknown filesystem type. I know this isn't going to mount anything, but it's syntactically correct for testing this error.
Does anyone have any ideas? Any help would be appreciated.
Regards
James.
I am having an issue with prox 2.1 and a centos 6 container.
I am using the container from openvz and have seen their post http://wiki.openvz.org/NFS
Long story short, when trying to mount a directory, I get the following error:
mount: unknown filesystem type 'cifs'
I have noticed that 'cifs' does not show up in
cat /proc/filesystems
Output:
cat /proc/filesystemsnodev cgroup
nodev devpts
ext3
ext4
nodev nfs
nodev nfs4
nodev delayfs
nodev devtmpfs
nodev sysfs
nodev proc
nodev tmpfs
nodev binfmt_misc
nodev fusectl
nodev fuse
I have samba client installed on the container, however I understand that cifs is a module in the kernel and not a separate install.
I also tried, just for kicks,
mount -t nfs / /
which also gives the same error, well, except for nfs being the unknown filesystem type. I know this isn't going to mount anything, but it's syntactically correct for testing this error.
Does anyone have any ideas? Any help would be appreciated.
Regards
James.