7fa27fc0e1
fusefs and ntfs-3g, FreeBSD HAL currently does not have support for mounting fusefs file systems like there exists on Linux. Fuse ntfs-3g users interested in this support should contact freebsd-gnome to help with testing. Reported by: Volker <volker@vwsoft.com>
47 lines
2.5 KiB
Text
47 lines
2.5 KiB
Text
--- 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 @@
|
|
<applyto>/system/storage/default_options/vfat/mount_options</applyto>
|
|
<type>list</type>
|
|
<list_type>string</list_type>
|
|
- <default>[shortname=lower,uid=]</default>
|
|
+ <default>[longnames,-u=]</default>
|
|
<locale name="C">
|
|
<short>Default mount options for vfat fs</short>
|
|
<long>A list of default mount options for volumes formatted with the vfat file system.</long>
|
|
@@ -18,7 +18,7 @@
|
|
<applyto>/system/storage/default_options/iso9660/mount_options</applyto>
|
|
<type>list</type>
|
|
<list_type>string</list_type>
|
|
- <default>[uid=]</default>
|
|
+ <default>[]</default>
|
|
<locale name="C">
|
|
<short>Default mount options for iso9660 fs</short>
|
|
<long>A list of default mount options for volumes formatted with the iso9660 file system.</long>
|
|
@@ -30,7 +30,7 @@
|
|
<applyto>/system/storage/default_options/udf/mount_options</applyto>
|
|
<type>list</type>
|
|
<list_type>string</list_type>
|
|
- <default>[uid=]</default>
|
|
+ <default>[]</default>
|
|
<locale name="C">
|
|
<short>Default mount options for udf fs</short>
|
|
<long>A list of default mount options for volumes formatted with the udf file system.</long>
|
|
@@ -42,7 +42,7 @@
|
|
<applyto>/system/storage/default_options/ntfs/mount_options</applyto>
|
|
<type>list</type>
|
|
<list_type>string</list_type>
|
|
- <default>[umask=222]</default>
|
|
+ <default>[-m=755]</default>
|
|
<locale name="C">
|
|
<short>Default mount options for ntfs fs</short>
|
|
<long>A list of default mount options for volumes formatted with the ntfs file system.</long>
|
|
@@ -52,7 +52,7 @@
|
|
<key>/schemas/system/storage/default_options/ntfs/fstype_override</key>
|
|
<applyto>/system/storage/default_options/ntfs/fstype_override</applyto>
|
|
<type>string</type>
|
|
- <default>ntfs-3g</default>
|
|
+ <default></default>
|
|
<locale name="C">
|
|
<short>When 'ntfs' is detected, what file system driver to use by default</short>
|
|
<long>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.</long>
|