On Sat, Aug 04, 2001 at 11:29:39AM +0100, Randy Bush wrote:
> >> it was vmware under linux emul.
> > lsof | grep /var
>
> # lsof | grep vmware | grep /var
> vmware 489 randy txt VREG 116,262148 140673024 16 /var (/dev/ad0s3e)
> vmware 489 randy 11u VREG 116,262148 140673024 16 /var (/dev/ad0s3e)
> vmware 492 randy txt VREG 116,262148 140673024 16 /var (/dev/ad0s3e)
> vmware 492 randy 11u VREG 116,262148 140673024 16 /var (/dev/ad0s3e)
> vmware 493 randy txt VREG 116,262148 140673024 16 /var (/dev/ad0s3e)
> vmware 493 randy 11u VREG 116,262148 140673024 16 /var (/dev/ad0s3e)
This says that a process named vmware has /var open. If you want to
free the inodes attached to the files that you have removed, kill
whatever processes may have been writing them.
-danny
--
http://dannyman.toldme.com/
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-stable" in the body of the message