I am fast running out of hair trying to get these bind mounts working. I've followed every instruction on the link but I am still getting Permission Denied messages whenever I try to access any folders from any of the LXC hosts other than using root.
So, I'll start at the beginning....
I have a zfsRaid on my proxmox server that I want to use as shared storage between all LXCs that need access to the content. Currently I have one I'm using for Samba to expose the drive to windows, and another running plex.
The drive is mounted through fine, and following the uid and gid mapping rules I can see that from the host the permissions are the same as when viewed from either LXC.
I have created a user (dave) and group (storage-users) and mapped them to the same uid and gid values in each LXC so they can be used to access the drive.
But this is all I get.....
There has to be something I'm missing. I even watched a you tube video and walked through every step, but I noticed that even on there he was logged in as root all the time, and that never fails, but is no use when you need to use the actual uid or gid permissions properly.
I'm new to proxmox...can you tell? So please be kind!
So, I'll start at the beginning....
I have a zfsRaid on my proxmox server that I want to use as shared storage between all LXCs that need access to the content. Currently I have one I'm using for Samba to expose the drive to windows, and another running plex.
The drive is mounted through fine, and following the uid and gid mapping rules I can see that from the host the permissions are the same as when viewed from either LXC.
I have created a user (dave) and group (storage-users) and mapped them to the same uid and gid values in each LXC so they can be used to access the drive.
But this is all I get.....
Code:
dave@fileserver:/mnt$ cd Multimedia/
-bash: cd: Multimedia/: Permission denied
dave@fileserver:/mnt$ ls -l
total 15
drw-rw-rw- 7 dave storage-users 7 Apr 1 18:32 Files
drw-rw-rw- 5 dave storage-users 5 Mar 31 15:04 Multimedia
There has to be something I'm missing. I even watched a you tube video and walked through every step, but I noticed that even on there he was logged in as root all the time, and that never fails, but is no use when you need to use the actual uid or gid permissions properly.
I'm new to proxmox...can you tell? So please be kind!