I just installed Proxmox 1.9 and added the SAMBA package (via lenny-backports) to this host.
I defined shares on the host and they are all accessible via my Windows systems and multimedia appliances in my home.
I also whant to access these shares on the host from a Debian 6 install in a OpenVZ container, but I always get an error message in the OpenVZ guest. Steps followed:
1) I created a mount directory in the guest: mkdir /media/data3
2) Added the SAMBA share to /etc/fstab on the guest: //192.168.0.100/data3 /media/data3 smbfs username=root,password=xxxx 0 0
3) Issue a: mount -a
4) Results in the following error:
mount error: cifs filesystem not supported by the system
mount error(19): No such device
Refer to the mount.cifs(8) manual page (e.g. man mount cifs)
I tried to use CIFS as filesystem type in /etc/fstab instead of smbfs but still the same error. I also tried installing SAMBA package, CIFS-utils, and smbfs package in the guest system. But no luck! Any suggestions?
Macamba
I defined shares on the host and they are all accessible via my Windows systems and multimedia appliances in my home.
I also whant to access these shares on the host from a Debian 6 install in a OpenVZ container, but I always get an error message in the OpenVZ guest. Steps followed:
1) I created a mount directory in the guest: mkdir /media/data3
2) Added the SAMBA share to /etc/fstab on the guest: //192.168.0.100/data3 /media/data3 smbfs username=root,password=xxxx 0 0
3) Issue a: mount -a
4) Results in the following error:
mount error: cifs filesystem not supported by the system
mount error(19): No such device
Refer to the mount.cifs(8) manual page (e.g. man mount cifs)
I tried to use CIFS as filesystem type in /etc/fstab instead of smbfs but still the same error. I also tried installing SAMBA package, CIFS-utils, and smbfs package in the guest system. But no luck! Any suggestions?
Macamba