Clean system group IDs
[hvlinux.git] / stage2 / misc / udev / 11-sd-card-automount.rules
index de62336..9112993 100644 (file)
@@ -16,7 +16,7 @@ ACTION=="add", RUN+="/bin/mkdir -p '/media/%E{dir_name}'"
 ACTION=="add", ENV{mount_options}="relatime"
 # Filesystem specific options
 ACTION=="add", IMPORT{program}="/sbin/blkid -o udev -p %N"
-ACTION=="add", ENV{ID_FS_TYPE}=="vfat|ntfs", ENV{mount_options}="$env{mount_options},utf8,gid=100,umask=002"
+ACTION=="add", ENV{ID_FS_TYPE}=="vfat|ntfs", ENV{mount_options}="$env{mount_options},utf8,gid=98,umask=002"
 
 # automount all other filesystems
 ACTION=="add", ENV{ID_FS_TYPE}!="ntfs", RUN+="/bin/mount -t auto -o %E{mount_options} /dev/%k '/media/%E{dir_name}'"