diff --git a/livekitlib b/livekitlib index 3c6c633..fea34ec 100644 --- a/livekitlib +++ b/livekitlib @@ -249,9 +249,6 @@ fs_options() if [ "$1" = "vfat" ]; then echo "-o check=s,shortname=mixed,iocharset=utf8" fi - if [ "$1" = "ntfs-3g" ]; then - echo "-- -o attr_timeout=300,entry_timeout=300,negative_timeout=300,kernel_cache,allow_other" - fi }