oh? When I run lsblk
all of the docker overlay mounts are omitted. It does show loop devices, but otherwise it was the list of physical devices.
Looking at the man page it looks like df
lets you exclude types too: df -h -x tmpfs -x overlay
.
oh? When I run lsblk
all of the docker overlay mounts are omitted. It does show loop devices, but otherwise it was the list of physical devices.
Looking at the man page it looks like df
lets you exclude types too: df -h -x tmpfs -x overlay
.
Same. I end up either grep -v -e
tmps and loop mounts or mount -t
for each type of physical mount. I suppose lsblk and findmnt might have better options and views.
That’s awesome, I wasted so much time on the web browser before playing over ssh and wasting even more time. Shame the drops didn’t seem to speed up.