Update to r53138:
Extend the ext4 filesystem description a bit by mentioning the supported and unsupported features more clearly.
This commit is contained in:
parent
9679c3b2e3
commit
79fcd35e0f
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=53288
1 changed files with 10 additions and 4 deletions
|
|
@ -5,7 +5,7 @@
|
|||
|
||||
$FreeBSD$
|
||||
$FreeBSDde: de-docproj/books/handbook/filesystems/chapter.xml,v 1.7 2011/05/25 20:31:26 jkois Exp $
|
||||
basiert auf: r52359
|
||||
basiert auf: r53138
|
||||
-->
|
||||
<chapter xmlns="http://docbook.org/ns/docbook"
|
||||
xmlns:xlink="http://www.w3.org/1999/xlink" version="5.0"
|
||||
|
|
@ -142,9 +142,15 @@
|
|||
|
||||
<note>
|
||||
<para>Dieser Treiber kann auch für den Zugriff auf ext3 und
|
||||
ext4 Dateisysteme verwendet werden. Allerdings werden
|
||||
ext3-Journale und erweiterte Attribute nicht unterstützt.
|
||||
ext4 wird nur-lesend unterstützt.</para>
|
||||
ext4 Dateisysteme verwendet werden. Das Dateisystem
|
||||
&man.ext2fs.5; bietet ab &os; 12.0-RELEASE volle
|
||||
Lese- und Schreibunterstützung für ext4. Darüber hinaus
|
||||
werden auch erweiterte Attribute und ACLs unterstützt,
|
||||
jedoch kein Journaling und Verschlüsselung.
|
||||
Ab &os; 12.1-RELEASE ist auch ein DTrace Provider
|
||||
verfügbar. Frühere Versionen von &os; können mit
|
||||
<package>sysutils/fusefs-ext2</package> auf ext4 im Lese-
|
||||
und Schreibmodus zugreifen.</para>
|
||||
</note>
|
||||
|
||||
<para>Um auf ein ext-Dateisystem zuzugreifen, muss zuerst das
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue