NetBSD-Users archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: / was overflows
hi.
thanks.
2014-04-28 23:37 GMT+09:00 J. Hannken-Illjes
<hannken%eis.cs.tu-bs.de@localhost>:
>>
>> / (root) was overflows.
>> How do I get to find out, consuming capacity?
> <snip>
>> % du -m / | sort -nr -T ~/ | head -30
>
> You need the -x flag to prevent du crossing mounts. What gives
>
> du -m -x / | sort ...
I did not know -x options.
% du -m -x / | sort -nr -T ~/ | head -10
527 /
456 /root
357 /root/sysbuild
357 /root/sysbuild/i386
246 /root/sysbuild/i386/obj
246 /root/sysbuild/i386/obj/usr
246 /root/sysbuild/i386/obj/usr/src
187 /root/sysbuild/i386/obj/usr/src/tools
124 /root/sysbuild/i386/obj/usr/src/tools/gcc
124 /root/sysbuild/i386/obj/usr/src/tools/gcc/build
oh...
impact of sysbuild.
--
miwarin
Home |
Main Index |
Thread Index |
Old Index