--- gnome-mount.schemas.in.orig Tue Apr 10 18:50:12 2007 +++ gnome-mount.schemas.in Sat Apr 14 14:49:22 2007 @@ -6,7 +6,7 @@ /system/storage/default_options/vfat/mount_options list string - [shortname=lower,uid=] + [longnames,-u=] Default mount options for vfat fs A list of default mount options for volumes formatted with the vfat file system. @@ -18,7 +18,7 @@ /system/storage/default_options/iso9660/mount_options list string - [uid=] + [] Default mount options for iso9660 fs A list of default mount options for volumes formatted with the iso9660 file system. @@ -30,7 +30,7 @@ /system/storage/default_options/udf/mount_options list string - [uid=] + [] Default mount options for udf fs A list of default mount options for volumes formatted with the udf file system. @@ -42,7 +42,7 @@ /system/storage/default_options/ntfs/mount_options list string - [umask=222] + [-m=755] Default mount options for ntfs fs A list of default mount options for volumes formatted with the ntfs file system. @@ -52,7 +52,7 @@ /schemas/system/storage/default_options/ntfs/fstype_override /system/storage/default_options/ntfs/fstype_override string - ntfs-3g + When 'ntfs' is detected, what file system driver to use by default The name of the file system driver to use by default when 'ntfs' is detected. This is useful for configuring the system to use the 'ntfs-3g' driver for all 'ntfs' file systems by default. User can still choose to use the 'ntfs' file system driver by overriding it per-volume or on the command line.