Thread
:
What to do when /opt gets full?
View Single Post
pichlo
2016-03-09 , 16:29
Posts: 6,453 | Thanked: 20,983 times | Joined on Sep 2012 @ UK
#
4
Sorry about the missing
-i
option, I forgot I was using busybox-power.
Your
du
output looks OK, leaving us with either a lot of small files or a file system corruption. Let's hope for the former.
Try:
Code:
find /opt -size -4k | wc
I get:
Code:
9745 9745 514223
Meaning, I have 9745 files smaller than 4 kilobytes.
__________________
Русский военный корабль,
иди нахуй!
Quote & Reply
|
The Following 4 Users Say Thank You to pichlo For This Useful Post:
anthonie
,
reinob
,
robthebold
,
theonelaw
pichlo
View Public Profile
Send a private message to pichlo
Find all posts by pichlo