You're not right. Using smbtree is not the same as mounting filesystem. It not even the same as using smb server inside container. All possible and accessible filesystems you can get from /proc/filesystems inside of container and on your HN. And even if all modules are loaded and /proc/filesystems contains cifs FS, you'll not be able to mount cifs filesystem inside of container.
-----Original Message----- From: Marc Olive <[email protected]> Reply-to: [email protected] To: [email protected] Subject: Re: [Users] CIFS/SMBFS inside a container? Date: Wed, 1 Dec 2010 16:32:40 +0100 On Wednesday 01 December 2010 16:08:25 Juris Krumins wrote: > Can you please post container configuration, where is possible to use > mount.cifs command from inside of container. > As far as I know it's not possible. SMB server is something conpletely > different that support for CIFS mounts from other servers. I do not have a VE mounting CIFS, but a samba server. I did a fast test inside a VE, with no other specific configuration than the VETH: ~# aptitude install samba-client ~# smbtree Password: BLAU \\TEST samba test server \\TEST\IPC$ IPC Service (samba test server) \\TEST\TEST Testing \\TEST\PROJECTES GESTIO I DOCUMENTACIO DE PROJECTES The Samba server and the Samba client are different VEs in the same server. If smbtree works, mount.cifs should also work, shouldn't it? Regards, _______________________________________________ Users mailing list [email protected] https://openvz.org/mailman/listinfo/users
