do not use acl on ntfs-3g yet
parent
3fceef5583
commit
dc2c82afc3
|
|
@ -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
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue