Date: Fri, 10 Aug 2001 12:34:06 +1200 From: Jonathan Chen <jonathan.chen@itouch.co.nz> To: vipor <vipor_1@hotmail.com> Cc: freebsd-questions@FreeBSD.ORG Subject: Re: seeking help--- my /tmp is full ---109 % Message-ID: <20010810123406.A10055@itouchnz.itouch> In-Reply-To: <OE67apNuT1FM1JOMyQl00000d8d@hotmail.com>; from vipor_1@hotmail.com on Thu, Aug 09, 2001 at 05:32:44PM -0700 References: <001001c12126$95ff60a0$0400a8c0@ocnsd1.sdca.home.com> <20010810105656.A2974@itouchnz.itouch> <OE67apNuT1FM1JOMyQl00000d8d@hotmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
[Please don't remove the Cc: freebsd-questions] On Thu, Aug 09, 2001 at 05:32:44PM -0700, vipor wrote: > # fstat /tmp > USER CMD PID FD MOUNT INUM MODE SZ|DV R/W NAME > root fstat 1535 wd /tmp 2 drwxrwxrwt 512 r /tmp > root csh 1533 wd /tmp 2 drwxrwxrwt 512 r /tmp > user csh 1524 wd /tmp 2 drwxrwxrwt 512 r /tmp > Oops. That should be: # fstat -f /tmp which will give your more info about the file-system. I take it you did check the subdirectories in /tmp to make sure that they aren't choca-full already? Cheers. -- Jonathan Chen <jonathan.chen@itouch.co.nz> ---------------------------------------------------------------------- "Only the meek get pinched. The bold survive." - Ferris Bueller > ----- Original Message ----- > From: "Jonathan Chen" <jonathan.chen@itouch.co.nz> > To: "vipor" <vipor_1@hotmail.com> > Cc: <freebsd-questions@FreeBSD.ORG> > Sent: Thursday, August 09, 2001 3:56 PM > Subject: Re: seeking help--- my /tmp is full ---109 % > > > > On Thu, Aug 09, 2001 at 03:56:54PM -0700, vipor wrote: > > > hello, > > > can someone please assist me I am at a loss, my /tmp directory is > obviously > > > full. But I'm unable to determine why. > > > and most important I'm also unable to fix this with my current skills > and > > > abilities. > > > If anyone has any ideas on how to fix this..? > > > > [...] > > > > I'd suspect that some process is holding a file in /tmp open. If you > > can determine the process and kill/stop it, you'll get back your > > space. What does: > > > > # fstat /tmp > > > > tell you? > > -- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010810123406.A10055>