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
This commit is contained in:
remko 2007-12-08 22:38:12 +00:00
parent 4c320b2623
commit 732b0262f6

View File

@ -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