diff --git a/sbin/fsck/fsck.c b/sbin/fsck/fsck.c index bf1892c3210..728acee4f52 100644 --- a/sbin/fsck/fsck.c +++ b/sbin/fsck/fsck.c @@ -215,7 +215,7 @@ main(int argc, char *argv[]) if (vfstype == NULL) vfstype = getfstype(spec); if (vfstype == NULL) - errx(1, "Could not determine filesystem type"); + vfstype = "ufs"; type = vfstype; devcheck(spec); } else {