Ben Chuanlong Du's Blog

It is never too late to learn.

Tips and sshfs and fuse

Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!

  1. If you want to be able to mount remove Linux filesystem on you computer, you can install sshfs and fuse using the following command.

    wajig install sshfs fuse
    

    It is suggested that you add you user name into the fuse group using the following command.

    sudo usermod -aG fuse user_name
    

    You have to restart your computer to make the action take effect.

Comments