Hi Jimmy. > On 23 Mar 2014, at 11:04, Jimmy Gross <[email protected]> wrote: > > > Hi, > > My server is showing /home as 95% full > Disk Usage (MB) 113373.18 > Total Size (MB) 119555.93 > > > When i do a du -sh * i get: > 16K aquota.group > 24K aquota.user > 120K cmu > 340M install > 16K lost+found > 88G mysql > 22M mysql.bak > 4.0K packages > 12K sites > 4.9G solarspeed > 4.0K tmp > 4.0K users > 28M webalizer.log > > I am not seeing any large files/directories.
Try du -sh .* * Your command above showed the sites symlink directory which has almost nothing in it... but you forgot to look at .sites where the real content lives. Greg. _______________________________________________ Blueonyx mailing list [email protected] http://mail.blueonyx.it/mailman/listinfo/blueonyx
