diff options
Diffstat (limited to 'chapter06/kernfs.xml')
-rw-r--r-- | chapter06/kernfs.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/chapter06/kernfs.xml b/chapter06/kernfs.xml index 2755dea13..397033cdf 100644 --- a/chapter06/kernfs.xml +++ b/chapter06/kernfs.xml @@ -7,9 +7,9 @@ <title>Mounting Virtual Kernel File Systems</title> <?dbhtml filename="kernfs.html"?> -<para>Various file systems exported by the kernel do not exist on the -hard drive, but are used to communicate to and from the kernel -itself.</para> +<para>Various file systems exported by the kernel are used to communicate to and +from the kernel itself. These file systems are virtual in that no disk space is +used for them. The contents of the file systems resides in memory.</para> <para>Begin by creating directories onto which the file systems will be mounted:</para> |