Alternative command to > mount | column -t <

You perhaps didn’t modify your alias list with my (before typo’d/boned up) command?

before I had (some of my custom) mine set in .bash_aliases
as

## mount differently
alias mount='mount | column -t'

but I changed it to

## mount differently
alias mounts='mount | column -t'

so to prevent any time the command “mount” was typed it circumvented the scripting entered…changed it to “mounts” because there isn’t a “command” persay to show what is mounted and what isnt

if you didn’t modify, disregard my last entry…but I thought of it due to the errors being shown
With that said…the custom “aliases”
is in a non-standard Dietpi user location as well…
stock location discussion here