From owner-freebsd-questions@FreeBSD.ORG Thu Jan 20 22:30:56 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ABD0616A4CE for ; Thu, 20 Jan 2005 22:30:56 +0000 (GMT) Received: from simmts12-srv.bellnexxia.net (simmts12.bellnexxia.net [206.47.199.141]) by mx1.FreeBSD.org (Postfix) with ESMTP id 70FD043D2F for ; Thu, 20 Jan 2005 22:30:55 +0000 (GMT) (envelope-from alex@MTL-ppp-156706.qc.sympatico.ca) Received: from localhost.my.domain ([65.94.50.188]) by simmts12-srv.bellnexxia.netESMTP <20050120223054.RVBT1542.simmts12-srv.bellnexxia.net@localhost.my.domain> for ; Thu, 20 Jan 2005 17:30:54 -0500 Received: from MTL-ppp-156706.qc.sympatico.ca (localhost [127.0.0.1]) by localhost.my.domain (8.13.1/8.13.1) with ESMTP id j0KMVHwf012059 for ; Thu, 20 Jan 2005 17:31:18 -0500 (EST) (envelope-from alex@MTL-ppp-156706.qc.sympatico.ca) Received: (from alex@localhost)j0KMVHpW012058 for freebsd-questions@freebsd.org; Thu, 20 Jan 2005 17:31:17 -0500 (EST) (envelope-from alex) Date: Thu, 20 Jan 2005 17:31:17 -0500 From: Alexander Anderson To: freebsd-questions@freebsd.org Message-ID: <20050120223117.GA29966@MTL-ppp-156706.qc.sympatico.ca.> References: <0IAL009L5GTUU8@ms-mss-01.socal.rr.com> <1106252737.754.3.camel@localhost> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1106252737.754.3.camel@localhost> User-Agent: Mutt/1.4.2.1i Subject: Re: usbd: Executing umount: Device not configured X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Jan 2005 22:30:56 -0000 Thu, Jan 20, 2005 at 10:25:37 AM, Robert Marella wrote: >> usbd: Executing '/sbin/umount /dev/da0s1' >> umount: unmount of /mnt/camera failed: Device not configured >> usbd: '/sbin/umount /dev/da0s1' returned 1 > > Ummm, your mount point is /mnt/camera. > > The command should be > > umount /mnt/camera This is no different. I'm still getting the same error message. usbd: Executing '/sbin/umount /mnt/camera' umount: unmount of /mnt/camera failed: Device not configured usbd: '/sbin/umount /mnt/camera' returned 1 Either way, umount should take the mount node or the special device as its argument. And evidently it does not matter if the special device still exists or not. --cut-- UMOUNT(8) FreeBSD System Manager's Manual UMOUNT(8) NAME umount -- unmount file systems SYNOPSIS umount [-fv] special | node | fsid umount -a | -A [-F fstab] [-fv] [-h host] [-t type] DESCRIPTION The umount utility calls the unmount(2) system call to remove a file sys- tem from the file system tree. The file system can be specified by its special device or remote node (rhost:path), the path to the mount point node or by the file system ID fsid as reported by ``mount -v''. --cut--