(Logical change 1.197)
edge.strict_endians
flatcap.org!ntfs 2003-10-11 15:23:42 +00:00
parent 210c470c0b
commit 64a627283d
1 changed files with 2 additions and 2 deletions

View File

@ -1300,8 +1300,8 @@ void mount_volume()
if (ntfs_check_if_mounted(opt.volume, &mntflag)) {
perr_printf("Failed to check '%s' mount state", opt.volume);
printf("Probably /etc/mtab is missing. It's too risky to"
"continue.\nYou might try an another Linux distro.\n");
printf("Probably /etc/mtab is missing. It's too risky to "
"continue. You might try\nan another Linux distro.\n");
exit(1);
}
if (mntflag & NTFS_MF_MOUNTED) {