From owner-freebsd-current@FreeBSD.ORG Sat Jan 10 15:24:18 2009 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 38F601065678 for ; Sat, 10 Jan 2009 15:24:18 +0000 (UTC) (envelope-from yanefbsd@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.191]) by mx1.freebsd.org (Postfix) with ESMTP id B5E468FC17 for ; Sat, 10 Jan 2009 15:24:17 +0000 (UTC) (envelope-from yanefbsd@gmail.com) Received: by nf-out-0910.google.com with SMTP id h3so1799602nfh.33 for ; Sat, 10 Jan 2009 07:24:16 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=nS79y0YybOOmS6h/ZOVQgwL1kXeytO7ZzVdRhtXMMW8=; b=gTuO1OcmrlWEMEQKLx82Sdfq8UysPpec7mtjx1VgFVF1/xSjxrwh5Og+ikU6X+Erg6 AIMFwWFJh7soHt3tzbvfQII/u+QVSvAfN7TydrMqTbeUUWThBV/ile7FrJMtSbM2iK2b iR4PeqU4+BF/rvCDi0NYv+u/dI0hsg187ALBI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=WZYB58hLQr78SULb34ZBISggFV+4KO5Hnt7o4NFHWaxV7g1m7EkQRGvhzKc5lw7d+i Tn2J77QYHfB9iIo2YKeFLz6Sikq5Dg/coil0dvMwO9SDxE3niEh4BfGHjh3LF8JP3hea cAV6Xm1E7ofCDLJvOmRYTBHZVQ8JTf5xpU77Y= Received: by 10.67.40.15 with SMTP id s15mr245658ugj.89.1231601056708; Sat, 10 Jan 2009 07:24:16 -0800 (PST) Received: by 10.67.88.9 with HTTP; Sat, 10 Jan 2009 07:24:16 -0800 (PST) Message-ID: <7d6fde3d0901100724la51365cp83ed94d917654605@mail.gmail.com> Date: Sat, 10 Jan 2009 07:24:16 -0800 From: "Garrett Cooper" To: "Andriy Gapon" In-Reply-To: <4968BCC4.7090708@icyb.net.ua> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <4968AE90.5010004@icyb.net.ua> <7d6fde3d0901100711p70e9a66ahadc3c2570fc6f94b@mail.gmail.com> <4968BB5D.8070909@icyb.net.ua> <7d6fde3d0901100716i552420ddja6a59a4938e70fc9@mail.gmail.com> <7d6fde3d0901100718s31ae9f38i5db870b7059bdfbe@mail.gmail.com> <4968BCC4.7090708@icyb.net.ua> Cc: FreeBSD Current Subject: Re: rc.d/mountd: confusing message (and behavior?) 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, 10 Jan 2009 15:24:18 -0000 On Sat, Jan 10, 2009 at 7:20 AM, Andriy Gapon wrote: > on 10/01/2009 17:18 Garrett Cooper said the following: >> >> s/same functionality/same basic functionality/. >> Mind you, NFS is a networking filesystem. ZFS is a filestore >> filesystem, more rooted to the local machine I thought, like UFS. > > I am well aware of this. The difference between UFS and ZFS is that for > the former you have to maintain /etc/exports by hand and for the latter > /etc/zfs/exports is automatically managed via zfs tools. > > Andriy Gapon Maybe a zmountd or equivalent script should be written for zfs and the common code should be factored out for both cases? -Garrett