Updates for ext2fs revision 1.
This commit is contained in:
parent
26944f9bf6
commit
54a73269c2
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: mount_ext2fs.8,v 1.6 1999/03/07 11:02:07 mycroft Exp $
|
||||
.\" $NetBSD: mount_ext2fs.8,v 1.7 2000/01/28 17:19:37 bouyer Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1993, 1994
|
||||
.\" The Regents of the University of California. All rights reserved.
|
||||
|
@ -66,7 +66,7 @@ See the
|
|||
man page for possible options and their meanings.
|
||||
.El
|
||||
.Sh BUGS
|
||||
The EXT2FS-specific options, features or file flags are not supported.
|
||||
Some EXT2FS-specific options, features or file flags are not supported.
|
||||
.Pp
|
||||
Because of EXT2FS limitations, an EXT2FS file system can't be used with
|
||||
any UID or GID greater than 65535.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: options.4,v 1.94 2000/01/22 23:53:08 tron Exp $
|
||||
.\" $NetBSD: options.4,v 1.95 2000/01/28 17:19:36 bouyer Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1996
|
||||
.\" Perry E. Metzger. All rights reserved.
|
||||
|
@ -354,9 +354,13 @@ Includes code implementing the Berkeley Fast File System
|
|||
Most machines need this if they are not running diskless.
|
||||
.It Cd file-system EXT2FS
|
||||
Includes code implementing the Second Extended File System
|
||||
.Em ( EXT2FS ) .
|
||||
This is the most commonly used file system on the Linux operating system,
|
||||
and is provided here for compatibility.
|
||||
.Em ( EXT2FS )
|
||||
, revision 0 and revision 1 with the
|
||||
.Em filetype
|
||||
and
|
||||
.Em spase_super
|
||||
options. This is the most commonly used file system on the Linux operating
|
||||
system, and is provided here for compatibility.
|
||||
Some of the specific features of
|
||||
.Em EXT2FS
|
||||
like the "behavior on errors" are not implemented.
|
||||
|
|
Loading…
Reference in New Issue