svn commit: r52359 - head/en_US.ISO8859-1/books/handbook/filesystems
Conrad Meyer
cem at FreeBSD.org
Mon Oct 15 01:38:41 UTC 2018
Author: cem (src committer)
Date: Mon Oct 15 01:38:39 2018
New Revision: 52359
URL: https://svnweb.freebsd.org/changeset/doc/52359
Log:
handbook: Remove obsolete section on ReiserFS support
Modified:
head/en_US.ISO8859-1/books/handbook/filesystems/chapter.xml
Modified: head/en_US.ISO8859-1/books/handbook/filesystems/chapter.xml
==============================================================================
--- head/en_US.ISO8859-1/books/handbook/filesystems/chapter.xml Mon Oct 15 00:48:41 2018 (r52358)
+++ head/en_US.ISO8859-1/books/handbook/filesystems/chapter.xml Mon Oct 15 01:38:39 2018 (r52359)
@@ -39,8 +39,7 @@
operating systems can be accessed locally, such as data stored
on locally attached <acronym>USB</acronym> storage devices,
flash drives, and hard disks. This includes support for the
- &linux; Extended File System (<acronym>EXT</acronym>) and the
- Reiser file system.</para>
+ &linux; Extended File System (<acronym>EXT</acronym>).</para>
<para>There are different levels of &os; support for the various
file systems. Some require a kernel module to be loaded and
@@ -131,22 +130,6 @@
<filename>/mnt</filename>:</para>
<screen>&prompt.root; <userinput>mount -t ext2fs <replaceable>/dev/ad1s1</replaceable> <replaceable>/mnt</replaceable></userinput></screen>
- </sect2>
-
- <sect2>
- <title>ReiserFS</title>
-
- <para>&os; provides read-only support for The Reiser file
- system, ReiserFS.</para>
-
- <para>To load the &man.reiserfs.5; driver:</para>
-
- <screen>&prompt.root; <userinput>kldload reiserfs</userinput></screen>
-
- <para>Then, to mount a ReiserFS volume located on
- <filename>/dev/ad1s1</filename>:</para>
-
- <screen>&prompt.root; <userinput>mount -t reiserfs <replaceable>/dev/ad1s1</replaceable> <replaceable>/mnt</replaceable></userinput></screen>
</sect2>
</sect1>
More information about the svn-doc-all
mailing list