LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Server (https://www.linuxquestions.org/questions/linux-server-73/)
-   -   FTP Server Hard Disk Disappear (https://www.linuxquestions.org/questions/linux-server-73/ftp-server-hard-disk-disappear-840267/)

thiru1582 10-25-2010 02:44 AM

FTP Server Hard Disk Disappear
 
HI ,

My ftp server running on linux redhat.

My current issue is : -

total Hard disk space is 68 Gb. Bu if do df -h below result

[root@localhost ~]# df -h
Filesystem Size Used Avail Use% Mounted on
/dev/mapper/VolGroup00-LogVol00
64G 59G 2.4G 97% /
/dev/sda1 99M 12M 83M 12% /boot
tmpfs 1006M 0 1006M 0% /dev/shm


[root@localhost ~]# du -hc --max-depth=1
12K ./.jgoodies
8.0K ./.gconf
8.0K ./.gnome2
12K ./.gconfd
230M ./jdk1.6.0
24K ./.gnupg
64K ./.java
272M .
272M total



I dono where is the balance space in HD. My total root only using less then 5 to 6 Gb only. But my Hard Disk space left 2.4 GB only. I still new to Linux. Please someone help me to fix this issue.

Thanks

prayag_pjs 10-25-2010 03:42 AM

do this as root

du -chs /*

you will come to know the exact usage of each directory1


All times are GMT -5. The time now is 10:55 AM.