Skip to content

Commit

Permalink
Do not set mount options for NTFS partitions to "ro" any longer
Browse files Browse the repository at this point in the history
ntfs-3g handles NTFS quite well those days
  • Loading branch information
mika committed Oct 9, 2012
1 parent 39834d5 commit cc5cfdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/grml-udev-rebuildfstab
Expand Up @@ -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
Expand Down

0 comments on commit cc5cfdb

Please sign in to comment.