table of contents
other versions
- wheezy-backports 3.17-1.1~bpo70+1
- jessie 3.17-1.1
- jessie-backports 4.7.3-1~bpo8+1
- testing 4.7.3-1
- unstable 4.9.1-1
BTRFS-QUOTA(8) | Btrfs Manual | BTRFS-QUOTA(8) |
NAME¶
btrfs-quota - control the quota of a btrfs filesystemSYNOPSIS¶
btrfs quota <subcommand> <args>DESCRIPTION¶
btrfs quota is used to enable/disable or rescan subvolume quota of a btrfs filesystem.SUBCOMMAND¶
enable <path>Enable subvolume quota support for a
filesystem.
disable <path>
Disable subvolume quota support for a
filesystem.
rescan [-s] <path>
Trash all qgroup numbers and scan the metadata
again with the current config.
Options
-s
show status of a running rescan
operation.
-w
wait for rescan operation to finish(can be
already in progress).
EXIT STATUS¶
btrfs quota returns a zero exit status if it succeeds. Non zero is returned in case of failure.AVAILABILITY¶
btrfs is part of btrfs-progs. Please refer to the btrfs wiki http://btrfs.wiki.kernel.org for further details.SEE ALSO¶
mkfs.btrfs(8), btrfs-subvolume(8), btrfs-qgroup(8)06/20/2015 | Btrfs v3.17 |