Hi,So if I runI get no output, just another prompt line.Code:modprobe cifs
I then added cifs to my /etc/modules file, so it looks like this:
Code:# /etc/modules: kernel modules to load at boot time. # # This file contains the names of kernel modules that should be loaded # at boot time, one per line. Lines beginning with "#" are ignored. # Parameters can be specified after the module name. cifs
I restarted the ProxMox host, tried mounting the share using the mount command & also fstab.
Code:mount -t cifs //ntserver/download -o username=vivek,password=myPassword /mnt/ntserver
The error returned is "mount: unknown filesystem type 'cifs'.
Any ideas?
lsmod | grep cifs
#!/bin/bash
source /etc/vz/vz.conf
source ${VE_CONFFILE}
mount -n --bind /mnt/some/share ${VE_ROOT}/mnt/share
So why is their documentation saying use simfs, but you're using bind?
We use essential cookies to make this site work, and optional cookies to enhance your experience.