this post was submitted on 11 Sep 2023
10 points (100.0% liked)

Free and Open Source Software

17505 readers
449 users here now

If it's free and open source and it's also software, it can be discussed here. Subcommunity of Technology.


This community's icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.

founded 2 years ago
MODERATORS
 

I'm looking for software I can run on a server that could scan a target file system and make a windirstat-esque output available at an http address.

Fundamentally I'm looking for a gui that can be accessed from any machine on the network that would help me/others identify big chunks of data.

Anyone aware of anything that could do this? Ideally a Linux app I can throw in a container.

Edit: to clarify, the consumer of this data will be management people, not tech people. This would be to replace a nightly scan and email report of the current state of our fileserver

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 1 points 9 months ago

Give ncdu a look. It is on Linux. It will allow you to see big chunks of data. I'm sure someone has a container version of it, but you can run it straight from the terminal.