From owner-freebsd-fs@FreeBSD.ORG Thu Mar 12 23:47:22 2009 Return-Path: Delivered-To: freebsd-fs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CE0E8106566B for ; Thu, 12 Mar 2009 23:47:22 +0000 (UTC) (envelope-from ticso@cicely7.cicely.de) Received: from raven.bwct.de (raven.bwct.de [85.159.14.73]) by mx1.freebsd.org (Postfix) with ESMTP id 5982A8FC12 for ; Thu, 12 Mar 2009 23:47:21 +0000 (UTC) (envelope-from ticso@cicely7.cicely.de) Received: from cicely5.cicely.de ([10.1.1.7]) by raven.bwct.de (8.13.4/8.13.4) with ESMTP id n2CNlFxf011149 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Fri, 13 Mar 2009 00:47:15 +0100 (CET) (envelope-from ticso@cicely7.cicely.de) Received: from cicely7.cicely.de (cicely7.cicely.de [10.1.1.9]) by cicely5.cicely.de (8.14.2/8.14.2) with ESMTP id n2CNlBwR021236 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 13 Mar 2009 00:47:12 +0100 (CET) (envelope-from ticso@cicely7.cicely.de) Received: from cicely7.cicely.de (localhost [127.0.0.1]) by cicely7.cicely.de (8.14.2/8.14.2) with ESMTP id n2CNlBnf072532; Fri, 13 Mar 2009 00:47:11 +0100 (CET) (envelope-from ticso@cicely7.cicely.de) Received: (from ticso@localhost) by cicely7.cicely.de (8.14.2/8.14.2/Submit) id n2CNlBLb072531; Fri, 13 Mar 2009 00:47:11 +0100 (CET) (envelope-from ticso) Date: Fri, 13 Mar 2009 00:47:11 +0100 From: Bernd Walter To: Sean Barry Message-ID: <20090312234710.GZ63112@cicely7.cicely.de> References: <00ba01c9a367$2aa0a5a0$7fe1f0e0$@net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <00ba01c9a367$2aa0a5a0$7fe1f0e0$@net> X-Operating-System: FreeBSD cicely7.cicely.de 7.0-STABLE i386 User-Agent: Mutt/1.5.11 X-Spam-Status: No, score=-4.3 required=5.0 tests=ALL_TRUSTED=-1.8, AWL=0.134, BAYES_00=-2.599 autolearn=ham version=3.2.5 X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on spamd.cicely.de Cc: freebsd-fs@freebsd.org Subject: Re: UFS Configuration Question X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: ticso@cicely.de List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Mar 2009 23:47:23 -0000 On Thu, Mar 12, 2009 at 06:06:24PM -0500, Sean Barry wrote: > Hello, > Is it possible to configure the file system driver to Not record the time > and date stamp metadata? > > I will be starting a personal project of setting up a NAS server using > FreeNas. This will be a file storage and I do not have a need for extra > metadata information. This is part of the inode, where file size and such is also noted. You don't win anything by not saveing modtime. However, you can mount using -noatime, so the the inode won't get updated on read access. -- B.Walter http://www.bwct.de Modbus/TCP Ethernet I/O Baugruppen, ARM basierte FreeBSD Rechner uvm.