Skip to content

Commit

Permalink
antfs: add noatime option
Browse files Browse the repository at this point in the history
  • Loading branch information
hanwckf committed Oct 12, 2019
1 parent f78d236 commit f637639
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion trunk/user/scripts/automount.sh
Expand Up @@ -93,7 +93,7 @@ elif [ "$ID_FS_TYPE" == "ntfs" ] ; then
kernel_antfs=`modprobe -l | grep antfs`
if [ -n "$kernel_antfs" ]; then
func_load_module antfs
mount -t antfs "$dev_full" "$dev_mount" -o utf8,umask=0
mount -t antfs "$dev_full" "$dev_mount" -o noatime,utf8,umask=0
elif [ -n "$kernel_ufsd" ] ; then
func_load_module ufsd
mount -t ufsd "$dev_full" "$dev_mount" -o noatime,sparse,nls=utf8,force
Expand Down

0 comments on commit f637639

Please sign in to comment.