Zfs set quota
Jump to navigation
Jump to search
- Set a quota to a filesystems:
zfs set quota=50G pool/home/bob
[1]
touch your_new_file touch: cannot touch 'your_new_file': Disk quota exceeded To increase quota define a new quota bigger than previous one: zfs set quota=60G pool/home/bob (no output on success)
Related commands
zfs list -o name,quota,used,avail -r /ZFSfilesystem
See also
Advertising: