RSSAmplifier

Mountain Of Code · Apr 10, 2026

TIL: Filtering The df Command

0
Sign in to vote or save

This page cannot be shown here. You can still read it on the original site — the toolbar below keeps your place in the directory.

I've used the df command thousands of times to check how full disks are. What I find annoying is that 99.999% of the time I'm only interested in the root partition, but I have to scan through a bunch of other loopback and tmpfs devices to find it #firstWorldProblems. What I discovered is that you can pass a path to filter on: df -h / : Filesystem Size Used Avail Use% Mounted on…

Read on /filtering-df-command

Comments

Nothing yet. Say the first thing.

    Sign in to join the conversation.

    Reading · Mountain Of Code · RSS Amplifier