LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Difference between the MOUNTING files (https://www.linuxquestions.org/questions/linux-newbie-8/difference-between-the-mounting-files-767625/)

arooooon 11-07-2009 11:32 PM

Difference between the MOUNTING files
 
Hi folks,

I'm new to linux,so i'm confused with MOUNTING files. Can anyone please give differences and unique functions of the FSTAB, MTAB, /PROC/MTAB files.

Thanks & Regards,
Arun N

wfh 11-07-2009 11:47 PM

Quote:

Originally Posted by arooooon (Post 3748799)
FSTAB, MTAB, /PROC/MTAB files.

/etc/fstab contains marching orders for your linux installation...what filesystems to mount and how/when/where to mount them. fstab is your friend : )

/etc/mtab is the town crier, telling you what is mounted and where.

/proc is a very important source of configuration and process information, but you really don't want to go there if you are a Newbie.

salasi 11-08-2009 11:12 AM

Quote:

Originally Posted by wfh (Post 3748806)

/proc is a very important source of configuration and process information, but you really don't want to go there if you are a Newbie.

You probably don't want to go there, if you are newbie, but largely because you won't understand at least half of it. Its not too dangerous if you regard it as read-only (never, ever write to it or change anything there) but there isn't any point in going there for anything that you are likely to want to do.

You almost always will find some tool that gives you information that you can understand (you may be able to understand, after you have read and re-read the man page), so you should start from there.

'man fstab' is a good place to start.


All times are GMT -5. The time now is 03:34 PM.