mount.1

来自「Unix操作系统minix 2.0源码」· 1 代码 · 共 37 行

1
37
字号
.TH MOUNT 1.SH NAMEmount \- mount a file system.SH SYNOPSIS\fBmount \fIspecial \fIfile\fR [\fB\-r\fR]\fR.br.de FL.TP\\fB\\$1\\fR\\$2...de EX.TP 20\\fB\\$1\\fR# \\$2...SH OPTIONS.FL "\-r" "File system is mounted read-only".SH EXAMPLES.EX "mount /dev/fd1 /user" "Mount diskette 1 on \fI/user\fP".SH DESCRIPTION.PPThe file system contained on the special file is mounted on \fIfile\fP.In the example above, the root directory of the file system in drive 1can be accessed as.B /userafter the mount.When the file system is no longer needed, it must be unmounted before beingremoved from the drive..SH "SEE ALSO".BR df (1),.BR mkfs (1),.BR fsck (1),.BR umount (1),.BR mount (2),.BR fstab (5).

⌨️ 快捷键说明

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