Add -o remove_hiberfile to NTFS-3G mount options.

This commit is contained in:
Slawomir Wojciech Wojtczak (vermaden) 2013-03-07 12:24:05 +01:00
parent 6475a583f3
commit 2581bda99e
1 changed files with 1 additions and 1 deletions

View File

@ -286,7 +286,7 @@ case ${2} in
then
__wait_for_device ${DEV}
if ntfs-3g ${OPTS} ${DEV} ${MNT}
if ntfs-3g -o remove_hiberfile ${OPTS} ${DEV} ${MNT}
then
ADD=1
else