Flutterby™! : Huh

Next unread comment / Catchup all unread comments User Account Info | Logout | XML/Pilot/etc versions | Long version (with comments) | Weblog archives | Site Map | | Browse Topics

Huh

2022-04-25 18:40:02.483884+02 by Dan Lyke 2 comments

Huh. Wish I knew what chewed up ~35G of disk space and wasn't showing up on "du -h /" on my server. Cleaned up some logs, rebooted, and things are back to normal. But/and: I probably need to cut back on the resolution of pictures I upload for shitposts.

[ related topics: Photography Space & Astronomy ]

comments in ascending chronological order (reverse):

#Comment Re: Huh made: 2022-04-25 21:04:09.497271+02 by: brainopener

Consider this:

sudo lsof +aL1 /

That will show you all file nodes that are open but have no links left in a file system. On Debian, I'm getting the size and PID in the output as well.

#Comment Re: Huh made: 2022-04-26 03:00:45.412888+02 by: Dan Lyke

Oooh! Next time it gets in that state I'll have to try that out. Thanks!