narenarya

Mount remote file

Nov 10th, 2015
162
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. $ sudo apt-get install sshfs
  2. $ sudo modprobe fuse
  3. $ sudo adduser naren fuse
  4. $ sudo chown root:fuse /dev/fuse
  5. $ mkdir ~/MyLocalDir
  6. $ sshfs [email protected]:/home/projects/Mounted ~/MyLocalDir
Advertisement
Add Comment
Please, Sign In to add comment