2010/3/8 Nick Holland :
> $ sudo du -hs *
sudo du -hx /
Best
Martin
I'd do a
find -x / -type f -exec ls -l {} \; |more
and look for big files that don't really belong there.
Common errors are something like redirecting to /devnull or /dev/nul
instead of /dev/null or so.
If you can't find them, email me that output and I'll have a look.
--
Ron McDowell
San A
On Mon, 8 Mar 2010 01:59:03 + (UTC) roys2...@sdf.lonestar.org wrote:
> Hello,
>
> Can someone please tell me how I can clean my root partition?
>
> df -h
>
> Filesystem SizeUsed Avail Capacity Mounted on
> /dev/wd0a 2.0G2.0G -101M 105%/
> /dev/wd0k 830G 8
roys2...@sdf.lonestar.org wrote:
> Hello,
>
> Can someone please tell me how I can clean my root partition?
>
> df -h
>
> Filesystem SizeUsed Avail Capacity Mounted on
> /dev/wd0a 2.0G2.0G -101M 105%/
> /dev/wd0k 830G 84.7G704G11%/home
> /dev/wd0d
Hello,
Can someone please tell me how I can clean my root partition?
df -h
Filesystem SizeUsed Avail Capacity Mounted on
/dev/wd0a 2.0G2.0G -101M 105%/
/dev/wd0k 830G 84.7G704G11%/home
/dev/wd0d 3.9G 40.0K3.7G 0%/tmp
/dev/wd0f
5 matches
Mail list logo