Hello,
first, I´m very new in OMV and Linux based applications. Usually everything works fine, in case of issues I mostly find solutions in the web.
But as I think I have an OMV unique issue I´d like to ask here.
I´ve mounted some shared folders of my existing Synology disk station in OMV and recognized that they get cryptic names in OMV. Not a problem at all, but these names are too long to remember and so I wanted to add a comment about their content to them. But when saving, I get an error
400 - Bad request
fsname: The value null is not a string.
OMV\Json\SchemaValidationException: fsname: The value null is not a string. in /usr/share/php/openmediavault/json/schema.inc:370
Stack trace:
#0 /usr/share/php/openmediavault/json/schema.inc(301): OMV\Json\Schema->validateString(NULL, Array, 'fsname')
#1 /usr/share/php/openmediavault/json/schema.inc(631): OMV\Json\Schema->validateType(NULL, Array, 'fsname')
#2 /usr/share/php/openmediavault/json/schema.inc(399): OMV\Json\Schema->checkProperties(Object(stdClass), Array, '')
#3 /usr/share/php/openmediavault/json/schema.inc(289): OMV\Json\Schema->validateObject(Object(stdClass), Array, '')
#4 /usr/share/php/openmediavault/json/schema.inc(261): OMV\Json\Schema->validateType(Object(stdClass), Array, '')
#5 /usr/share/php/openmediavault/rpc/paramsvalidator.inc(59): OMV\Json\Schema->validate(Object(stdClass))
#6 /usr/share/php/openmediavault/rpc/serviceabstract.inc(179): OMV\Rpc\ParamsValidator->validate('{"uuid":"fa4b1c...')
#7 /usr/share/openmediavault/engined/rpc/fstab.inc(110): OMV\Rpc\ServiceAbstract->validateMethodParams(Array, 'rpc.fstab.set')
#8 [internal function]: Engined\Rpc\FsTab->set(Array, Array)
#9 /usr/share/php/openmediavault/rpc/serviceabstract.inc(123): call_user_func_array(Array, Array)
#10 /usr/share/php/openmediavault/rpc/rpc.inc(86): OMV\Rpc\ServiceAbstract->callMethod('set', Array, Array)
#11 /usr/sbin/omv-engined(537): OMV\Rpc\Rpc::call('FsTab', 'set', Array, Array, 1)
#12 {main}
All shares are mounted, referenced and online. How can I solve this, enabling me to add comments?