Date: Sun, 18 May 2003 23:04:52 -0400 (EDT) From: Andre Guibert de Bruet <andy@siliconlandmark.com> To: current@freebsd.org Subject: 5.1-BETA umount problems Message-ID: <20030518225640.S28986@alpha.siliconlandmark.com>
next in thread | raw e-mail | index | archive | help
Hi, Have a look at the following: bling# umount -f /lib bling# umount -f /var bling# umount -f /tmp bling# df Filesystem 1K-blocks Used Avail Capacity Mounted on /dev/ad4s1a 253678 114254 119130 49% / devfs 1 1 0 100% /dev /dev/ad4s1f 188308574 5989134 167254756 3% /usr /dev/ad2 236514322 134812068 82781110 62% /lib/oldbackup bling# umount -f /lib/oldbackup umount: unmount of /lib/oldbackup failed: No such file or directory bling# mount /lib bling# umount /lib/oldbackup umount: unmount of /lib/oldbackup failed: Invalid argument bling# umount -f /lib/oldbackup umount: unmount of /lib/oldbackup failed: Invalid argument bling# df Filesystem 1K-blocks Used Avail Capacity Mounted on /dev/ad4s1a 253678 114254 119130 49% / devfs 1 1 0 100% /dev /dev/ad4s1f 188308574 5989134 167254756 3% /usr /dev/ad2 236514322 134812068 82781110 62% /lib/oldbackup /dev/ad6s1d 188804638 53328268 120372000 31% /lib bling# mount /lib/backup mount: /lib/backup: unknown special file or file system bling# mount /lib/oldbackup mount: /dev/ad2: Device busy bling# umount /lib/oldbackup umount: unmount of /lib/oldbackup failed: Invalid argument bling# umount -f /lib/oldbackup umount: unmount of /lib/oldbackup failed: Invalid argument bling# cd /lib/oldbackup/ bling# ls -l bling# ls -lsa total 4 2 drwxr-xr-x 2 root wheel 512 May 8 00:07 . 2 drwxr-xr-x 7 root wheel 512 May 12 20:09 .. bling# /lib/oldbackup has about 130GB worth of dumps in it, none of which are displayed in ls. /dev/ad2 becomes unmountable because it's busy and /lib/oldbackup contains nothing because it's unmounted. Is there a trick to get out of this catch-22? All filesystems in bling are UFS2. FreeBSD bling.properkernel.com 5.1-BETA FreeBSD 5.1-BETA #0: Fri May 16 08:36:35 EDT 2003 andy@bling.properkernel.com:/usr/src/sys/i386/compile/BLING i386 Regards, > Andre Guibert de Bruet | Enterprise Software Consultant > > Silicon Landmark, LLC. | http://siliconlandmark.com/ >
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030518225640.S28986>