Hi everyone,
I am adding new SMB/CIFS "storage" that will be used exclusively as "iso library" for OS installations (/etc/pve/storage.cfg - content iso).... Idea was to create SMB share with settings 'guest ok = yes' + 'read only = yes' (except for specific users ofcourse), so everyone can read, but not everyone can write.
Unfortunately I've learned that prox needs write permissions on that share so it can create following directory layout (iso-library is smb share):
In scenario above Prox only sees iso images that are within iso directory (containing 'cbpp'). Is that only possible way, or there's a way to make prox see iso images that are in 'iso-library', two directories above in this case?
And second, did anyone manage to mount iso share that has only Read permissions?
Thanks!
I am adding new SMB/CIFS "storage" that will be used exclusively as "iso library" for OS installations (/etc/pve/storage.cfg - content iso).... Idea was to create SMB share with settings 'guest ok = yes' + 'read only = yes' (except for specific users ofcourse), so everyone can read, but not everyone can write.
Unfortunately I've learned that prox needs write permissions on that share so it can create following directory layout (iso-library is smb share):
iso-library
├── images
└── template
└── iso
└── cbpp-12.0-amd64-20230611.iso
In scenario above Prox only sees iso images that are within iso directory (containing 'cbpp'). Is that only possible way, or there's a way to make prox see iso images that are in 'iso-library', two directories above in this case?
And second, did anyone manage to mount iso share that has only Read permissions?
Thanks!