Clarify the logfile check/hibernation warning. (Yuval)

edge.strict_endians
antona 2005-09-10 07:55:58 +00:00
parent 3164c705f7
commit ea0202921d
1 changed files with 4 additions and 2 deletions

View File

@ -160,8 +160,10 @@ ntfs_volume * utils_mount_volume (const char *device, unsigned long flags, BOOL
Eprintf("Couldn't mount device '%s': %s\n", device,
strerror(err));
if (err == EOPNOTSUPP)
Eprintf("It seems that the logfile check failed. "
"Try to mount volume in windows.\n");
Eprintf("Windows was either hibernated or did not "
"shut down properly. Try to mount "
"volume in windows, shut down and try "
"again.\n");
return NULL;
}