From owner-freebsd-fs@FreeBSD.ORG Fri Sep 7 14:29:00 2007 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 08E6A16A417 for ; Fri, 7 Sep 2007 14:29:00 +0000 (UTC) (envelope-from infofarmer@FreeBSD.org) Received: from heka.cenkes.org (heka.cenkes.org [208.79.80.110]) by mx1.freebsd.org (Postfix) with ESMTP id E444013C428 for ; Fri, 7 Sep 2007 14:28:59 +0000 (UTC) (envelope-from infofarmer@FreeBSD.org) Received: from localhost (ppp91-76-105-227.pppoe.mtu-net.ru [91.76.105.227]) (Authenticated sender: sat) by heka.cenkes.org (Postfix) with ESMTP id 8C3E72E95AA4; Fri, 7 Sep 2007 18:14:06 +0400 (MSD) Date: Fri, 7 Sep 2007 18:13:55 +0400 From: Andrew Pantyukhin To: Nikhil Gupta Message-ID: <20070907141354.GB56443@amilo.cenkes.org> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-OS: FreeBSD amilo.cenkes.org 7.0-CURRENT FreeBSD 7.0-CURRENT User-Agent: Mutt/1.5.16 (2007-06-09) Cc: freebsd-fs@freebsd.org Subject: Re: fetching atime information X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Sep 2007 14:29:00 -0000 On Fri, Sep 07, 2007 at 07:07:51PM +0530, Nikhil Gupta wrote: > Hi all, > > I am trying to find for all partitions whether atime update is enabled or > disabled. > What command can display the atime status (whether enabled or disabled) > information for all partitions on free bsd. > > for eg. in Linux, if I give mount command, it displays properties of each > partitions along with noatime (if atime update is disabled). Same here. % mount|grep noatime /dev/ad0s1f on /usr (ufs, NFS exported, local, noatime)