twaananen
twaananen
Sorry if this is resurrecting an old issue, but I have the same kind of issue and I just don't understand how I should fix permissions in this case. I...
I tested also a different image you mentioned earlier, ubuntu;20.04, and it looks like the same. ``` docker run --rm -it -v /mnt/storage/nextcloud-data/:/mnt/data -u 33 ubuntu:20.04 www-data@c09e46564e05:/$ ls -la /mnt/...
Right, all of that works without errors. But my case was to test a directory with uid:gid 33:0 and 750 permissions inside that /tmp/mergerfs mount ie. /tmp/mergerfs/data. When I try...
@th0mcat No, all of the pool drives are ext4.
Right, so 10. mkdir /tmp/disk/data 11. ls -la /tmp/disk/ 12. ls -la /tmp/mergerfs/ Step 11 shows new directory, step 12 does not.
As my default user 1000:1000. /tmp/disk and /tmp/mergerfs are also owned by 1000:1000
Right, I literally copy pasted the commands > 6. mount -f -o allow_other,use_ino,cache.files=partial,moveonenospc=true,dropcacheonclose=true,minfreespace=0 /tmp/disk /tmp/mergerfs As per your picture this would mergerfs instead of mount. Now with that, I can...
`ls -la /mnt` on the host ``` drwx------ 5 tommi tommi 4096 helmi 26 21:16 disk1 drwx------ 6 tommi tommi 4096 helmi 27 00:48 disk2 drwx------ 4 tommi tommi 4096...
Steps 9 and 10 in another terminal. Edit: sorry almost forgot the important part, difference between 14-17 and 22-25. 1. truncate -s 1G /tmp/disk1.img 2. truncate -s 1G /tmp/disk2.img 3....
Trying a few reboots with the most recent version, booting and bluetooth issues seem to be fixed for me too.