Besitzer im LXC-Container wechseln

paddl82

Member
Jul 17, 2019
22
2
8
42
Hallo zusammen.

Ich versuche gerade in einem "nicht Privilegierten" Container, in dem Ubuntu 19.04 läuft ein Mount-Point auf einen anderen Benutzer zu ändern.

Hintergrund ist das auslagern des Datenverzeichnisses von Nextcloud. Dieses soll auf ein Netzwerk-Share.

Soweit bekomme ich das auch alles hin, nur leider bleibt selbst nach der Besitzübernahme der Besitzer bei "roor"
Code:
chown -R www-data:www-data /media/Nextcloud/

Code:
root@NC-test:~# ls -l /media/
total 0
drwxrwxrwx 2 root root 0 Oct 31 10:51 Nextcloud

Die /etc/fstab sieht folgendermaßen aus:
Code:
//192.168.200.200/nextcloud /media/Nextcloud cifs vers=2.0,username=xxx,password=xxx,rw,file_mode=0777,dir_mode=0777 0 0

Was mach ich falsch?
 
Der Benutzer als welcher gemounted wird kann per 'uid' und 'gid' in /etc/fstab angegeben werden, z.B.:

/etc/fstab:
Code:
//192.168.200.200/nextcloud /media/Nextcloud cifs vers=2.0,username=xxx,password=xxx,rw,file_mode=0777,dir_mode=0777,uid=www-data,gid=www-data 0 0
 
Der Benutzer als welcher gemounted wird kann per 'uid' und 'gid' in /etc/fstab angegeben werden, z.B.:

/etc/fstab:
Code:
//192.168.200.200/nextcloud /media/Nextcloud cifs vers=2.0,username=xxx,password=xxx,rw,file_mode=0777,dir_mode=0777,uid=www-data,gid=www-data 0 0

:)
Eine kleine Anpassung an den Berechtigungen der Ordner musste noch durchgeführt werden, aber nun klappt es!
Vielen Dank!

Code:
//192.168.200.200/nextcloud /media/Nextcloud cifs vers=2.0,username=xxx,password=xxx,rw,file_mode=0770,dir_mode=0770,uid=www-data,gid=www-data 0 0
 

About

The Proxmox community has been around for many years and offers help and support for Proxmox VE, Proxmox Backup Server, and Proxmox Mail Gateway.
We think our community is one of the best thanks to people like you!

Get your subscription!

The Proxmox team works very hard to make sure you are running the best software and getting stable updates and security enhancements, as well as quick enterprise support. Tens of thousands of happy customers have a Proxmox subscription. Get yours easily in our online shop.

Buy now!