mount.2

来自「莱昂氏UNIX源代码分析UNIXv6src.tar.gz」· 2 代码 · 共 64 行

2
64
字号
.th MOUNT II 5/15/74.sh NAMEmount \*- mount file system.sh SYNOPSIS(mount = 21.).br.ft Bsys  mount; special; name; rwflag.s3mount(special, name, rwflag).brchar *special, *name;.br.ft R.sh DESCRIPTION.it Mountannounces to the system that a removable file system hasbeen mounted onthe block-structured special file.it special;from now on, references to file.it namewill refer tothe root file on the newly mounted file system..it Specialand.it nameare pointers to null-terminated stringscontaining the appropriate path names..s3.it Namemust exist already. Its old contentsare inaccessible while the file systemis mounted..s3The.it rwflagargument determines whetherthe file system can be written on; if it is 0 writingis allowed, if non-zero no writing is done.Physically write-protected and magnetictape file systems must be mounted read-only orerrors will occur when access times are updated,whether or not anyexplicit write is attempted..sh "SEE ALSO"mount (VIII), umount (II).sh DIAGNOSTICSError bit(c-bit) set if:.it specialis inaccessible or not an appropriate file;.it namedoes not exist;.it specialis already mounted;.it nameis in use;there are already too manyfile systems mounted..sh BUGS\-

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?