Hi All,
My setups is OMV 4 on RPI 3
I have WDmycloud and i connected it to the OMV via remote share plugin
This is options:
the options are: _netdev,iocharset=utf8,vers=2.0,nofail
Trying to add debian-transmission to the folder that is mounted i got an error:
Code
Failed to execute command 'export PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin; export LANG=C.UTF-8; setfacl -M '/tmp/setfaclAngtcb' -- '/srv/858516e0-99ea-41a5-a200-9a4777a9d49e/movies/new/3' 2>&1' with exit code '1': setfacl: /srv/858516e0-99ea-41a5-a200-9a4777a9d49e/movies/new/3: Operation not supported
Error #0:
OMV\ExecException: Failed to execute command 'export PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin; export LANG=C.UTF-8; setfacl -M '/tmp/setfaclAngtcb' -- '/srv/858516e0-99ea-41a5-a200-9a4777a9d49e/movies/new/3' 2>&1' with exit code '1': setfacl: /srv/858516e0-99ea-41a5-a200-9a4777a9d49e/movies/new/3: Operation not supported in /usr/share/openmediavault/engined/rpc/sharemgmt.inc:992
Stack trace:
#0 /usr/share/php/openmediavault/rpc/serviceabstract.inc(565): OMVRpcServiceShareMgmt->{closure}('/tmp/bgstatusIJ...', '/tmp/bgoutputUf...')
#1 /usr/share/openmediavault/engined/rpc/sharemgmt.inc(999): OMV\Rpc\ServiceAbstract->execBgProc(Object(Closure), NULL, Object(Closure))
#2 [internal function]: OMVRpcServiceShareMgmt->setFileACL(Array, Array)
#3 /usr/share/php/openmediavault/rpc/serviceabstract.inc(123): call_user_func_array(Array, Array)
#4 /usr/share/php/openmediavault/rpc/rpc.inc(86): OMV\Rpc\ServiceAbstract->callMethod('setFileACL', Array, Array)
#5 /usr/sbin/omv-engined(536): OMV\Rpc\Rpc::call('ShareMgmt', 'setFileACL', Array, Array, 1)
#6 {main}
Display More
What an i missing here ?