Gary Stainburn wrote: >On Tuesday 11 May 2004 11:13 am, Edward wrote: >> Huan Deng wrote: >> > Hello, Guys, >> > >> > It is so strange that my hard disk is full in a very short time. Almost >> > 30GB+ space is consumed in a few hour. >> > >> > I checked the disk using command df -k >> > Filesystem 1K-blocks Used Available Use Mounted on >> > /dev/sda2 7052496 2858552 3835696 43 / >> > /dev/sda1 101089 15076 80794 16 /boot >> > /dev/sda6 60989924 56854996 1036796 99 /home >> > none 2065448 0 2065448 0 /dev/shm >> > /dev/sda5 396623 70972 305170 19 /var >> > >[snip] >> > Anybody can help me? >> > >> > Thanks >> >> cd / >> du | sort -nr | more >> >> Regards, >> Ed. > >The following variation will ignore all except the /home fs. > >du -kx /home|sort -rn|more >-- >Gary Stainburn > >This email does not contain private or confidential material as it >may be snooped on by interested government parties for unknown >and undisclosed purposes - Regulation of Investigatory Powers Act, 2000 I type "ps -ef | grep cadmin" cadmin 12887 1 54 09:16 ? 05:35:26 /usr/bin/gnome-session cadmin 12888 12887 0 09:16 ? 00:00:00 /usr/bin/ssh-agent /etc/X11/xini root 25344 23855 0 19:32 pts/4 00:00:00 grep cadmin It's strange that process 12887 has been running so long time . I kill it ,and much space has been free. but another directory /home/yxma is increasing quickly. I checked the process yxma 23233 1 53 16:39 ? 02:05:08 xemacs /home/yxma/synthesis/soc_ The volume of direcory ~yxma is increasing more and more. It stops when I killed the process. Then cd ~yxma, du . | sort -nr | more 18430152 . 1992 ./simulation 1680 ./synthesis 1396 ./synthesis/WORK 932 ./project 892 ./project/adder 592 ./simulation/adder4 512 ./simulation/carry-lookahead 480 ./simulation/carry-lookahead/hspiceS 472 ./simulation/carry-lookahead/hspiceS/schematic 464 ./simulation/carry-lookahead/hspiceS/schematic/netlist 356 ./simulation/manchester 328 ./simulation/manchester/hspiceS 324 ./simulation/manchester/hspiceS/schematic 316 ./simulation/manchester/hspiceS/schematic/netlist 308 ./simulation/adder4/hspiceS 304 ./simulation/adder4/hspiceS/schematic 300 ./simulation/FA1 280 ./simulation/adder4/spectre 276 ./simulation/adder4/spectre/schematic 276 ./simulation/adder4/hspiceS/schematic/netlist ...... The current directory is very large. But actually there are only a few small files in this directory.What's the problem? Best regards, Huan Deng hdeng@xxxxxxxxxxxxxxxxxxx 2004-05-11
Attachment:
FACE-3.GIF
Description: GIF image
-- redhat-list mailing list unsubscribe mailto:redhat-list-request@xxxxxxxxxx?subject=unsubscribe https://www.redhat.com/mailman/listinfo/redhat-list