Good morning,
I am looking to mount a network drive in an LXC container on my Promox.
I've tried lots of solutions from different sites, but I get nowhere.
Could you guide me to mount an anonymous network drive hosted on an internal NAS please?
Here is part of the FSTAB file: :
Here is the file of "
Thank you very much for your help.
Good day.
Nicolas
I am looking to mount a network drive in an LXC container on my Promox.
I've tried lots of solutions from different sites, but I get nowhere.
Could you guide me to mount an anonymous network drive hosted on an internal NAS please?
Here is part of the FSTAB file: :
//192.168.XX.XX/VIDEOS/ /mnt/partages/ cifs anon=1,vers=3,udp 0 0
Here is the file of "
/etc/pve/lxc/106.conf
"
Code:
#################### docker section ####################
arch: amd64
cores: 2
features: mount=nfs;cifs,nesting=1
hostname: 106-Torrents
memory: 512
net0: name=eth0,bridge=vmbr1,firewall=1,gw=192.168.29.254,hwaddr=B6:64:4B:12:EE:5B,ip=192.168.29.247/24,type=veth
onboot: 1
ostype: debian
rootfs: local-zfs:subvol-106-disk-0,size=8G
searchdomain: 192.168.29.254
swap: 512
unprivileged: 1
lxc.cgroup.devices.allow: c 10:200 rwm
lxc.mount.entry: /dev/net dev/net none bind,create=dir
lxc.apparmor.profile: unconfined
lxc.cap.drop:
Thank you very much for your help.
Good day.
Nicolas