Settings don't change

  • Hello all,


    I was using openmediavault about a month and i really happy about it but i have problem with my Access Rights Management -> Shared Folder -> ACL and i cant change recursive for apply permissions to subfolders then i turn it on and apply then close its return it original off state Im using SMB file Service And I really noob at this so please explaiment how can i fix this problem

  • It's like that. I think it's a bug.
    As long as you applied, it should work.
    Devs and mods in here not recommend using ACL.
    ACL can cause a mess if you don't know what you are doing.

    OMV v5.0
    Asus Z97-A/3.1; i3-4370
    32GB RAM Corsair Vengeance Pro

  • Hi
    I had the same problem. ACL recursive did not update.


    My solution:
    Enter your OMV-machine via SSH and log in as root.
    Then perform the following command:


    setfacl -R -m u:user:rwx /media/yourshare


    Explanation:


    -R - Recursive down into files and directories
    -m - Modifying ACL's (vs removing them)
    u:user:rwx - The user "user" will get rwx permissions (obviously you have to change that to your user) (for groups use g:"groupname":rwx instead)
    /media/yourshare - Give these permissions to the /media/yourshare directory (and sub files/dirs, since this is a recursive operation via the-R flag) (you have to change that to your path of course)


    If you do not find the path of your share:
    apt-get install tree
    cd /media
    tree -L 3
    your share should be listed somewhere there then...


    I hope I could help!

    ODROID XU4, Seagate Expansion 4TB, Intenso Memory Box 3TB, custom fans, Gig Ethernet

    • Offizieller Beitrag

    You can do all of that with the reset permissions tab.

    omv 7.0.5-1 sandworm | 64 bit | 6.8 proxmox kernel

    plugins :: omvextrasorg 7.0 | kvm 7.0.13 | compose 7.1.4 | k8s 7.1.0-3 | cputemp 7.0.1 | mergerfs 7.0.4


    omv-extras.org plugins source code and issue tracker - github - changelogs


    Please try ctrl-shift-R and read this before posting a question.

    Please put your OMV system details in your signature.
    Please don't PM for support... Too many PMs!

Jetzt mitmachen!

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