Hello OMV Forum. I've been using OMV 4 for about 4 years now and it has been great. I have although come across an issue recently and can't find a solution. I've been researching a lot. My Raid 10 array has become unable to be Mounted and it gives a error code. If it's at all possible please help assist in restoring the ability to mount the filesystem. Thanks.
Here is the Error Code.
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; mount -v --source '/dev/disk/by-label/Raid10Storage' 2>&1' with exit code '32': mount: wrong fs type, bad option, bad superblock on /dev/md127, missing codepage or helper program, or other error
In some cases useful info is found in syslog - try dmesg | tail or so. in /usr/share/php/openmediavault/system/process.inc:182
Stack trace:
#0 /usr/share/php/openmediavault/system/filesystem/filesystem.inc(733): OMV\System\Process->execute()
#1 /usr/share/openmediavault/engined/rpc/filesystemmgmt.inc(920): OMV\System\Filesystem\Filesystem->mount()
#2 [internal function]: OMVRpcServiceFileSystemMgmt->mount(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('mount', Array, Array)
#5 /usr/sbin/omv-engined(537): OMV\Rpc\Rpc::call('FileSystemMgmt', 'mount', Array, Array, 1)
#6 {main}