do not use acl on ntfs-3g yet

pull/40/head
TomasM 2017-12-14 17:56:02 -05:00
parent 3fceef5583
commit dc2c82afc3
1 changed files with 0 additions and 4 deletions

View File

@ -322,10 +322,6 @@ fs_options()
if [ "$1" = "vfat" ]; then
echo ",check=s,shortname=mixed,iocharset=utf8"
fi
if [ "$1" = "ntfs-3g" ]; then
echo ",acl"
fi
}