Refer newfs and growfs users to fsck_ffs instead of
fsck, the latter does not accept the referred to "-b" flag. This change was accidently committed directly to 9-STABLE in r237505. PR: 82720 Submitted by: David D.W. Downey MFC after: 1 week
This commit is contained in:
parent
321d79fdca
commit
295a5bd78c
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=261655
@ -201,7 +201,7 @@ growfs(int fsi, int fso, unsigned int Nflag)
|
|||||||
* Now build the cylinders group blocks and
|
* Now build the cylinders group blocks and
|
||||||
* then print out indices of cylinder groups.
|
* then print out indices of cylinder groups.
|
||||||
*/
|
*/
|
||||||
printf("super-block backups (for fsck -b #) at:\n");
|
printf("super-block backups (for fsck_ffs -b #) at:\n");
|
||||||
i = 0;
|
i = 0;
|
||||||
width = charsperline();
|
width = charsperline();
|
||||||
|
|
||||||
|
@ -544,7 +544,7 @@ mkfs(struct partition *pp, char *fsys)
|
|||||||
* Now build the cylinders group blocks and
|
* Now build the cylinders group blocks and
|
||||||
* then print out indices of cylinder groups.
|
* then print out indices of cylinder groups.
|
||||||
*/
|
*/
|
||||||
printf("super-block backups (for fsck -b #) at:\n");
|
printf("super-block backups (for fsck_ffs -b #) at:\n");
|
||||||
i = 0;
|
i = 0;
|
||||||
width = charsperline();
|
width = charsperline();
|
||||||
/*
|
/*
|
||||||
|
Loading…
Reference in New Issue
Block a user