From owner-freebsd-bugs@FreeBSD.ORG Wed Apr 8 18:10:04 2009 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F36391065673 for ; Wed, 8 Apr 2009 18:10:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id C62588FC46 for ; Wed, 8 Apr 2009 18:10:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n38IA3IZ010898 for ; Wed, 8 Apr 2009 18:10:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n38IA3J6010897; Wed, 8 Apr 2009 18:10:03 GMT (envelope-from gnats) Date: Wed, 8 Apr 2009 18:10:03 GMT Message-Id: <200904081810.n38IA3J6010897@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Aditya Sarawgi Cc: Subject: Re: kern/81568: ext2fs partitions in fstab automatically mounted at boot fail to umount when reboot X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Aditya Sarawgi List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Apr 2009 18:10:05 -0000 The following reply was made to PR kern/81568; it has been noted by GNATS. From: Aditya Sarawgi To: bug-followup@freebsd.org Cc: drososkourounis@yahoo.gr Subject: Re: kern/81568: ext2fs partitions in fstab automatically mounted at boot fail to umount when reboot Date: Wed, 8 Apr 2009 23:34:54 +0000 There seems to be a problem with your fstab. try mounting without the auto option, auto is an invalid mount option http://www.freebsd.org/cgi/man.cgi?query=mount&sektion=8. Cheers, Aditya Sarawgi