ABOUT ME

-

Today
-
Yesterday
-
Total
-
  • sshfs
    Computer/linux 2007. 5. 10. 20:38
    I have one remote account of my institute with NFS. Whenever some network has problems, I cannot login my laptop or whatever. I have to stop to do something.
    I do not like this situation. Then I decide to use local account of my laptop. However, whenever the remote account will be needed, I use it with ssh. Well, just transfer files from local to remote, and so on. It is also weird.

    sshfs gives me a good solution.  Now I can mount my remote account inside my local account.


    mount : sshfs remoteaccount@remote: /media/dir-name/
    unmount : fusermount -u /media/dir-name/

    It works great!

    This was done with the Ubuntu blog.

    댓글

Designed by Tistory.