Fuse and Sshfs
From BNL Physics Computing
Through the use of the FUSE module running on
your home Linux machine it is possible to mount your internal BNL
disks. This is done through the
SSH Filesystem. Set up your
~/.ssh/config
file according to this topic and mount your internal disk like:
mkdir ~/work-disk sshfs internal.bnl.gov:/path/to/work-disk ~/work-disk
