Campuses:
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
computing:department:unix:file_storage [2016/02/02 13:51] – [using sshfs] allan | computing:department:unix:file_storage [2016/02/02 13:52] (current) – [sshfs] allan | ||
---|---|---|---|
Line 59: | Line 59: | ||
==== sshfs ==== | ==== sshfs ==== | ||
- | You can use //fuse// (the userspace filesystem driver) to mount any remote filesystem which you have ssh access to. You can use this to access files from non-Physics systems. For example: | + | You can use //fuse// (the userspace filesystem driver) to mount any remote filesystem which you have ssh access to. Although this is not a high-performance solution, you can use this to access files from non-Physics |
mkdir ~/mnt #create a place to put it, can be called anything you want. | mkdir ~/mnt #create a place to put it, can be called anything you want. |