Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Added details for how to use samba on Linux

...

You should login with your SLAC Windows Account to use this.

  1. On your Linux machine, open a terminal window.
  2. Install the necessary software with the command sudo apt-get install -y samba samba-common python-glade2 system-config-samba.
  3. Type your sudo password and hit Enter.
  4. Allow the installation to complete.
  5. Open a new file browser window.
  6. At the bottom of the Left Navigation Pane, click "Other Locations"
  7. At the bottom of the window, in the "Connect to Server" field, Type smb://zslaccfs/
  8. Open the cryoem directory.
  9. Log in with your SLAC Windows account username and password, leave the "Workgroup" field as the default value.
  10. You can now browse the CryoEM disks in your Linux file browser.

SSHFS

You can also use the FUSE based SSHFS to mount the filesystem via ssh. It is recommended to ssh into dtn02.slac.stanford.edu in order to use this method.

Using SSHFS, the filesystem will be mounted locally so that you may browse the directory as you would with SAMBA etc.

...