summaryrefslogtreecommitdiff
path: root/sbin
diff options
context:
space:
mode:
authorTom Cosgrove <tom@cvs.openbsd.org>2005-02-28 16:00:38 +0000
committerTom Cosgrove <tom@cvs.openbsd.org>2005-02-28 16:00:38 +0000
commit1b98dc7f51fb5a6fb30d6b75601232e36b810ca4 (patch)
treeb07f3de1f532e32f150b6aa30b861051c27b4131 /sbin
parentf8c1294e718870c35cc7c1d956b91bac851044be (diff)
Document some limitations of the MS-DOS filesystem.
Input from yaredy@, krw@, miod@, jmc@, deraadt@. ok for earlier versions todd@, jmc@ ok final version deraadt@
Diffstat (limited to 'sbin')
-rw-r--r--sbin/mount_msdos/mount_msdos.815
1 files changed, 13 insertions, 2 deletions
diff --git a/sbin/mount_msdos/mount_msdos.8 b/sbin/mount_msdos/mount_msdos.8
index c612fd7e020..29d610375e8 100644
--- a/sbin/mount_msdos/mount_msdos.8
+++ b/sbin/mount_msdos/mount_msdos.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: mount_msdos.8,v 1.19 2005/02/28 09:50:27 jmc Exp $
+.\" $OpenBSD: mount_msdos.8,v 1.20 2005/02/28 16:00:37 tom Exp $
.\" $NetBSD: mount_msdos.8,v 1.10 1996/01/19 21:14:43 leo Exp $
.\"
.\" Copyright (c) 1993,1994 Christopher G. Demetriou
@@ -141,7 +141,7 @@ This forces
.It Fl G
This option causes the filesystem to be interpreted as an Atari-Gemdos
filesystem.
-The differences to the msdos filesystem are minimal and
+The differences to the MS-DOS filesystem are minimal and
limited to the boot block.
This option enforces
.Fl s .
@@ -168,6 +168,17 @@ and was abandoned in favor
of the more aptly named
.Nm mount_msdos .
.Sh CAVEATS
+The maximum file size supported by the MS-DOS filesystem is
+one byte less than 4GB.
+This is a FAT filesystem limitation, documented by Microsoft
+in Knowledge Base article 314463.
+.Pp
+The MS-DOS filesystem (even with long filenames) does not support
+filenames with trailing dots or spaces.
+Any such characters will be silently removed before the directory entry
+is written.
+This too is a FAT filesystem limitation.
+.Pp
The use of the
.Fl 9
flag could result in damaged filesystems,