Problem mounting shared folder on windows server 2008

  • Thread starter Thread starter carmadsu
  • Start date Start date
C

carmadsu

Guest
People, a query.
As I can do to share folders between a VM (KVM) with Windows Server 2008 and an MV (OPENVZ) with Debian?

the line is used to mount:
mount-t cifs //hostname/directory-shared /mnt/shares -o user=user

but I get the following message:

mount error: cifs filesystem not supported by the system
mount error (19): No such device
Refer to the mount.cifs (8) manual page (eg man mount.cifs)

PS: I do it from the MV DEBIAN

Thank you.
 
mount the windows share on the Proxmox VE host (use the samba packages from lenny-backports) and use Bind mounts to make it available in the OpenVZ container.
 
Let's see if I understand!

You tell me that you mount in the VE Proxmox the shared folder that has the Windows Server 2008 MV.

(Riding the Proxmox)

Example: mount -t cifs //maquina-con-windows_server_2008/directory-shared /mnt/shares -o user=user, password =****

and then using bind mount.

Then the query would be ...
As associate that folder Proxmox mounted to the virtual machine (OpenVZ) with DEBIAN?

Thanks