From owner-freebsd-current@FreeBSD.ORG Sat Dec 24 21:47:59 2005 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 990B716A41F for ; Sat, 24 Dec 2005 21:47:59 +0000 (GMT) (envelope-from b.candler@pobox.com) Received: from thorn.pobox.com (thorn.pobox.com [208.210.124.75]) by mx1.FreeBSD.org (Postfix) with ESMTP id 29E4543D4C for ; Sat, 24 Dec 2005 21:47:59 +0000 (GMT) (envelope-from b.candler@pobox.com) Received: from thorn (localhost [127.0.0.1]) by thorn.pobox.com (Postfix) with ESMTP id 79B35ED; Sat, 24 Dec 2005 16:48:20 -0500 (EST) Received: from mappit.local.linnet.org (212-74-113-67.static.dsl.as9105.com [212.74.113.67]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by thorn.sasl.smtp.pobox.com (Postfix) with ESMTP id 2193128FB; Sat, 24 Dec 2005 16:48:17 -0500 (EST) Received: from brian by mappit.local.linnet.org with local (Exim 4.60 (FreeBSD)) (envelope-from ) id 1EqHF3-0001NO-R0; Sat, 24 Dec 2005 21:47:53 +0000 Date: Sat, 24 Dec 2005 21:47:53 +0000 From: Brian Candler To: Ed Maste Message-ID: <20051224214753.GA5253@uk.tiscali.com> References: <200512231136.12471.doconnor@gsoft.com.au> <200512230851.jBN8pFVv060458@hugo10.ka.punkt.de> <20051224153218.GA4424@uk.tiscali.com> <20051224210238.GA72070@sandvine.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20051224210238.GA72070@sandvine.com> User-Agent: Mutt/1.4.2.1i Cc: "Patrick M. Hausen" , Jo Rhett , freebsd-current@freebsd.org Subject: Re: Fast releases demand binary updates.. (Was: Release schedule for 2006 ) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Dec 2005 21:47:59 -0000 On Sat, Dec 24, 2005 at 04:02:38PM -0500, Ed Maste wrote: > On Sat, Dec 24, 2005 at 03:32:18PM +0000, Brian Candler wrote: > > > Linux has an extremely neat solution for this (sshfs) but I don't know of > > anything comparable in the BSD world. sshfs uses 'Fuse', a plug-in > > architecture which allows filesystems to run in userland. I believe it makes > > an sftp connection to the remote host, and then exposes it as if it were a > > real filesystem. > > In fact, FreeBSD's got Fuse & sshfs as well. Csaba Henk did the port > as a Google SoC project. See and > /usr/ports/sysutils/fusefs* . Looks like very recent work. Thanks for the pointer - although it seems it's not available for FreeBSD <6.0 unfortunately.