How to mount a Dardel directory on your local computer¶
sshfs is a userspace filesystem which mounts a remote directory in the local filesystem using the ssh protocol.
sshfs on Linux¶
Installing sshfs¶
To install sshfs using apt-get, do
Using sshfs¶
Assume that Anna with Dardel user name anna wants to mount her Dardel scratch directory on her local Linux machine. She would then:
- Obtain kerberos tickets as described here.
-
Create a local directory using
-
Mount the Dardel scratch directory using
The dardel-scratch directory can then be used as if it was local.
Unmounting an sshfs directory¶
It is good practise to explicitly unmount the remote directory when finished. Strange things may happen if network connectivity is lost.
To unmount the directory in the Anna example above, do