Hi,
OMV 3.0.91 (Kernel Linux 4.13.13-sunxi 64) runs on an OrangePi Zero Plus, which is connected thru LAN directly to a Fritz!Box (FB) 7490. An external USB 3.0 HDD (NTFS) is attached to the FB. Fritz.NAS is configured properly and works fine, particularly access from Windows PCs. Serveral FB users do have read and write authorizations to the main share 'TOSHIBA-ExternalUSB3-0-01' (the entire external HDD). The OMV user 'SonneOrangePi' exists within OMV and the OPI0+ and the FB. This user has everywhere the same password. Within OMV the user 'SonneOrangePi' is currently assigned to all user groups with all priviliges - at the moment, for testing.
Now, I'd like to configure the OMV Remote Mount plugin (test repo) to mount the FB HDD.
Mount Type: SMB/CIFS
Name: FritzBoxFestplatte
Server: 192.168.178.1
Share: TOSHIBA-ExternalUSB3-0-01
Username: SonneOrangePi
Password: ***
Options: _netdev,iocharset=utf8
Unfortunately, this configuration doesn't work. Following error occurs:
Failed to execute command 'export PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin; export LANG=C; mount -v '/srv/6503e140-ec6b-4f09-9728-aff451ccf77a' 2>&1' with exit code '32': mount.cifs kernel mount options: ip=192.168.178.1,unc=\\192.168.178.1\TOSHIBA-ExternalUSB3-0-01,iocharset=utf8,user=SonneOrangePi,pass=******** mount error(79): Can not access a needed shared library Refer to the mount.cifs(8) manual page (e.g. man mount.cifs)
Fehler #0:exception 'OMV\ExecException' with message 'Failed to execute command 'export PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin; export LANG=C; mount -v '/srv/6503e140-ec6b-4f09-9728-aff451ccf77a' 2>&1' with exit code '32': mount.cifs kernel mount options: ip=192.168.178.1,unc=\\192.168.178.1\TOSHIBA-ExternalUSB3-0-01,iocharset=utf8,user=SonneOrangePi,pass=********mount error(79): Can not access a needed shared libraryRefer to the mount.cifs(8) manual page (e.g. man mount.cifs)' in /usr/share/php/openmediavault/system/process.inc:175Stack trace:#0 /usr/share/php/openmediavault/system/filesystem/remote.inc(427): OMV\System\Process->execute()#1 /usr/share/openmediavault/engined/module/fstab.inc(72): OMV\System\Filesystem\Remote->mount()#2 /usr/share/openmediavault/engined/rpc/config.inc(194): OMVModuleFsTab->startService()#3 [internal function]: OMVRpcServiceConfig->applyChanges(Array, Array)#4 /usr/share/php/openmediavault/rpc/serviceabstract.inc(124): call_user_func_array(Array, Array)#5 /usr/share/php/openmediavault/rpc/serviceabstract.inc(150): OMV\Rpc\ServiceAbstract->callMethod('applyChanges', Array, Array)#6 /usr/share/php/openmediavault/rpc/serviceabstract.inc(528): OMV\Rpc\ServiceAbstract->OMV\Rpc\{closure}('/tmp/bgstatusCt...', '/tmp/bgoutputpG...')#7 /usr/share/php/openmediavault/rpc/serviceabstract.inc(151): OMV\Rpc\ServiceAbstract->execBgProc(Object(Closure))#8 /usr/share/openmediavault/engined/rpc/config.inc(213): OMV\Rpc\ServiceAbstract->callMethodBg('applyChanges', Array, Array)#9 [internal function]: OMVRpcServiceConfig->applyChangesBg(Array, Array)#10 /usr/share/php/openmediavault/rpc/serviceabstract.inc(124): call_user_func_array(Array, Array)#11 /usr/share/php/openmediavault/rpc/rpc.inc(86): OMV\Rpc\ServiceAbstract->callMethod('applyChangesBg', Array, Array)#12 /usr/sbin/omv-engined(536): OMV\Rpc\Rpc::call('Config', 'applyChangesBg', Array, Array, 1)#13 {main}
What changes are required for a proper configuration?
Thanks in advance for your support,
Joe