When Linux mounts a filesystem, it usually records this event in the /etc/mtab file. the /etc/mtab file has a format like the /etc/fstab except /etc/mtab is not a configuration file that you should be editing. you can use it as informational to find out what filesystems are mounted in your server. if you want more details information about your mounted filesystems, then its best to use the df command