[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] RE: The filesystem [/] is getting very full
- Subject: Re: [cobalt-users] RE: The filesystem [/] is getting very full
- From: Jeff Bilicki <jeff@xxxxxxxxxxx>
- Date: Mon Dec 17 00:53:01 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
[snip]
> This is what I have:-
> 10M /etc
This seems a little large to me, try running the same command but with /etc
instead of / as dir argument. Once you find the largest directory (it might be
/etc) use: ls -alr --sort=size to see what the biggest files are.
> 51M /root
This is a problem, see below.
> 1.0k /setupsystem <--- nothing in it
I have never heard of this directory, just fyi.
> In Root I have the following:-
> .bash_history
[snip]
> Total roughly 62Mb
> Can I safely get rid of the old rpm's & pkg's and the mail & php folder???
> And any recommendations where I can strat to trim down elsewhere
I would keep them around for safe keeping but moving them out of /root. I
would suggest moving the packages to /home/packages (should already exsist).
Move the rpms out as well, I usaully create a directory called /home/rpms on my
boxes and store all rpms there.
If this doesn't work I would suggest moving /usr/lib onto the /home partition,
this can be a little tricky. Let me know if you want instructions for doing
this.
Jeff-