From 2581bda99e446ba40e5b8146e4fe02817d2cc990 Mon Sep 17 00:00:00 2001 From: "Slawomir Wojciech Wojtczak (vermaden)" Date: Thu, 7 Mar 2013 12:24:05 +0100 Subject: [PATCH] Add -o remove_hiberfile to NTFS-3G mount options. --- automount | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/automount b/automount index 6423b7d..2a1467b 100755 --- a/automount +++ b/automount @@ -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