5.1-BETA umount problems
Andre Guibert de Bruet
andy at siliconlandmark.com
Sun May 18 20:04:54 PDT 2003
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 at bling.properkernel.com:/usr/src/sys/i386/compile/BLING i386
Regards,
> Andre Guibert de Bruet | Enterprise Software Consultant >
> Silicon Landmark, LLC. | http://siliconlandmark.com/ >
More information about the freebsd-current
mailing list