Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Install cifs-utils. sudo apt-get install cifs-utils

  2. Create a directory where you want to mount it. sudo mkdir /mnt/slac
  3. Code Block
    sudo mount -t cifs -o username=
    XXX
    SLAC_USERNAME,vers=1.0,domain=slac,uid=`id -u` //zslaccfs.slac.stanford.edu/cryoem/ /mnt/slac
    /

    Note that the uid is important so that you as user can have the correct permissions on your local desktop.

 

 

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.

...