Advertisement
Guest User

Untitled

a guest
Nov 17th, 2018
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.28 KB | None | 0 0
  1. Error #0:
  2. OMV\ExecException: Failed to execute command 'export PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin; export LANG=C; mount -v --source '/dev/disk/by-id/ata-WDC_WD30EZRX-00D8PB0_WD-WMC4N0F32SN5-part1' 2>&1' with exit code '12': Failed to read last sector (732558078): Invalid argument
  3. HINTS: Either the volume is a RAID/LDM but it wasn't setup yet,
  4. or it was not setup correctly (e.g. by not using mdadm --build ...),
  5. or a wrong device is tried to be mounted,
  6. or the partition table is corrupt (partition is smaller than NTFS),
  7. or the NTFS boot sector is corrupt (NTFS size is not valid).
  8. Failed to mount '/dev/sda1': Invalid argument
  9. The device '/dev/sda1' doesn't seem to have a valid NTFS.
  10. Maybe the wrong device is used? Or the whole disk instead of a
  11. partition (e.g. /dev/sda, not /dev/sda1)? Or the other way around? in /usr/share/php/openmediavault/system/process.inc:182
  12. Stack trace:
  13. #0 /usr/share/php/openmediavault/system/filesystem/filesystem.inc(720): OMV\System\Process->execute()
  14. #1 /usr/share/openmediavault/engined/module/fstab.inc(72): OMV\System\Filesystem\Filesystem->mount()
  15. #2 /usr/share/openmediavault/engined/rpc/config.inc(194): OMVModuleFsTab->startService()
  16. #3 [internal function]: OMVRpcServiceConfig->applyChanges(Array, Array)
  17. #4 /usr/share/php/openmediavault/rpc/serviceabstract.inc(123): call_user_func_array(Array, Array)
  18. #5 /usr/share/php/openmediavault/rpc/serviceabstract.inc(149): OMV\Rpc\ServiceAbstract->callMethod('applyChanges', Array, Array)
  19. #6 /usr/share/php/openmediavault/rpc/serviceabstract.inc(565): OMV\Rpc\ServiceAbstract->OMV\Rpc\{closure}('/tmp/bgstatusJI...', '/tmp/bgoutputwj...')
  20. #7 /usr/share/php/openmediavault/rpc/serviceabstract.inc(159): OMV\Rpc\ServiceAbstract->execBgProc(Object(Closure))
  21. #8 /usr/share/openmediavault/engined/rpc/config.inc(213): OMV\Rpc\ServiceAbstract->callMethodBg('applyChanges', Array, Array)
  22. #9 [internal function]: OMVRpcServiceConfig->applyChangesBg(Array, Array)
  23. #10 /usr/share/php/openmediavault/rpc/serviceabstract.inc(123): call_user_func_array(Array, Array)
  24. #11 /usr/share/php/openmediavault/rpc/rpc.inc(86): OMV\Rpc\ServiceAbstract->callMethod('applyChangesBg', Array, Array)
  25. #12 /usr/sbin/omv-engined(536): OMV\Rpc\Rpc::call('Config', 'applyChangesBg', Array, Array, 1)
  26. #13 {main}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement