[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-users] The filesystem is getting full



At 05:14 PM 07/29/01 -0700, you wrote:
>Got this cute little email from my qube2, and just wondering...
>
>Now what? I looked in the archives, and it said something about linking home
>to /.  I understand what that means, but have no idea how to impliment it. I
>only have 487 megs being used, and It's glowing "amber" on me...
>
>I'm supposing my telnet problems are not going to help this situation.
>
>Shawn Crull
>shawn@xxxxxxxxxx

Hi Shawn.

OK I had this exact same problem on my raq4.  What was happening was a log was growing to epic proportions.  A fellow named Charlie here on the board gave me the fix and it worked.  I don't know if it will work on your machine, but it worked on mine.

mkdir /home/webdata
cd /usr/admserv/html/.cobalt/report/
mv * /home/webdata/
cd ..
rm -r ./report
ln -s /home/webdata/ ./report

This removes the logs from the usr directory (which consumes the / partiton) and moves it to the /home partition and provides it a symbolic link.

find out if it worked by typing the df command
Filesystem           1k-blocks      Used Available Use% Mounted on
/dev/hda1               743466    472449    271017  64% /
/dev/hda3               198601     56688    141913  29% /var
/dev/hda4             17671528   1584052  16087476   9% /home

This reduced mine from 95%

GL 

Mike







>_______________________________________________
>cobalt-users mailing list
>cobalt-users@xxxxxxxxxxxxxxx
>To Subscribe or Unsubscribe, please go to:
>http://list.cobalt.com/mailman/listinfo/cobalt-users