aboutsummaryrefslogtreecommitdiff
path: root/sbin/mount_msdosfs/mount_msdosfs.8
diff options
context:
space:
mode:
authorGary Palmer <gpalmer@FreeBSD.org>1996-04-03 23:11:08 +0000
committerGary Palmer <gpalmer@FreeBSD.org>1996-04-03 23:11:08 +0000
commitd02e870c7e5bacfd19b5debe5ac0c6c05209f461 (patch)
tree01f42e2e6dda09d615b64cb5cce1a0a2430c2e4c /sbin/mount_msdosfs/mount_msdosfs.8
parentc94554b47d4d08218007f257e41e7e0a6ccf9d07 (diff)
downloadsrc-d02e870c7e5bacfd19b5debe5ac0c6c05209f461.tar.gz
src-d02e870c7e5bacfd19b5debe5ac0c6c05209f461.zip
Add a small message to the ``CAVEATS'' section saying if you get the
warning about the root directory, then you could corrupt your filesystem if you write to it. Someone, please, feel free to improve this :-)
Notes
Notes: svn path=/head/; revision=15034
Diffstat (limited to 'sbin/mount_msdosfs/mount_msdosfs.8')
-rw-r--r--sbin/mount_msdosfs/mount_msdosfs.810
1 files changed, 9 insertions, 1 deletions
diff --git a/sbin/mount_msdosfs/mount_msdosfs.8 b/sbin/mount_msdosfs/mount_msdosfs.8
index 63293d8c792e..d6bd154a9401 100644
--- a/sbin/mount_msdosfs/mount_msdosfs.8
+++ b/sbin/mount_msdosfs/mount_msdosfs.8
@@ -27,7 +27,7 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.\" $Id: mount_msdos.8,v 1.1 1994/09/19 15:30:34 dfr Exp $
+.\" $Id: mount_msdos.8,v 1.2 1994/11/19 17:55:35 nate Exp $
.\"
.Dd April 7, 1994
.Dt MOUNT_MSDOS 8
@@ -100,6 +100,14 @@ of MS-DOS later than version 3.3.
The limitations on file names imposed by MS-DOS are strange, at best.
For instance, they are
limited to single-case, 8 character names with 3 character extensions.
+.Pp
+If you see the warning:
+.Pp
+mountmsdosfs(): Warning: root directory is not a multiple of the clustersize in length
+.Pp
+then it is possible that writing to the MS-DOS filesystem would
+produce corruption on the disk. This is a shortcoming in the code
+which needs to be addressed.
.Sh HISTORY
The
.Nm mount_msdos