[SOLVED] Return to UNIX permissions type from Windows

Status
Not open for further replies.

zang3tsu

Dabbler
Joined
Feb 17, 2013
Messages
14
I'm aware that currently this cannot be done via the web GUI. I don't mind doing this via the command line. I just need to revert the changes made by setting the Permisson Type to Windows.
 

zang3tsu

Dabbler
Joined
Feb 17, 2013
Messages
14
Well, if anyone else stumbles onto this, I manage to do this by setting the aclmode to passthrough (which was restricted previously), by using this command:

Code:
zfs set aclmode=passthrough <pool name>


Although, I'm still not sure if it is preserved after rebooting.

EDIT: It is preserved even after rebooting.
 
Last edited:
Status
Not open for further replies.
Top