From owner-freebsd-questions@FreeBSD.ORG Sat Jan 9 00:21:31 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 334531065672 for ; Sat, 9 Jan 2010 00:21:31 +0000 (UTC) (envelope-from nlandys@gmail.com) Received: from qw-out-2122.google.com (qw-out-2122.google.com [74.125.92.27]) by mx1.freebsd.org (Postfix) with ESMTP id E5A718FC0C for ; Sat, 9 Jan 2010 00:21:30 +0000 (UTC) Received: by qw-out-2122.google.com with SMTP id 9so4471984qwb.7 for ; Fri, 08 Jan 2010 16:21:27 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=sp3bjgiOSAYLdL9/5Tx4bH+hRr2u8/XW1e8FzY4iv64=; b=uAmaFBprE9RjWpvaqx+YzIMzXMNtT6mYPM1EhI2v2C3Q5Hrlu4sxq4TKCxhXmmTWvY 1NX+wnT757rDb6bs3LBwefP3u2CFpsjkark8LACkQcW21+Ah8WTRuxJz7/LMdRXV33hV KwKN6LG1hYLwyLESWcu8fgaVG6V9T9G1OmGyA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=nbG7rSp/4jG5Hao3mVkiqZf8RFi4VYk5XOgLv7bXwlk0ew5txWKZ3wZ1aaRg4blB7Q hGlzK04bK8mhaFY3XE0zR5CMFTxieCq+cf/5rzLT/65oEAcN9/0wP8xTzByMj1YH/O4M YvsIVa5XJ25gXo40LYZYTpyXm8MBGE1lCgn5c= MIME-Version: 1.0 Received: by 10.229.51.66 with SMTP id c2mr935193qcg.96.1262996487760; Fri, 08 Jan 2010 16:21:27 -0800 (PST) Date: Fri, 8 Jan 2010 16:21:27 -0800 Message-ID: <560f92641001081621j704c2aa9y8b1e3b13c1299b2d@mail.gmail.com> From: Nerius Landys To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Subject: sshfs, nfs, etc. on FreeBSD X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 Jan 2010 00:21:31 -0000 I'm looking for a lightweight, secure, and non-intrusive file sharing system for 2 servers in a data center. For example I'd like to [as an ordinary user] temporarily mount the home directory (/usr/home/) of one server to a temporary mount point on the other server, and then, assuming my user has sufficient read permissions, I'd like to run some files in the home directories through a log file parser that I wrote. Now I'm not a really big fan of NFS. I've just heard about sshfs. Is this a recommended way to go? If so, is there any official documentation on how to get sshfs going on FreeBSD? If there are some better options than sshfs, what are they? I don't really want to scp copy files between the 2 servers.