Skip to content
Simon Byrne edited this page Oct 4, 2023 · 2 revisions

sampo.gps.caltech.edu is a shared file server, hosted in the GPS server room

Request access

Email help-gps@caltech.edu and request access

SSH config

Add to your local ~/.ssh/config file

Host sampo
  HostName sampo.gps.caltech.edu
  User [username]

To access from outside the network, either use the Caltech VPN

Match final host !ssh.caltech.edu,*.caltech.edu !exec "nc -z -G 1 login.hpc.caltech.edu 22"
  ProxyJump ssh.caltech.edu

About the machine

Storage

  • /home/[username] (capped at 1TB): backed up
  • /net/sampo/data1 (200TB): Not backed up, but is somewhat protected against failure by redundant RAID partition
    • it is also accessible via /export/data1, but the above path is available also on clima, so if you create a symlink using this, it should work on both machines.

If you're on the local network (or connected via VPN), you can mount home and data1 via Samba smb://sampo.gps.caltech.edu/ (you may need to request access).

Clone this wiki locally