From owner-freebsd-bugs@FreeBSD.ORG Sun Feb 4 11:40:16 2007 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 49C3516A403 for ; Sun, 4 Feb 2007 11:40:16 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id 1195613C471 for ; Sun, 4 Feb 2007 11:40:16 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l14BeFAJ017938 for ; Sun, 4 Feb 2007 11:40:15 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l14BeF7F017937; Sun, 4 Feb 2007 11:40:15 GMT (envelope-from gnats) Resent-Date: Sun, 4 Feb 2007 11:40:15 GMT Resent-Message-Id: <200702041140.l14BeF7F017937@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Neil Hoggarth Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2C60B16A401 for ; Sun, 4 Feb 2007 11:36:59 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [69.147.83.33]) by mx1.freebsd.org (Postfix) with ESMTP id 1D70C13C441 for ; Sun, 4 Feb 2007 11:36:59 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id l14Baw4j021385 for ; Sun, 4 Feb 2007 11:36:58 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id l14BawYI021384; Sun, 4 Feb 2007 11:36:58 GMT (envelope-from nobody) Message-Id: <200702041136.l14BawYI021384@www.freebsd.org> Date: Sun, 4 Feb 2007 11:36:58 GMT From: Neil Hoggarth To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.0 Cc: Subject: bin/108751: mount_msdosfs chokes on "noauto" fstab option X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 04 Feb 2007 11:40:16 -0000 >Number: 108751 >Category: bin >Synopsis: mount_msdosfs chokes on "noauto" fstab option >Confidential: no >Severity: serious >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Feb 04 11:40:15 GMT 2007 >Closed-Date: >Last-Modified: >Originator: Neil Hoggarth >Release: RELENG_6 >Organization: >Environment: FreeBSD neilhoggarth-2.dsl.easynet.co.uk 6.2-STABLE FreeBSD 6.2-STABLE #0: Sat Feb 3 15:04:42 GMT 2007 root@neilhoggarth-2.dsl.easynet.co.uk:/usr/obj/home/src/sys/SHADOWFAX i386 >Description: I updated my 6-STABLE system on 3rd February, the previous rebuild being on 2nd January. I have the following line in my /etc/fstab file, for mounting a removable USB flash drive with an MSDOSFS filesystem: /dev/da0s1 /flash msdosfs rw,noauto,-m=0777 0 0 Following yesterday's update, the command "mount flash" fails with the error: mount_msdosfs: /dev/da0s1: Invalid argument and the following kernel error is logged: mount option is unknown If I remove the noauto option then the mount succeeds normally. I would guess that this change is due CVS revision 1.36.2.1 to src/sbin/mount_msdosfs/mount_msdosfs.c (Sun Jan 28 18:01:28 2007 UTC by rodrigc). >How-To-Repeat: List an msdosfs filesystem in /etc/fstab with "noauto" amongst the options. Attempt to mount it with "mount /mountpointname". >Fix: >Release-Note: >Audit-Trail: >Unformatted: