|
|
1.1 root 1:
2:
3: mtab.h Header File mtab.h
4:
5:
6:
7:
8: Currently mounted file systems
9:
10: #include <mtab.h>
11:
12: The file /etc/mtab contains an entry for each file system mounted
13: by the mount command. This does not include the root file sys-
14: tem, which is already mounted when the system boots.
15:
16: Both the mount and umount commands use the following structure,
17: defined in mtab.h. It contains the name of each special file
18: mounted, the directory upon which it is mounted, and any flags
19: passed to mount (such as read only).
20:
21:
22: #define MNAMSIZ 32
23: struct mtab {
24: char mt_name[MNAMSIZ];
25: char mt_special[MNAMSIZ];
26: int mt_flag;
27: };
28:
29:
30: ***** Files *****
31:
32: /etc/mtab
33: <mtab.h>
34:
35: ***** See Also *****
36:
37: header files, mount, umount
38:
39:
40:
41:
42:
43:
44:
45:
46:
47:
48:
49:
50:
51:
52:
53:
54:
55:
56:
57:
58:
59:
60:
61:
62:
63:
64: COHERENT Lexicon Page 1
65:
66:
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.