/usr/local 192.168.0.1(ro) 192.168.0.2(ro) /home 192.168.0.1(rw) 192.168.0.2(rw) /usr/local 192.168.0.0/255.255.255.0(ro) /home 192.168.*.*(rw,sync,no_root_squash) 192.168.0.2(rw,sync,no_root_squash) showmount -e [host] $ lsmod Module Size Used by fuse 73530 0 ... $ ./configure --prefix=/usr $ make % make install $ sshfs -V SSHFS version 2.5 FUSE library version: 2.8.3 fusermount version: 2.8.3 using FUSE kernel interface version 7.12 [laytonjb@test8 ~]$ mkdir DATA [laytonjb@test8 ~]$ cd DATA [laytonjb@test8 DATA]$ ls -s total 0 $ sshfs user@home:[dir] [local dir] [laytonjb@test8 ~]$ sshfs 192.168.1.4:/home/laytonjb/DATA /home/laytonjb/DATA laytonjb@192.168.1.4's password: