Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 30 Jan 2003 16:12:45 -0500
From:      Ben Williams <benwilliams@instantemail.net>
To:        "Beech Rintoul" <lists@northwindcom.net>
Cc:        freebsd-questions@freebsd.org
Subject:   Re[2]: HELP! root partition full!
Message-ID:  <99184732771.20030130161245@instantemail.net>
In-Reply-To: <017301c2c8a2$2283b7f0$732ced18@admin>
References:  <20030130170550.GA726@sentinelchicken.net> <017301c2c8a2$2283b7f0$732ced18@admin>

next in thread | previous in thread | raw e-mail | index | archive | help
Thursday, January 30, 2003, 3:56:58 PM, you wrote:

BR> ----- Original Message ----- 
BR> From: "Jason Morgan" <jwm-freebsd@sentinelchicken.net>
BR> To: <freebsd-questions@freebsd.org>
BR> Sent: Thursday, January 30, 2003 8:05 AM
BR> Subject: HELP! root partition full!


>> I got a strange error from my server this morning - root partition full.
>> I then looked at my email and had this in my inbox (of course I get
>> this every day):
>> 
>> Disk status:
>> Filesystem        1K-blocks    Used    Avail Capacity  Mounted on
>> /dev/ad0s1a          516062  505036   -30258   106%    /
>> /dev/ad2s1a          516062  117638   357140    25%    /rootbackup
>> procfs                    4       4        0   100%    /proc
>> /dev/vinum/usr     19850256 1112316 17149920     6%    /usr
>> /dev/vinum/var     23579203    9623 21683244     0%    /var
>> /dev/vinum/public  29776085     116 27393883     0%    /public
>> 
>> This was yesterday:
>> 
>> Disk status:
>> Filesystem        1K-blocks    Used    Avail Capacity  Mounted on
>> /dev/ad0s1a          516062  135492   339286    29%    /
>> /dev/ad2s1a          516062  117638   357140    25%    /rootbackup

>> procfs                    4       4        0   100%    /proc
>> /dev/vinum/usr     19850256 1108980 17153256     6%    /usr
>> /dev/vinum/var     23579203    9323 21683544     0%    /var
>> /dev/vinum/public  29776085     116 27393883     0%    /public
>> 
>> How do I determine what's going on? This is really strange.
>> 
>> Thanks,
>> 
>> Jason
>> 
>> To Unsubscribe: send mail to majordomo@FreeBSD.org
>> with "unsubscribe freebsd-questions" in the body of the message
>> 
>> 
>>

BR> Use df to find the file thats filling your root:

BR>  du -a -x /usr | sort -rn | tee /tmp/root-space

   Wont the tee will cause this to fail because:
 /dev/ad0s1a          516062  505036   -30258   106%    /
?

-- 
Ben                            mailto:benwilliams@instantemail.net


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?99184732771.20030130161245>