Hey folks, Is there any way to get this to report the proper values again? The disk did fill up but we removed a good 60G of data but it still shows full [root at price-two:/]# df -h Filesystem Size Used Avail Use% Mounted on /dev/sda3 131G -64Z 131G 101% / /dev/sda1 99M 9.7M 84M 11% /boot /dev/sdb1 269G 60G 196G 24% /data none 4.0G 0 4.0G 0% /dev/shm -- ?Don't eat anything you've ever seen advertised on TV? - Michael Pollan, author of "In Defense of Food"
Alan McKay wrote:> Hey folks, > > Is there any way to get this to report the proper values again? > The disk did fill up but we removed a good 60G of data but it still shows > full >Is/was the data you removed still in use? Run lsof and grep for "deleted", if you get a bunch of hits you have to stop/kill those processes for the space to be freed. Otherwise perhaps a fsck is in order. nate