
4 Oct
2023
4 Oct
'23
20:11
For quite some years now, output from the mount command grown past the point where the filesystems on HDDs, SSDs and NVMEs get lost among newer, more ethereal "filesystem" types. I solved that here many moons ago and thought to share my solution now: # alias | grep Mnt alias Mnt='mount | egrep -v "cgroup|rpc|ramfs|tmpfs|^sys|on /dev|on /proc|on /sys|on /var" | sort ' # mount | wc -l 49 # Mnt | wc -l 13 # I don't use BTRFS, so don't know if any modification would be indicated for its users. -- Evolution as taught in public schools is, like religion, based on faith, not based on science. Team OS/2 ** Reg. Linux User #211409 ** a11y rocks! Felix Miata
575
Age (days ago)
575
Last active (days ago)
0 comments
1 participants
participants (1)
-
Felix Miata