usbd: Executing umount: Device not configured

Alexander Anderson a.anderson at utoronto.ca
Thu Jan 20 14:30:56 PST 2005


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--


More information about the freebsd-questions mailing list