Index: sbin/fsck/fsck.c =================================================================== --- sbin/fsck/fsck.c +++ sbin/fsck/fsck.c @@ -215,7 +215,7 @@ if (vfstype == NULL) vfstype = getfstype(spec); if (vfstype == NULL) - errx(1, "Could not determine filesystem type"); + vfstype = "ufs"; type = vfstype; devcheck(spec); } else {