| Summary: | [patch] newfs_msdos(8): document 4.3g limit on files within FS created by newfs_msdos | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Documentation | Reporter: | jhs | ||||
| Component: | Books & Articles | Assignee: | Remko Lodder <remko> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | CC: | rnordier | ||||
| Priority: | Normal | ||||||
| Version: | Latest | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
|
Description
jhs
2007-05-24 12:20:03 UTC
Responsible Changed From-To: freebsd-bugs->freebsd-doc Reclassify. remko 2007-12-08 22:38:12 UTC
FreeBSD src repository
Modified files:
sbin/newfs_msdos newfs_msdos.8
Log:
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
Revision Changes Path
1.21 +4 -1 src/sbin/newfs_msdos/newfs_msdos.8
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->patched Patched in -HEAD Responsible Changed From-To: freebsd-doc->remko MFC reminder Author: remko Date: Fri Jan 28 07:04:01 2011 New Revision: 218009 URL: http://svn.freebsd.org/changeset/base/218009 Log: MFC r174460,174478 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 PR: docs/112935 Modified: stable/7/sbin/newfs_msdos/newfs_msdos.8 Directory Properties: stable/7/sbin/newfs_msdos/ (props changed) Modified: stable/7/sbin/newfs_msdos/newfs_msdos.8 ============================================================================== --- stable/7/sbin/newfs_msdos/newfs_msdos.8 Fri Jan 28 06:58:14 2011 (r218008) +++ stable/7/sbin/newfs_msdos/newfs_msdos.8 Fri Jan 28 07:04:01 2011 (r218009) @@ -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 4GB, even if the file system itself is bigger. +.Ed .Sh EXIT STATUS Exit status is 0 on success and 1 on error. .Sh EXAMPLES _______________________________________________ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org" Author: remko Date: Fri Jan 28 07:04:01 2011 New Revision: 218009 URL: http://svn.freebsd.org/changeset/base/218009 Log: MFC r174460,174478 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 PR: docs/112935 Modified: stable/7/sbin/newfs_msdos/newfs_msdos.8 Directory Properties: stable/7/sbin/newfs_msdos/ (props changed) Modified: stable/7/sbin/newfs_msdos/newfs_msdos.8 ============================================================================== --- stable/7/sbin/newfs_msdos/newfs_msdos.8 Fri Jan 28 06:58:14 2011 (r218008) +++ stable/7/sbin/newfs_msdos/newfs_msdos.8 Fri Jan 28 07:04:01 2011 (r218009) @@ -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 4GB, even if the file system itself is bigger. +.Ed .Sh EXIT STATUS Exit status is 0 on success and 1 on error. .Sh EXAMPLES _______________________________________________ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org" State Changed From-To: patched->closed It had been finally merged.. thanks for waiting soo long. |