At 2003-07-14T16:11:52Z, "Kenzo" <[EMAIL PROTECTED]> writes:

> How can I tell what is part of the / slice so that I can find what is
> taking the space and delete things that I don't need.

Do something like:

   # du -x / | sort -rn > /tmp/du.out

and then look at the file.  That'll sort the contents of your root partition
by size so that you can see where you're losing space.

> 2. would it be better to try and find what is taking all the space or just
> grow the slice with growfs?

Find the problem first.  If it's something unexpected, fix it.  Otherwise,
write back and we'll go from there.
-- 
Kirk Strauser

Attachment: pgp00000.pgp
Description: PGP signature

Reply via email to