Replies: 3 comments
-
Were you able to find a solution to this? If I do mount -a it will mount the CIFS share, but it will not mount after a reboot. I've tried using x- |
Beta Was this translation helpful? Give feedback.
0 replies
-
CIFS don't work in unprivileged containers |
Beta Was this translation helpful? Give feedback.
0 replies
-
You should mount the shares on the Proxmox host, then do a mountpoint on LXC |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I used the tteck-script for my new Docker/Debian PXE-VE. Before I used Ubuntu Server as OS on a mini server.
My CIFS mounts from my Ubuntu fstab don't work on the new Debian OS and I'm seeking for a solution.
Here an example from my fstab:
//192.168.178.19/MEDIA/MNT mnt/nas cifs username=john,password=Doe,nofail,x-systemd.automount,x-systemd.requires=network-online.target,x-systemd.device-timeout=1,uid=1000,gid=1000,vers=2.0 0
Thanks a lot for helping folks.
Beta Was this translation helpful? Give feedback.
All reactions