document remove_hiberfile mount option
parent
9a457b1681
commit
8f278649ac
|
@ -3,7 +3,7 @@
|
|||
.\" Copyright (c) 2006-2008 Szabolcs Szakacsits.
|
||||
.\" This file may be copied under the terms of the GNU Public License.
|
||||
.\"
|
||||
.TH NTFS-3G 8 "January 2008" "ntfs-3g @VERSION@"
|
||||
.TH NTFS-3G 8 "February 2008" "ntfs-3g @VERSION@"
|
||||
.SH NAME
|
||||
ntfs-3g \- Third Generation Read/Write NTFS Driver
|
||||
.SH SYNOPSIS
|
||||
|
@ -113,6 +113,14 @@ Force the mounting even if the NTFS logfile is unclean. The logfile
|
|||
will be unconditionally cleared. Use this option with caution and for
|
||||
your own responsibility.
|
||||
.TP
|
||||
.B remove_hiberfile
|
||||
Unlike in case of read-only mount, the read-write mount is denied if
|
||||
the NTFS volume is hibernated. One needs either to resume Windows and
|
||||
shutdown it properly, or use this option which will remove the Windows
|
||||
hibernation file. Please note, this means that the saved Windows
|
||||
session will be completely lost. Use this option for your own
|
||||
responsibility.
|
||||
.TP
|
||||
.B atime, noatime, relatime
|
||||
The
|
||||
.B atime
|
||||
|
|
Loading…
Reference in New Issue