Date: Thu, 20 Jan 2005 17:31:17 -0500 From: Alexander Anderson <a.anderson@utoronto.ca> To: freebsd-questions@freebsd.org Subject: Re: usbd: Executing umount: Device not configured Message-ID: <20050120223117.GA29966@MTL-ppp-156706.qc.sympatico.ca.> In-Reply-To: <1106252737.754.3.camel@localhost> References: <0IAL009L5GTUU8@ms-mss-01.socal.rr.com> <1106252737.754.3.camel@localhost>
next in thread | previous in thread | raw e-mail | index | archive | help
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--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050120223117.GA29966>