Removed the suggestions to use option remove_hiberfile
The suggestion to use option remove_hiberfile was displayed in the standard help and when a volume is found dirty. As this option may lead to loss of data, only mention it in the manual, with a proper warning.edge.strict_endians
parent
24c9f19065
commit
93ac6ce3bf
|
@ -94,12 +94,7 @@ static const char *corrupt_volume_msg =
|
|||
|
||||
static const char *hibernated_volume_msg =
|
||||
"The NTFS partition is hibernated. Please resume and shutdown Windows\n"
|
||||
"properly, or mount the volume read-only with the 'ro' mount option, or\n"
|
||||
"mount the volume read-write with the 'remove_hiberfile' mount option.\n"
|
||||
"For example type on the command line:\n"
|
||||
"\n"
|
||||
" mount -t ntfs-3g -o remove_hiberfile %s %s\n"
|
||||
"\n";
|
||||
"properly, or mount the volume read-only with the 'ro' mount option.\n";
|
||||
|
||||
static const char *unclean_journal_msg =
|
||||
"Write access is denied because the disk wasn't safely powered\n"
|
||||
|
|
|
@ -219,7 +219,7 @@ static const char *usage_msg =
|
|||
"\n"
|
||||
"Usage: %s [-o option[,...]] <device|image_file> <mount_point>\n"
|
||||
"\n"
|
||||
"Options: ro (read-only mount), remove_hiberfile, uid=, gid=,\n"
|
||||
"Options: ro (read-only mount), windows_names, uid=, gid=,\n"
|
||||
" umask=, fmask=, dmask=, streams_interface=.\n"
|
||||
" Please see the details in the manual (type: man ntfs-3g).\n"
|
||||
"\n"
|
||||
|
|
|
@ -173,7 +173,7 @@ static const char *usage_msg =
|
|||
"\n"
|
||||
"Usage: %s [-o option[,...]] <device|image_file> <mount_point>\n"
|
||||
"\n"
|
||||
"Options: ro (read-only mount), remove_hiberfile, uid=, gid=,\n"
|
||||
"Options: ro (read-only mount), windows_names, uid=, gid=,\n"
|
||||
" umask=, fmask=, dmask=, streams_interface=.\n"
|
||||
" Please see the details in the manual (type: man ntfs-3g).\n"
|
||||
"\n"
|
||||
|
|
Loading…
Reference in New Issue