Advertisement
Guest User

Untitled

a guest
Nov 6th, 2018
195
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  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; export LANG=C; mount -o bind,defaults /srv/dev-disk-by-label-TOSHIBA 1TB/Docker_base /var/lib/docker/openmediavault 2>&1' with exit code '1':
  3. Usage:
  4.  mount [-lhV]
  5.  mount -a [options]
  6.  mount [options] [--source] <source> | [--target] <directory>
  7.  mount [options] <source> <directory>
  8.  mount <operation> <mountpoint> [<target>]
  9.  
  10. Mount a filesystem.
  11.  
  12. Options:
  13.  -a, --all               mount all filesystems mentioned in fstab
  14.  -c, --no-canonicalize   don't canonicalize paths
  15. -f, --fake              dry run; skip the mount(2) syscall
  16. -F, --fork              fork off for each device (use with -a)
  17. -T, --fstab <path>      alternative file to /etc/fstab
  18. -i, --internal-only     don't call the mount.<type> helpers
  19.  -l, --show-labels       show also filesystem labels
  20.  -n, --no-mtab           don't write to /etc/mtab
  21. -o, --options <list>    comma-separated list of mount options
  22. -O, --test-opts <list>  limit the set of filesystems (use with -a)
  23. -r, --read-only         mount the filesystem read-only (same as -o ro)
  24. -t, --types <list>      limit the set of filesystem types
  25.     --source <src>      explicitly specifies source (path, label, uuid)
  26.     --target <target>   explicitly specifies mountpoint
  27. -v, --verbose           say what is being done
  28. -w, --rw, --read-write  mount the filesystem read-write (default)
  29.  
  30. -h, --help     display this help and exit
  31. -V, --version  output version information and exit
  32.  
  33. Source:
  34. -L, --label <label>     synonym for LABEL=<label>
  35. -U, --uuid <uuid>       synonym for UUID=<uuid>
  36. LABEL=<label>           specifies device by filesystem label
  37. UUID=<uuid>             specifies device by filesystem UUID
  38. PARTLABEL=<label>       specifies device by partition label
  39. PARTUUID=<uuid>         specifies device by partition UUID
  40. <device>                specifies device by path
  41. <directory>             mountpoint for bind mounts (see --bind/rbind)
  42. <file>                  regular file for loopdev setup
  43.  
  44. Operations:
  45. -B, --bind              mount a subtree somewhere else (same as -o bind)
  46. -M, --move              move a subtree to some other place
  47. -R, --rbind             mount a subtree and all submounts somewhere else
  48. --make-shared           mark a subtree as shared
  49. --make-slave            mark a subtree as slave
  50. --make-private          mark a subtree as private
  51. --make-unbindable       mark a subtree as unbindable
  52. --make-rshared          recursively mark a whole subtree as shared
  53. --make-rslave           recursively mark a whole subtree as slave
  54. --make-rprivate         recursively mark a whole subtree as private
  55. --make-runbindable      recursively mark a whole subtree as unbindable
  56.  
  57. For more details see mount(8). in /usr/share/php/openmediavault/system/process.inc:182
  58. Stack trace:
  59. #0 /usr/share/omvdocker/Utils.php(642): OMV\System\Process->execute()
  60. #1 /usr/share/openmediavault/engined/rpc/docker.inc(1205): OMVModuleDockerUtil::changeDockerSettings(Array, 42005, '/srv/dev-disk-b...')
  61. #2 [internal function]: OMVRpcServiceDocker->setSettings(Array, Array)
  62. #3 /usr/share/php/openmediavault/rpc/serviceabstract.inc(123): call_user_func_array(Array, Array)
  63. #4 /usr/share/php/openmediavault/rpc/rpc.inc(86): OMV\Rpc\ServiceAbstract->callMethod('setSettings', Array, Array)
  64. #5 /usr/sbin/omv-engined(536): OMV\Rpc\Rpc::call('Docker', 'setSettings', Array, Array, 1)
  65. #6 {main}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement