Page 1 of 1

FULL HDD : Urgent

PostPosted: Mon Feb 23, 2009 2:38 pm
by kolucoms6
I have 320 GB SATA HDD.

When I checked my phpsysinfo, it shows 95% HDD is filled.

Should I delete all my recordings though I don't need them an I keep them downloaded daily ?

If yes, how to delete all recording ?


[root@vicidialnow GSM]# rm *
-bash: /bin/rm: Argument list too long
[root@vicidialnow GSM]#

Plz help as my server is down.

PostPosted: Mon Feb 23, 2009 4:10 pm
by Op3r
Basic linux administration.

Please revert to the sticky at the support forum.

I cannot stress this enough.

But anyway

Here's a basic google search that i used.

http://www.google.com.ph/search?q=delet ... =firefox-a

PostPosted: Mon Feb 23, 2009 4:12 pm
by kolucoms6
I tried but

[root@vicidialnow GSM]# rm *
-bash: /bin/rm: Argument list too long
[root@vicidialnow GSM]#

PostPosted: Mon Feb 23, 2009 5:45 pm
by kolucoms6
deleted many voice files but still it shows 95% :-(

What could be the problem ?

Pl help

PostPosted: Mon Feb 23, 2009 6:01 pm
by kolucoms6
Image

PostPosted: Mon Feb 23, 2009 7:57 pm
by okli
From the very same place:
http://www.google.com/search?num=50&hl= ... tnG=Search

Is that really hard? :shock:

PostPosted: Mon Feb 23, 2009 8:05 pm
by kolucoms6
[root@vicidialnow ~]# df
Filesystem 1K-blocks Used Available Use% Mounted on
/dev/sda2 301924504 285002780 1337472 100% /
/dev/sda1 101086 11062 84805 12% /boot
tmpfs 1553832 0 1553832 0% /dev/shm
[root@vicidialnow ~]# du
16896 .
You have new mail in /var/spool/mail/root

[root@vicidialnow ~]# df -i
Filesystem Inodes IUsed IFree IUse% Mounted on
/dev/sda2 77922304 528483 77393821 1% /
/dev/sda1 26104 34 26070 1% /boot
tmpfs 219910 1 219909 1% /dev/shm
You have new mail in /var/spool/mail/root


But my concern is how to solve it :-(

PostPosted: Mon Feb 23, 2009 8:28 pm
by kolucoms6
I even tried restarting the server , though it will kill unwanted process and will release the space but no hope :-(

PostPosted: Tue Feb 24, 2009 4:30 am
by okli
Code: Select all
#man du

Code: Select all
#du -sh /*
#du -sh /
#du -sh /var/*
#du -h /var/log/apache2/
#du -h /var/log/apache2/*
and so forth until you find out what you need.