Re: Full Root
On Mon, 22 Dec 1997, Anthony Landreneau wrote:
> My root partition, of 400 megs is full. The partition /usr and that of
> /var are all on their own partition. I have looked in every directory for
> a core file, and have scanned for viruses. There is no reason that the
> root partition should be filled to capacity and I can't seem to find the
> reason that it is. Fsck, shows the drive as find. Any help in this matter
> would be much appreciated.
>
OK, lets do this systematically:
df -- will show you how much space you have left
du -sx /* -- will sum up the diskspace your "toplevel" directories use
(excluding your /usr and /var which are on different partitions)
find / -xdev -size 500k -- will find all files bigger then 500k on your
disk (excluding your /usr and /var which are on different partitions)
You could also check if /usr and /var *are* on different partitions
(cat /etc/mtab)
Ciao,
Martin - Who always has too few diskspace :-)
--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
debian-user-request@lists.debian.org .
Trouble? e-mail to templin@bucknell.edu .
Reply to:
- References:
- Full Root
- From: Anthony Landreneau <landrena@idsno.com>