To use TACC's Corral system you must request via TACC's User Portal for access:
https://portal.tacc.utexas.edu/user-guides/Corral#access
How to use TACC's Resources with Shamu
This guide will show you how you can use the filesystem resources at TACC with your account on Shamu.
You
must have an account with TACC and access to their Corral file system. This is the same file system used by their many clusters and UTRC.
Here is the
Corral User Guide provide by TACC.
Create your TACC home directory on Shamu
Create a directory in your Shamu /work space, call it anything you want but for this example we are calling the directory "tacc".
[abc123@login01 ~]$ mkdir /work/abc123/tacc-home
Mounting your $HOME directory from Corral
[abc123@login01 ~]$ sshfs tacc_account@data.tacc.utexas.edu: /work/abc123/tacc-home
Mounting your Project directory from Corral
[abc123@login01 ~]$ sshfs tacc_account@data.tacc.utexas.edu:/corral-repl/project_name tacc-project
--
AdminUser - 27 Apr 2017