Last edited:
have followed the guide
What guide?
What have you mounted where, and which protocol do you use to access this folder structure?
I have not tested it now... but changing the owner within the CT should be enough. So Root you should always see everything.i took ownership of the pool using chown -R 1005:1005 /storage_pool and navigator shows the owner as being 1005 which from my understanding is root on proxmox.
chown -R <your_user:your_group> /storage_pool
pct config 102
and I will try to reproduce it.Many thanks. I will try this this evening and come back to you.Thanks for the answer and the link. That should basically fit.
I have not tested it now... but changing the owner within the CT should be enough. So Root you should always see everything.
What happens if you execute inside the CT as root:
Code:chown -R <your_user:your_group> /storage_pool
Will the owner and the group change?
If this does not solve the problem, please post your VM configpct config 102
and I will try to reproduce it.
Thanks for the answer and the link. That should basically fit.
I have not tested it now... but changing the owner within the CT should be enough. So Root you should always see everything.
What happens if you execute inside the CT as root:
Code:chown -R <your_user:your_group> /storage_pool
Will the owner and the group change?
If this does not solve the problem, please post your VM configpct config 102
and I will try to reproduce it.
And if you create a completely new fresh privileged container, just for testing? Because here in my tests (ubuntu 22.04) everything works as it should.Hi there. Sorry for the delay ive been out of state. I assumed by testing it privileged it was just changing the 1 to a 0 in the conf file.