svn commit: r341676 - stable/12/share/man/man5

Pedro F. Giffuni pfg at FreeBSD.org
Fri Dec 7 03:43:36 UTC 2018


Author: pfg
Date: Fri Dec  7 03:43:34 2018
New Revision: 341676
URL: https://svnweb.freebsd.org/changeset/base/341676

Log:
  MFC r341505:
  ext2fs.5: basic updates.
  
  Starting with FreeBSD 12 we fully support writing ext4 filesystems.
  Mention some features that we don't support while here.

Modified:
  stable/12/share/man/man5/ext2fs.5
Directory Properties:
  stable/12/   (props changed)

Modified: stable/12/share/man/man5/ext2fs.5
==============================================================================
--- stable/12/share/man/man5/ext2fs.5	Fri Dec  7 03:13:36 2018	(r341675)
+++ stable/12/share/man/man5/ext2fs.5	Fri Dec  7 03:43:34 2018	(r341676)
@@ -26,7 +26,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd January 23, 2016
+.Dd December 4, 2018
 .Dt EXT2FS 5
 .Os
 .Sh NAME
@@ -52,9 +52,10 @@ kernel to access
 and
 .Tn ext4
 file systems.
-The
+Support for Extended Attributes in
 .Tn ext4
-support is read-only.
+is experimental.
+Journalling and encryption are currently not supported.
 .Sh EXAMPLES
 To mount a
 .Nm


More information about the svn-src-stable-12 mailing list