From owner-freebsd-stable@FreeBSD.ORG Sat Jun 4 17:56:47 2005 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3533C16A41C for ; Sat, 4 Jun 2005 17:56:47 +0000 (GMT) (envelope-from mkb@incubus.de) Received: from luzifer.incubus.de (incubus.de [80.237.207.83]) by mx1.FreeBSD.org (Postfix) with ESMTP id D674943D48 for ; Sat, 4 Jun 2005 17:56:46 +0000 (GMT) (envelope-from mkb@incubus.de) Received: from [192.168.2.10] (p54AAF9D1.dip.t-dialin.net [84.170.249.209]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by luzifer.incubus.de (Postfix) with ESMTP id 1D03D30C43; Sat, 4 Jun 2005 19:59:27 +0200 (CEST) Message-ID: <42A1EBDE.4030009@incubus.de> Date: Sat, 04 Jun 2005 19:58:54 +0200 From: Matthias Buelow User-Agent: Mozilla Thunderbird 1.0.2 (X11/20050526) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Vulpes Velox References: <285af08705060206095ddc13e6@mail.gmail.com> <429F07BD.7050302@incubus.de> <20050604123337.0eafcd5b@vixen42.local.lan> In-Reply-To: <20050604123337.0eafcd5b@vixen42.local.lan> X-Enigmail-Version: 0.91.0.0 OpenPGP: id=6FF22C9F; url=http://www.mkbuelow.net/mkbkeys Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: Maxi Combina , freebsd-stable@freebsd.org Subject: Re: filesystems not properly unmounted X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Jun 2005 17:56:47 -0000 Vulpes Velox wrote: > I have had the same problem with fat32 filesystems before also. I > have ut2004 installed on a fatpartition on my dualboot machine. To > make it accessible so that I can play it in freebsd aswell, I need to > mount and unmount the drive from a rc.d script under /usr/local/etc/ > rc.d/ to make sure it gets unmount. With out that, it does not > properly unmount it. Odd.. I do not see that with msdosfs (vfat/fat32). I have: /dev/ad4s2 on /dos (msdosfs, local) and it always shuts down cleanly. How do you have it mounted? mkb.