Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

The file directory structure on a Talapas login node or compute node follows the typical directory structure found on a standard Linux server. As a user, there are several locations to store your data:

Home directory

/home/<username> - your home directory has a 250GB quota and is only accessible by you. Store your personal work related data here.

Projects directory

/projects/<pirg> - your PIRG project directory has its own quota, the standard is 2TB. Store lab PIRG work related data here and data used in collaborations with other members of the lab. At creation, a new project space is a flat, simplified directory structure. It is at the discretion of the PI to manage this space to best meet the needs of the PIRG. Members of the PIRG have read/write/execute access to files and directories in the project space for collaboration.

A symbolic link is created by default in each users home directory to provide a direct link to each PIRG that you are a member of. For example, members of racs each have the following link in their home directories,

Code Block
 racs -> /projects/racs

The project directory is owned by the lab PI and all members of the PIRG have read/write access to files and directories created here to enable collaboration.

Navigate to the PIRG projects directory through the symbolic link racs:

...

Code Block
$ cd /projects/racs

Projects directory - Legacy

This directory is where I can store my PIRG related files. For each PIRG you’re a part of, you have a /home/<pirg> symlink in your home directory which goes to /projects/<pirg>/<username>. The PIRG directory /projects/<pirg> is owned by the PI. Your user directory /projects/<pirg>/<username> is owned by you/projects/<pirg> - your PIRG project directory has its own quota, the standard is 2TB. Store PIRG work related data here and data used in collaborations with other members. At creation, a new project space has a directory named shared for collaboration with other PIRG members and named directories for each member of the PIRG. It is at the discretion of the PI to manage this space to best meet the needs of the PIRG. Members of the PIRG have read/write/execute access to the PIRG shared /projects/<pirg>/shareddirectory. Files and directories created in shared inherit the PIRG group ownership to help with collaboration. You must explicitly grant write access for every file you wish other members of your PIRG to have write access. By default, the project has a 2TB quota and can be increased by purchasing additional storage.

For example, here is my home directory. Notice the symlink from racs to /projects/racs/marka.

...

files and directories in the project space shared directory for collaboration.

A symbolic link is created by default in each users home directory to provide a direct link to your named directory in each PIRG that you are a member of. For example, members of racs each have the following link in their home directories,

Code Block
 racs -> /projects/racs/username

Navigate to the PIRG projects directory through the symbolic link racs:

Code Block
$ cd racs

Or through the explicit directory direct path:

Code Block
$ cd /projects/racs/username