Graham & McNeney Labs

Compute Canada files and quotas

This information is specific to the cluster cedar.computecanada.ca that we use.

Compute Canada Filespace

Purpose of each disk

Roughly speaking

Disk quotas

Copying files to/from /project

The sfu-statgen data-sharing group

(note the capital X in the second setfacl command). Other members of the sfu-statgen data-sharing group can now work with TestDir and its contents as if they were their own.

Unix groups

On Unix, directories and files have two levels of ownership, the “user” (the user who created it) and the “group” (the Unix group that the user belongs to). You can see the ownership of files using ls -la. For example, here is an excerpt of the listing of some of the sub-directories of the /project/def-jgraham directory. We are interested in the third and fourth columns of output.

drwx--S---    9 epasiedn def-jgraham   4096 Nov 17 06:58 epasiedn
drwx--S---    2 jgraham  def-jgraham   4096 Mar 17  2021 jgraham

For the first sub-directory, the user owner is epasiedn and the group owner is def-jgraham. For the second sub-directory, the user owner is jgraham and the group owner is def-jgraham. Since the group owner is def-jgraham for both directories, both count against the communal quota of the def-jgraham project.

As another example, here is a partial listing of some of the sub-directories of /home/jgraham:

drwxr-x---      5 jgraham jgraham        4096 Mar 11  2021 msprime_env
drwxr-xr-x      2 root    jgraham        4096 May 15  2019 nearline

For the first sub-directory, the user owner and group owner are both jgraham. For the second sub-directory, the user owner is root (the super-user) and the group owner is jgraham. We can see that the second sub-directory was created by root but counts toward jgraham’s 50GB personal quota on /home.