From owner-freebsd-arch@FreeBSD.ORG Wed Jul 30 21:53:55 2014 Return-Path: Delivered-To: freebsd-arch@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D72E6FFD; Wed, 30 Jul 2014 21:53:55 +0000 (UTC) Received: from mail-we0-x229.google.com (mail-we0-x229.google.com [IPv6:2a00:1450:400c:c03::229]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4616129D2; Wed, 30 Jul 2014 21:53:55 +0000 (UTC) Received: by mail-we0-f169.google.com with SMTP id u56so1859219wes.0 for ; Wed, 30 Jul 2014 14:53:53 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:date:from:to:cc:subject:message-id:mail-followup-to :references:mime-version:content-type:content-disposition :content-transfer-encoding:in-reply-to:user-agent; bh=ciE7qob5TNnlbQibL++oS3fXsvjqBA9Rblz9skFYbdk=; b=EeY6OsSp+kGWTmI9Ei6C3LZVqFQjrPbRa1Dkjwq3yemkUYXFfq5VzI7scbZGswyhCF UeQt4UtzIuFKHKsh8WFIn44FCNzryPz3+vXsf1//jmTjpcMK89YfxEKjTcbD45/FJjpG hvE8JStvH6omqQgrhEj6f7QRPgndOCkJoSQ9bUPBEMo+jDzm20/PyFX0uTNMISMr5aCh iWiIT9bkRfPrMiRqvUlPMNrBY8L9S1BdCm+//KQi2ncTcqke6/ReKiVwr0fQWNUwqHYJ SZEA+aZVjZwDfOxoEwhvngGAs9L5M+DGk0WgIAaTlCdNDqJ2p2uFqoot70HwVkiAFiVG rx/Q== X-Received: by 10.194.22.166 with SMTP id e6mr10518018wjf.88.1406757233526; Wed, 30 Jul 2014 14:53:53 -0700 (PDT) Received: from brick.home (acd38.neoplus.adsl.tpnet.pl. [83.25.55.38]) by mx.google.com with ESMTPSA id ev18sm602005wid.1.2014.07.30.14.53.52 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 30 Jul 2014 14:53:53 -0700 (PDT) Sender: =?UTF-8?Q?Edward_Tomasz_Napiera=C5=82a?= Date: Wed, 30 Jul 2014 23:53:51 +0200 From: Edward Tomasz =?utf-8?Q?Napiera=C5=82a?= To: Kevin Oberman Subject: Re: [CFT] Autofs. Message-ID: <20140730215351.GC11391@brick.home> Mail-Followup-To: Kevin Oberman , FreeBSD Current , "freebsd-arch@freebsd.org" References: <20140730071933.GA20122@pc5.home> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: User-Agent: Mutt/1.5.23 (2014-03-12) Cc: FreeBSD Current , "freebsd-arch@freebsd.org" X-BeenThere: freebsd-arch@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Discussion related to FreeBSD architecture List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jul 2014 21:53:55 -0000 On 0730T1153, Kevin Oberman wrote: > On Wed, Jul 30, 2014 at 12:19 AM, Edward Tomasz NapieraƂa > wrote: > > > At the link below you will find a patch that adds the new automounter. > > The patch is against yesterdays 11.0-CURRENT. > > > > http://people.freebsd.org/~trasz/autofs-head-20140729.diff > > > > Slides that explain the project scope and deliverables are here: > > > > http://people.freebsd.org/~trasz/autofs.pdf > > > > Testing is welcome. Please start with manual pages, eg. automount(8). > > Note that you need not only to rebuild both kernel and world, but also > > to run mergemaster, to install required /etc files. To run at startup, > > add 'autofs_enable="YES"' to /etc/rc.conf. > > > > This project is being sponsored by FreeBSD Foundation. > > > > This may be a silly question, but can autofs properly handle fusefs file > systems like ntfs-3g and exfat? Yes, it's pretty much filesystem-agnostic, except for the -hosts map, which is NFS-specific by definition.