From eugen@grosbein.pp.ru  Wed Feb  7 18:15:14 2007
Return-Path: <eugen@grosbein.pp.ru>
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id F3A2016A401
	for <FreeBSD-gnats-submit@freebsd.org>; Wed,  7 Feb 2007 18:15:13 +0000 (UTC)
	(envelope-from eugen@grosbein.pp.ru)
Received: from grosbein.pp.ru (grgw.svzserv.kemerovo.su [213.184.64.166])
	by mx1.freebsd.org (Postfix) with ESMTP id 4F98213C467
	for <FreeBSD-gnats-submit@freebsd.org>; Wed,  7 Feb 2007 18:15:10 +0000 (UTC)
	(envelope-from eugen@grosbein.pp.ru)
Received: from grosbein.pp.ru (localhost [127.0.0.1])
	by grosbein.pp.ru (8.13.8/8.13.8) with ESMTP id l17IF6eK001285
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 8 Feb 2007 01:15:06 +0700 (KRAT)
	(envelope-from eugen@grosbein.pp.ru)
Received: (from eugen@localhost)
	by grosbein.pp.ru (8.13.8/8.13.8/Submit) id l17IF5bQ001284;
	Thu, 8 Feb 2007 01:15:05 +0700 (KRAT)
	(envelope-from eugen)
Message-Id: <200702071815.l17IF5bQ001284@grosbein.pp.ru>
Date: Thu, 8 Feb 2007 01:15:05 +0700 (KRAT)
From: Eugene Grosbein <eugen@grosbein.pp.ru>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: mount_msdosfs(8) does not recognize noatime (regression)
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         108896
>Category:       bin
>Synopsis:       mount_msdosfs(8) does not recognize noatime (regression)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Feb 07 18:20:18 GMT 2007
>Closed-Date:    Thu Feb 08 02:45:22 GMT 2007
>Last-Modified:  Thu Feb  8 02:50:15 GMT 2007
>Originator:     Eugene Grosbein
>Release:        FreeBSD 6.2-STABLE i386
>Organization:
Svyaz Service JSC
>Environment:
System: FreeBSD grosbein.pp.ru 6.2-STABLE FreeBSD 6.2-STABLE #1: Thu Feb 8 00:59:36 KRAT 2007 eu@grosbein.pp.ru:/mnt/home/obj/usr/local/src/sys/DADV i386

>Description:
	6.2-PRERELEASE allowed to use 'noatime' option in /etc/fstab
	for msdosfs. 6.2-RELEASE does not allow it anymore.

>How-To-Repeat:
	Use a line in /etc/fstab similar to:

/dev/ad4s1 /dos/c msdosfs rw,noatime,-l,-L=ru_RU.KOI8-R,-W=koi2dos,-m=644,-M=755 0 0

	mount complains:

mount option <atime> is unknown
mount_msdosfs: /dev/ad4s1: Invalid argument

>Fix:

	Unknown. For FAT32, access time should be supported option
	and should be disableable.

Eugene Grosbein


>Release-Note:
>Audit-Trail:

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: bin/108896: commit references a PR
Date: Thu,  8 Feb 2007 02:31:16 +0000 (UTC)

 rodrigc     2007-02-08 02:30:55 UTC
 
   FreeBSD src repository
 
   Modified files:
     sys/fs/msdosfs       msdosfs_vfsops.c 
   Log:
   Add noatime to the list of mount options that msdosfs accepts.
   
   PR:             108896
   Submitted by:   Eugene Grosbein <eugen grosbein pp ru>
   
   Revision  Changes    Path
   1.161     +1 -1      src/sys/fs/msdosfs/msdosfs_vfsops.c
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
State-Changed-From-To: open->closed 
State-Changed-By: rodrigc 
State-Changed-When: Thu Feb 8 02:44:55 UTC 2007 
State-Changed-Why:  
Patched in HEAD and RELENG_6.  Thanks for the bug report! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=108896 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: bin/108896: commit references a PR
Date: Thu,  8 Feb 2007 02:44:48 +0000 (UTC)

 rodrigc     2007-02-08 02:44:19 UTC
 
   FreeBSD src repository
 
   Modified files:        (Branch: RELENG_6)
     sys/fs/msdosfs       msdosfs_vfsops.c 
   Log:
   MFC 1.61:
     Add noatime to the list of mount options that msdosfs accepts.
   
     PR:             108896
     Submitted by:   Eugene Grosbein <eugen grosbein pp ru>
   
   Revision    Changes    Path
   1.144.2.10  +1 -1      src/sys/fs/msdosfs/msdosfs_vfsops.c
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
