FAQ

How to access data remotly ?

You can use sshfs or NFS to access to your data remotly.

SSHFS

You can mount any directory remotly with sshfs.

  • Linux and MacOS :
sshfs user@apcdante.in2p3.fr:/home/user mnt/

If you have performance issue you can modify compression and cipher :

sshfs -C -o Ciphers=aes128-ctr user@apcdante.in2p3.fr:/home/user mnt/

NFS

Only the /work directory is available with NFS.

  • Linux :
mount -t nfs apcdante.in2p3.fr:/work/user /mnt
  • MacOS :
mount_nfs -o resvport apcdante.in2p3.fr:/work/user /mnt/