[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: NFS or SSHFS?



On  0, Israel Garcia <igalvarez@gmail.com> wrote:
> Hi list,
>
> Do you know pros and cons of using SSHFS instead NFS to share a lot of
> debian folders? I know NFS is proven and has good performance with a
> lot of shares and intensive use. BUT I don't know if SSHFS have been
> proven to work under this circumstances. Any experience using SSHFS?
>

SSHFS is generally meant to be used as a single-user filesystem; if multiple
people are going to be accessing the mount, you may want to go with NFS.

Also keep in mind the overhead from the encryption will make any SSH transfers
noticeably slower than it's NFS counterpart.

What I 'use' SSHFS for is to mount my $HOME at work to local $HOME/work so that
I can edit my scripts using my local tools, as opposed to having to do
everything over SSH. SSHFS isn't meant to be an encrypted answer to NFS, it's
meant to do little things like that.

At least that's my opinion; I guess you could technically use it any way you
want.

--
      http://fuzzydev.org/~pobega
        http://identi.ca/pobega


Reply to: