Research V4 development
[unix-history] / man / man2 / mount.2
CommitLineData
88d0a458
KT
1.th MOUNT II 8/5/73
2.sh NAME
3mount \*- mount file system
4.sh SYNOPSIS
5(mount = 21.)
6.br
7.ft B
8sys mount; special; name
9.ft R
10.sh DESCRIPTION
11.it Mount
12announces to the system that a removable file system has
13been mounted on
14the block-structured special file
15.it special;
16from now on, references to file
17.it name
18will refer to
19the root file on the newly mounted file system.
20.it Special
21and
22.it name
23are pointers to null-terminated strings
24containing the appropriate path names.
25.s3
26.it Name
27must exist already.
28Its old contents
29are inaccessible while the file system
30is mounted.
31.sh "SEE ALSO"
32mount(I), umount(II)
33.sh DIAGNOSTICS
34Error bit
35(c-bit) set if:
36.it special
37is inaccessible or not an appropriate file;
38.it name
39does not exist;
40.it special
41is already mounted;
42there are already too many
43file systems mounted.