Do not set mount options for NTFS partitions to "ro" any longer
authorMichael Prokop <mika@grml.org>
Tue, 9 Oct 2012 14:25:47 +0000 (16:25 +0200)
committerMichael Prokop <mika@grml.org>
Tue, 9 Oct 2012 14:25:53 +0000 (16:25 +0200)
ntfs-3g handles NTFS quite well those days

scripts/grml-udev-rebuildfstab

index a94f4f4..e652e3d 100755 (executable)
@@ -241,7 +241,7 @@ fi
 options=noauto,user,dev,suid,exec
 case $ID_FS_TYPE in
 ntfs)
-        options=$options,ro,umask=000
+        options=$options,umask=000
         ;;
 vfat|msdos)
         options=$options,umask=000