use 'file system superblock' for the error message. This will match other
disk utilities. Discussed with: bde
This commit is contained in:
parent
2141d5b902
commit
209edff18a
@ -108,7 +108,7 @@ main(int argc, char *argv[])
|
||||
break;
|
||||
}
|
||||
if (sblock_try[i] == -1) {
|
||||
fprintf(stderr, "Cannot find special_device\n");
|
||||
fprintf(stderr, "Cannot find file system superblock\n");
|
||||
exit(2);
|
||||
}
|
||||
bsize = sbp->fs_bsize;
|
||||
|
Loading…
Reference in New Issue
Block a user