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-- _______________________________________________ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"