aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/devices.xml
diff options
context:
space:
mode:
Diffstat (limited to 'chapter06/devices.xml')
-rw-r--r--chapter06/devices.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/chapter06/devices.xml b/chapter06/devices.xml
index 557b0d2c3..dc5de88b8 100644
--- a/chapter06/devices.xml
+++ b/chapter06/devices.xml
@@ -60,6 +60,15 @@ created:</para>
<screen><userinput>mount -t devpts -o gid=4,mode=620 none /dev/pts
mount -t tmpfs none /dev/shm</userinput></screen>
+
+<para>The <command>mount</command> commands executed above may result in the
+following warning message:</para>
+
+<screen><computeroutput>can't open /etc/fstab: No such file or directory.</computeroutput></screen>
+
+<para>This file&mdash;<filename>/etc/fstab</filename>&mdash;has not
+been created yet but is also not required for the file systems to be
+properly mounted. As such, the warning can be safely ignored.</para>
</sect2>