From owner-freebsd-questions@FreeBSD.ORG Tue Sep 1 03:50:48 2009 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 59B881065670 for ; Tue, 1 Sep 2009 03:50:48 +0000 (UTC) (envelope-from vinny-mail-01+f.questions20090831@palaceofretention.ca) Received: from www.giovannetti.ca (www.giovannetti.ca [206.248.136.48]) by mx1.freebsd.org (Postfix) with ESMTP id 257498FC13 for ; Tue, 1 Sep 2009 03:50:47 +0000 (UTC) Received: from the.palaceofretention.ca (unknown [192.168.68.3]) by www.giovannetti.ca (Postfix) with ESMTPSA id E488422862 for ; Mon, 31 Aug 2009 23:55:21 -0400 (EDT) Message-ID: <4A9C9A14.3060209@palaceofretention.ca> Date: Mon, 31 Aug 2009 23:50:44 -0400 From: Vinny User-Agent: Thunderbird 2.0.0.22 (X11/20090714) MIME-Version: 1.0 To: FreeBSD Questions References: <4A9C7371.2010600@palaceofretention.ca> <6201873e0908311922p440659a7u2ee66d7189ef8138@mail.gmail.com> <20090901043800.023fd5cd.freebsd@edvax.de> In-Reply-To: <20090901043800.023fd5cd.freebsd@edvax.de> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: Re: geli disk marked as dirty on normal shutdown/reboot X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Sep 2009 03:50:48 -0000 Polytropon wrote: > On Mon, 31 Aug 2009 21:22:14 -0500, Adam Vande More wrote: >> Usually I just umount before close. I don't get the need to fsck then. Does this mean you observe the same behaviour? I.e. a geli-backed file system mounted and listed in the fstab is not properly unmounted at shutdown? > > You could add the umount command to /etc/rc.shutdown.local > so the system would automatically umount the partition, even > if you reboot. > It is my understanding that file systems listed in the /etc/fstab file are unmounted at system shutdown. Is this correct? If not, that would be a pretty big WTF?, if you ask me.