On 2019-10-13 3:28 p.m., Paul Eggert wrote:
[..]
I mean c'mon, here's the output of 'df' on the Ubuntu 18.04.3 LTS
workstation I'm typing this particular message on. In any sane system
there would be only four lines of non-header output (for tmpfs etc, /,
/home, and /media/eggert/B827-D456), but df is outputting 28 lines. This
is ridiculous.
It is certainly inconvenient if that's not what you are looking for
(and certainly most desktop users aren't).
But I'm not sure if it's easy to find a set of criteria
that would work well while having minimal unexpected side effects of
hiding entries people in other systems do expect to see.
Out of curiosity,
can you share the output of the following commands on the same system?
lsblk
df -x tmpfs -x devtmpfs -x squashfs
Thanks,
- assaf