I've just set up OpenVPN and thought it would be nice to mount the samba shares that I have on my home network. I normally use cifs for this, but it does not seem to be available:
Code:
root@vserver:/mnt # mount -t cifs //slugger-vpn/share slugger
Password:
mount error: cifs filesystem not supported by the system
Refer to the mount.cifs(8) manual page (e.g.man mount.cifs)
And from the man page:
Quote:
$ man mount.cifs
...
This command only works in Linux, and the kernel must support the cifs filesystem. The CIFS protocol is the successor to the SMB protocol and is supported by most Windows servers and many other commercial servers and Network Attached Storage appliances as well as by the popular Open Source server Samba.
...
And, just on the off-chance:
Code:
# uname -r
2.6.23.8-domU-linode2
# modprobe cifs
FATAL: Could not load /lib/modules/2.6.23.8-domU-linode2/modules.dep: No such file or directory
Can cifs be used on Xen linodes? I'm on atlanta29.
Thanks,
Bernie
EDIT: just for the record, smbfs seems to work fine, but I have had troubles with it in the past, so tend to only use cifs these days