add a `Warning:' to the message saying that the root directory is not a

multiple of the clustersize in length to try and reduce the number
of questions we get on the subject.
This commit is contained in:
Gary Palmer 1996-04-03 23:05:40 +00:00
parent e0048e9658
commit c94554b47d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=15033
2 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
/* $Id: msdosfs_vfsops.c,v 1.10 1995/11/16 11:48:08 bde Exp $ */
/* $Id: msdosfs_vfsops.c,v 1.11 1996/01/05 18:31:43 wollman Exp $ */
/* $NetBSD: msdosfs_vfsops.c,v 1.19 1994/08/21 18:44:10 ws Exp $ */
/*-
@ -393,7 +393,7 @@ mountmsdosfs(devvp, mp, p)
if ((pmp->pm_rootdirsize % pmp->pm_SectPerClust) != 0)
printf("mountmsdosfs(): root directory is not a multiple of the clustersize in length\n");
printf("mountmsdosfs(): Warning: root directory is not a multiple of the clustersize in length\n");
/*
* Compute mask and shift value for isolating cluster relative byte

View File

@ -1,4 +1,4 @@
/* $Id: msdosfs_vfsops.c,v 1.10 1995/11/16 11:48:08 bde Exp $ */
/* $Id: msdosfs_vfsops.c,v 1.11 1996/01/05 18:31:43 wollman Exp $ */
/* $NetBSD: msdosfs_vfsops.c,v 1.19 1994/08/21 18:44:10 ws Exp $ */
/*-
@ -393,7 +393,7 @@ mountmsdosfs(devvp, mp, p)
if ((pmp->pm_rootdirsize % pmp->pm_SectPerClust) != 0)
printf("mountmsdosfs(): root directory is not a multiple of the clustersize in length\n");
printf("mountmsdosfs(): Warning: root directory is not a multiple of the clustersize in length\n");
/*
* Compute mask and shift value for isolating cluster relative byte