Samba (SMB/CIFS protocol) allows you mount remote SLAC Unix storage on your local desktop or laptop if you are on the SLAC network.

Authentication is done using your SLAC Windows Active Directory username and password.

 


 

CentOS 7 installation:

sudo yum install samba-client cifs-utils

To browse SLAC Unix filesystems available via Samba:

smbclient -U% -L zslaccfs.slac.stanford.edu

To mount a SLAC Unix filesystem on your desktop or laptop:

mkdir ~/slac_work_space
sudo mount -t cifs '\\zslaccfs\slac_work_space' ~/slac_work_space -o user=ksa,domain=SLAC,vers=1.0

To access the the SLAC Unix filesystem (the above example mounts the SLAC NFS filesystem /nfs/slac/work):

cd ~/slac_work_space

To umount when you are done:

cd
sudo umount ~/slac_work_space

Additional notes:

See also:

https://confluence.slac.stanford.edu/display/SCSPub/SSHFS+Unix+Storage+Access
https://mountainduck.io/
https://cyberduck.io/