Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
cinepi committed Jan 30, 2023
1 parent bfc0412 commit 5ff345a
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 21 deletions.
2 changes: 1 addition & 1 deletion media-automount
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

# Default options to use for mounting
# AUTOMOUNT_OPTS='users'
AUTOMOUNT_OPTS='rw,noatime,discard,force,prealloc,showmeta,nohidden'
AUTOMOUNT_OPTS='rw,noatime,noacsrules,discard,force,prealloc,showmeta,nohidden'
# Default type to use for mounting
# AUTOMOUNT_TYPE='auto'
AUTOMOUNT_TYPE='ntfs3'
Expand Down
8 changes: 0 additions & 8 deletions media-automount.d/auto

This file was deleted.

5 changes: 0 additions & 5 deletions media-automount.d/hfsplus

This file was deleted.

3 changes: 1 addition & 2 deletions media-automount.d/ntfs3
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# -*- sh -*-

AUTOMOUNT_OPTS='rw,defaults,uid=1000,gid=1000,umask=777,errors=continue,noatime,discard,force,prealloc'
# Mount options to use for auto-mounting NTFS drives
AUTOMOUNT_OPTS='relatime,utf8,users,flush,discard'

AUTOMOUNT_TYPE="ntfs3"
5 changes: 0 additions & 5 deletions media-automount.d/vfat

This file was deleted.

0 comments on commit 5ff345a

Please sign in to comment.