wenlez Posted April 11, 2015 #1 Posted April 11, 2015 THis is my set up: OpenMediaVault ( based on Debian linux ) host, Xpenology as Virtual Machine (Vbox). Volume1 is a virtual drive on SSD; Mass storage is exported through NFS. NFS is mounted on Xpenology ( e.g. /volume1/Downloads, /volume1/Music ). While I can read and write the NFS through Xpenology, but I there is no ACL support; All users can read and write these shares at will. Does any one have an idea how to fix this? Host's export: /export/Music 1.1.1.10(rw,subtree_check,secure) /export/Downloads 1.1.1.10(rw,async,subtree_check,secure,no_root_squash) Xpenology NFS mount: mount -t nfs 1.1.1.20:/export/Downloads /volume1/Downloads mount -t nfs 1.1.1.20:/export/Music /volume1/Music Message on DSM5.1 The volume where the share is located does not support ACL. Please refer to Help for more Information.
wenlez Posted April 11, 2015 Author #2 Posted April 11, 2015 I would get this in my /var/log/messages: Apr 11 10:39:03 HOSTNAME entry.cgi_SYNO.Core.Share.Permission[1].list[16201]: permission.cpp:834 failed to get share Downloads acl
Recommended Posts