BSD 3 development
[unix-history] / usr / man / man5 / mtab.5
CommitLineData
e6817382
BJ
1.TH MTAB 5
2.SH NAME
3mtab \- mounted file system table
4.SH DESCRIPTION
5.I Mtab
6resides in directory
7.I /etc
8and contains a table of devices mounted by the
9.I mount
10command.
11.I Umount
12removes entries.
13.PP
14Each entry is 64 bytes long;
15the first 32 are the null-padded name of the
16place where the special file is mounted;
17the second 32 are the null-padded name of the special
18file.
19The special file has all its directories
20stripped away;
21that is, everything through the last `/' is thrown
22away.
23.PP
24This table is present only so people can look at it.
25It does not matter to
26.I mount
27if there are duplicated entries nor
28to
29.I umount
30if a name cannot be found.
31.SH FILES
32/etc/mtab
33.SH "SEE ALSO"
34mount(1)