etcmtab
The /etc/mtab file records the currently mounted filesystems on Unix-like systems. It provides a dynamic view of the kernel's mount state and is used by mounting utilities and system processes to determine what is mounted, where, and with which options.
Location and format: Traditionally, /etc/mtab is a plain text file containing one line per mounted filesystem.
Management and sources: When /etc/mtab exists as a real file, it is updated by mount and umount
Usage notes: /etc/mtab serves as a convenient, human-readable reference for administrators and scripts, but it is