Edward Pilatowicz wrote: > perhaps i'm just dense and missed this, but how do you remove or clear a > quota? zfs inherit {user|group}quota@<user> <fs>?
Same as with regular quotas and refquotas: zfs set {user|group}quota@<user>=none <fs> The zfs(1m) manpage and the output from "zfs set" document this. --matt