fstab.5

来自「minix操作系统最新版本(3.1.1)的源代码」· 5 代码 · 共 88 行

5
88
字号
.TH FSTAB 5.SH NAMEfstab, mtab \- list of file systems to mount, mounted file system table..SH SYNOPSIS.B /etc/fstab.sp.B /etc/mtab.SH DESCRIPTION.B /etc/fstabis a table of file system to mount at boot time,.B /etc/mtabis a table of currently mounted file systems as maintained by.B mountand.BR umount ..PP.B /etc/fstabis not read by.B mountas it should be.  It is instead a simple shell script listing the two orthree devices that MINIX 3 needs to operate:  The device names of the rootfile system, the swap file system (optional), and the file system for.BR /usr ..PP.B /etc/mtabcontains lines of four fields.  The layout is:.sp.RS.nf.ft B.ta +10n +13n +8ndevice	directory	type	options.ft P.fi.RE.PPThese fields may be explained as follows:.sp.B device.br.RSA block special device..RE.sp.B directory.br.RSMount point..RE.sp.B type.br.RSEither.BR 1 ,.BR 2 ,or.BR swap ,indicating a V1 or a V2 file system, or swap space..RE.sp.B options.br.RSEither.BR ro ,or.BR rw ,indicating a read-only or read-write mounted file system..RE.SH FILES.TP 15n.B /etc/fstabShell script naming three important file systems..TP.B /etc/mtabList of mounted file systems..SH "SEE ALSO".BR printroot (8),.BR mount (1),.BR fsck (1),.BR mkfs (1)..SH BUGS.B /etc/fstabis a joke..SH AUTHORKees J. Bot (kjb@cs.vu.nl)

⌨️ 快捷键说明

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