summaryrefslogtreecommitdiffstats
path: root/sbin/newfs_msdos
diff options
context:
space:
mode:
authorremko <remko@FreeBSD.org>2007-12-08 22:38:12 +0000
committerremko <remko@FreeBSD.org>2007-12-08 22:38:12 +0000
commit732b0262f60598e1150051c01d9eb5a7f292602f (patch)
treed88e6cb0f1d670fd105249d9fe53fc8d03e9708f /sbin/newfs_msdos
parent4c320b26239838c89db4459a0d5c29840cf84c49 (diff)
downloadFreeBSD-src-732b0262f60598e1150051c01d9eb5a7f292602f.zip
FreeBSD-src-732b0262f60598e1150051c01d9eb5a7f292602f.tar.gz
Add information about the maximum file size for msdosfs.
PR: docs/112935 Submitted by: Julian Stacey <jhs at berklix dot org> Actually this was inspired by the ticket submitted by Julian. MFC After: 3 days
Diffstat (limited to 'sbin/newfs_msdos')
-rw-r--r--sbin/newfs_msdos/newfs_msdos.85
1 files changed, 4 insertions, 1 deletions
diff --git a/sbin/newfs_msdos/newfs_msdos.8 b/sbin/newfs_msdos/newfs_msdos.8
index 024ed1c..d9b0550 100644
--- a/sbin/newfs_msdos/newfs_msdos.8
+++ b/sbin/newfs_msdos/newfs_msdos.8
@@ -25,7 +25,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd July 6, 1998
+.Dd December 8, 2007
.Dt NEWFS_MSDOS 8
.Os
.Sh NAME
@@ -162,6 +162,9 @@ struct bsxbpb {
u_int16_t bkbs; /* [-k] backup boot sector */
};
.Ed
+.Sh LIMITATION
+The maximum file size is 4.3GB, even if the file system itself is bigger.
+.Ed
.Sh EXIT STATUS
Exit status is 0 on success and 1 on error.
.Sh EXAMPLES
OpenPOWER on IntegriCloud