Skip to content

edit

Edit properties of a virtual filesystem

raidrivecli edit <label> [options]

The mountpoint label can be found with the list command, and the mountpoint must be unmounted to modify the virtual filesystem properties.

$ raidrivecli list
  label   mount path   remote address          state
──────────────────────────────────────────────────────
  sftp1   /mnt/sftp1   sftp://192.168.200.40   Mounted

$ raidrivecli unmount sftp1
/mnt/sftp1(sftp1) unmounted

$ raidrivecli edit sftp1 --help

Options

edit takes the same options as add — see add → Options.

See also