Currently having trouble accessing a SMB share from my Ubuntu 18.04 LXC. For my Ubuntu VM's I do this with FSTAB but that does not work for a Ubuntu LXC. I read that I should use a bind mount but I am not sure how to do that with a SMB share, I think I understand how to add a line to my LXC .conf file for a Host directory but not a SMB share.
Can some do a little hand holding here and help me translate my FSTAB entry into a bind mount for my LXC.
//192.168.x.x/ChannelsDVR/ /home/dvr/RecordedTV cifs user=usr,password=pw,uid=usr,gid=usr,rw,iocharset=utf8,file_mode=0777,dir_mode=0777 0 0
My SMB share is coming from Open Media Vault which manages all my data disk as a VM in Proxomox. Because I want to maintian flexibility as my storage needs change and to share ourside of my proxmox host I would like to keep OMV managing all my data disks.
Can some do a little hand holding here and help me translate my FSTAB entry into a bind mount for my LXC.
//192.168.x.x/ChannelsDVR/ /home/dvr/RecordedTV cifs user=usr,password=pw,uid=usr,gid=usr,rw,iocharset=utf8,file_mode=0777,dir_mode=0777 0 0
My SMB share is coming from Open Media Vault which manages all my data disk as a VM in Proxomox. Because I want to maintian flexibility as my storage needs change and to share ourside of my proxmox host I would like to keep OMV managing all my data disks.