How to find the time a filesystem was mounted without using root privileges

Hi,

Im running RHEL. How do I find the time a particular filesystem was mounted?

Please Let me know

Thanks

I'm not exactly sure if such logs are preserved, but you can try :

grep -ri mount /var/log/*

and see if the result will show something relevant. In my case it will help me to understand the issue I have with automount my mp3 player, it shows the last time when this particular device has been un-mounted :