1 example for sshfs
  # mount foobar from remote host to existing local mountpoint, show Foobar as
# volume name in Finder and automatically reconnect upon loss of connection.
sshfs user@host:/foobar /Volumes/foobar -ovolname=Foobar,reconnect
        
      
  # mount foobar from remote host to existing local mountpoint, show Foobar as
# volume name in Finder and automatically reconnect upon loss of connection.
sshfs user@host:/foobar /Volumes/foobar -ovolname=Foobar,reconnect