The AFS file system has per-volume disk space quotas. To examine your quota and the current usage, use:
- On UNIX systems:
- fs listquota path
- fs lq path
- path is the pathname of a file or
directory in the volume
- Disk quota and amount used are reported in 1K Byte Blocks.
The percentage used of the volume quota and the file server disk
partition holding that volume are also reported.
- On Windows NT systems:
- Right-click on a directory, and use the
menu; or
- In a command window, use the fs listtacl command:
- fs listquota path
- fs lq path
- path is the pathname of a file or
directory in the volume
- Disk quota and amount used are reported in 1K Byte Blocks.
The percentage used of the volume quota and the file server disk
partition holding that volume are also reported.
[ Back to Top ]