You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

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

More info

 

  • No labels