diff options
Diffstat (limited to 'static/unix-v10/man2/mount.2')
| -rw-r--r-- | static/unix-v10/man2/mount.2 | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/static/unix-v10/man2/mount.2 b/static/unix-v10/man2/mount.2 new file mode 100644 index 00000000..7f0a9e0e --- /dev/null +++ b/static/unix-v10/man2/mount.2 @@ -0,0 +1,38 @@ +.pa 1 +.he 'MOUNT (II)'3/15/72'MOUNT (II)' +.ti 0 +NAME mount -- mount file system +.sp +.ti 0 +.nf +SYNOPSIS sys mount; special; name / mount = 21. +.fi +.sp +.ti 0 +DESCRIPTION mount_____ +announces to the system that a removable file system has +been mounted on special file special_______; +from now on, references to file name____ will refer to +the root file on the newly mounted file system. +Special_______ and name____ are pointers to null-terminated strings +containing the appropriate path names. + +Name____ must exist already. If it had contents, +they are inaccessible while the file system +is mounted. +.sp +.ti 0 +SEE ALSO mount(I), umount(II) +.sp +.ti 0 +DIAGNOSTICS Error bit +(c-bit) set if: special_______ is inaccessible; name____ +does not exist; +special_______ is already mounted; +name____ is not on the RF; +there are already four special files mounted. +.sp +.ti 0 +BUGS At most +four removable devices can be mounted at a time. +This call should be restricted to the super-used. |
