[Please complete the below template with details of the problem reported on your Web-UI. Be as detailed as possible. Community members, including developers, shall try and help. Thanks for your time in reporting this issue! We recommend purchasing commercial support for expedited support directly from the developers.]
Brief description of the problem
I’m attempting to change the permissions (Access Control) on a Shared folder
Detailed step by step instructions to reproduce the problem
[write here]
Web-UI screenshot
[Drag and drop the image here]
Error Traceback provided on the Web-UI
Traceback (most recent call last):
File “/opt/rockstor/src/rockstor/rest_framework_custom/generic_view.py”, line 41, in _handle_exception
yield
File “/opt/rockstor/src/rockstor/storageadmin/views/share_acl.py”, line 60, in post
chown(mnt_pt, options[“owner”], options[“group”], options[“orecursive”])
File “/opt/rockstor/src/rockstor/system/acl.py”, line 34, in chown
return run_command(cmd)
^^^^^^^^^^^^^^^^
File “/opt/rockstor/src/rockstor/system/osi.py”, line 290, in run_command
raise CommandException(cmd, out, err, rc)
system.exceptions.CommandException: Error running a command. cmd = /usr/bin/chown -R root:users /mnt2/Movies. rc = 1. stdout = [‘’]. stderr = [“/usr/bin/chown: changing ownership of ‘/mnt2/Movies’: Operation not permitted”, ‘’]