From owner-freebsd-current@FreeBSD.ORG Fri Jul 18 12:25:23 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 4028137B401 for ; Fri, 18 Jul 2003 12:25:23 -0700 (PDT) Received: from rootlabs.com (root.org [67.118.192.226]) by mx1.FreeBSD.org (Postfix) with SMTP id 9E32943FA3 for ; Fri, 18 Jul 2003 12:25:22 -0700 (PDT) (envelope-from nate@rootlabs.com) Received: (qmail 26408 invoked by uid 1000); 18 Jul 2003 19:25:23 -0000 Date: Fri, 18 Jul 2003 12:25:23 -0700 (PDT) From: Nate Lawson To: current@freebsd.org Message-ID: <20030718122134.B26395@root.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: iedowse@freebsd.org Subject: 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 19:25:23 -0000 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# mount /dev/ad0s4a on / (ufs, local) devfs on /dev (devfs, local) /dev/ad0s4e on /usr (ufs, local, soft-updates) /dev/ad0s4f on /home (ufs, local, soft-updates) /dev/ad0s1 on /dos (msdosfs, local) procfs on /proc (procfs, local) /dev/da0s1 on /thumb (msdosfs, local) /dev/ad0s5 on /linux (ext2fs, local) laptop# camcontrol inquiry da0 pass1: Removable Direct Access SCSI-2 device pass1: Serial Number pass1: 1.000MB/s transfers 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, Nate