|
@@ -26,8 +26,8 @@
|
|
|
<screen revision="sysv"><userinput>cat > /etc/fstab << "EOF"
|
|
|
<literal># Begin /etc/fstab
|
|
|
|
|
|
-# file system mount-point type options dump fsck
|
|
|
-# order
|
|
|
+# 文件系统 挂载点 类型 选项 转储 检查
|
|
|
+# 顺序
|
|
|
|
|
|
/dev/<replaceable><xxx></replaceable> / <replaceable><fff></replaceable> defaults 1 1
|
|
|
/dev/<replaceable><yyy></replaceable> swap swap pri=1 0 0
|
|
@@ -43,8 +43,8 @@ EOF</userinput></screen>
|
|
|
<screen revision="systemd"><userinput>cat > /etc/fstab << "EOF"
|
|
|
<literal># Begin /etc/fstab
|
|
|
|
|
|
-# file system mount-point type options dump fsck
|
|
|
-# order
|
|
|
+# 文件系统 挂载点 类型 选项 转储 检查
|
|
|
+# 顺序
|
|
|
|
|
|
/dev/<replaceable><xxx></replaceable> / <replaceable><fff></replaceable> defaults 1 1
|
|
|
/dev/<replaceable><yyy></replaceable> swap swap pri=1 0 0
|