List all mounts in Linux

There is no such command, since there is no list of “attempted mounts”. You can compare the current mount list (/etc/mtab) to the list of shares registered to be mounted though (/etc/fstab).

Alternatively you could try to grep through the system log files to find failed mount attempts.

Leave a Comment