OMV Failed to execute command

  • Tried to change privileges of a folder and got the following error. HDD is still mounted and okay. All the shared folders on it are accessible. Any ideas?




  • As I can see it tries to unmount shared mount point, but with no luck.
    Probably /sharedfolders/appData are in use by some user, device, process, daemon, etc.
    Try to run this as root in CLI to check who is using this folder.


    Bash
    lsof +D /sharedfolders/appData
    lsof -i 4 /sharedfolders/appData

    It will gives you a list of processes using the folder. Try to reset connection or stop daemon (or disable whatever else which blocks the folder).
    Then try to change privileges again.

Jetzt mitmachen!

Sie haben noch kein Benutzerkonto auf unserer Seite? Registrieren Sie sich kostenlos und nehmen Sie an unserer Community teil!