Open JustAPerson opened 4 years ago
I ran du2 / to scan my whole computer
du2 /
My results were a little skewed
Top largest file(s): 10 127 TB /proc/kcore
Perhaps du2 shouldn't traverse /proc or /sys since these are just windows into the kernel state, and not actual data stored on a drive.
du2
/proc
/sys
yeah... me too. thx for putting this here to remind me to give that issue some love.
In the interim, du2 / --exclude-re '^/proc/.*|^/sys/.*' is reasonable work around.
du2 / --exclude-re '^/proc/.*|^/sys/.*'
I ran
du2 /
to scan my whole computerMy results were a little skewed
Perhaps
du2
shouldn't traverse/proc
or/sys
since these are just windows into the kernel state, and not actual data stored on a drive.