" mount" , as a utility, is not defined by POSIX. I don't know if it has been defined by a previous version of POSIX, or what versions of Unix, back when versions of Unix were specified, had it defined. As a traditional Unix user, I would like it to tell me what devices are mounted where in the system's filesystem namespace, that thing that starts at "/" and goes from there. For the currently-running system, then, this would look something like: /dev/mapper/sda2_crypt on / type ext4 (rw,relatime,errors=remount-ro) My main quibble with this is that the device Debian are calling "sda2_crypt" is actually the unencrypted map of the underlying device, not the encrypted one as the name suggests. The FDE, the way this relates to block-device naming, this "mapper" thing, and how it's manipulated, from the user perspective, could all do with some design, and design is not something linux does, but I would still be more or less happy with ...