How Do I Check My ZFS Space Quota?

By default, each Yen user is allotted 50 GB of space in their ZFS home directory:

/home/users/<SUNet ID>/

To determine how much of your quota you have used, you can simply type:

$ gsbquota

The resulting output will look something like:

/home/users/<SUNet ID>: currently using 50% (25G) of 50G available 

You can also check size of your project space by passing in a full path to your project space to gsbquota command:

$ gsbquota /zfs/projects/students/<my-project-dir>/
/zfs/projects/students/<my-project-dir>/: currently using 39% (78G) of 200G available