What type of hardware are you using: Virtual machine
What YunoHost version are you running: 12.1.40.1
How are you able to access your server: The webadmin
SSH
Direct access via physical keyboard/screen
Are you in a special context or did you perform specific tweaking on your YunoHost instance ?: No
Describe your issue
Hello everyone, thanks in advance for your support. ![]()
My setup currently consists of yunohost (vm), Qnap NAS and the Nextcloud App.
I want to use a nfs share as /home/yunohost.multimedia/ folder. My Yunohost VM only has 56GB HDD and my NAS has 3TB.
I have successfully moved the yunohost.multimedia folder, mounted my nfs share to /home/yunohost.multimedia and copied the files back.
After the I checked the permissions and did chown and chmod to match the old folder.
I can now upload new files and folders.
BUT I cant delete anything in the /home/yunohost.multimedia/share folder or the share folder itself.
As far as I checked the ACL is different and I tried to set it back.
But I get “setfacl: /home/yunohost.multimedia/: Operation not supported”
Thanks again for your help.
Kind regards Hans
Share relevant logs or error messages
getfacl output
# file: yunohost.multimedia/
# owner: root
# group: root
user::rwx
group::rwx
other::r-x
Acl of the old Folder:
# file: yunohost.multimedia.local/
# owner: root
# group: root
user::rwx
group::rwx
group:multimedia:rwx
mask::rwx
other::r-x
default:user::rwx
default:group::rwx
default:group:multimedia:rwx
default:mask::rwx
default:other::r-x
My /etc/fstab/ entry for the nfs share:
192.x.x.x:/nfs_share /home/yunohost.multimedia nfs4 defaults,acl 0 0