From owner-freebsd-current@FreeBSD.ORG Fri Jul 18 16:12:43 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A41B237B404 for ; Fri, 18 Jul 2003 16:12:43 -0700 (PDT) Received: from salmon.maths.tcd.ie (salmon.maths.tcd.ie [134.226.81.11]) by mx1.FreeBSD.org (Postfix) with SMTP id 62C1643FB1 for ; Fri, 18 Jul 2003 16:12:42 -0700 (PDT) (envelope-from iedowse@maths.tcd.ie) Received: from walton.maths.tcd.ie by salmon.maths.tcd.ie with SMTP id ; 19 Jul 2003 00:12:41 +0100 (BST) To: Nate Lawson In-Reply-To: Your message of "Fri, 18 Jul 2003 12:25:23 PDT." <20030718122134.B26395@root.org> Date: Sat, 19 Jul 2003 00:12:41 +0100 From: Ian Dowse Message-ID: <200307190012.aa48313@salmon.maths.tcd.ie> cc: current@freebsd.org Subject: Re: Problem with umount and fsid? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Jul 2003 23:12:43 -0000 In message <20030718122134.B26395@root.org>, Nate Lawson writes: >I get an error when umounting a FAT filesystem on a USB flash drive. It >appears the device is properly unmounted. Is this a case that needs to be >fixed in our fsid code? It happens every time I unmount this device. >laptop# umount /thumb >umount: unmount of /thumb failed: No such file or directory >umount: retrying using path instead of file system ID >laptop# mount | grep da0 >laptop# Thanks for the report - in theory this should only occur if you have a kernel from before July 1st but a newer userland. Assuming that's not the case, I must have overlooked something. Could you update to the latest sbin/mount, and then post the output of: mount -v | grep /thumb truss umount /thumb Thanks, Ian