mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
Do not override ntfs file systems with ntfs-3g. While FreeBSD does support
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>
This commit is contained in:
parent
45fe97aab7
commit
7fa27fc0e1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=189963
@ -8,7 +8,7 @@
|
||||
|
||||
PORTNAME= gnome-mount
|
||||
PORTVERSION= 0.6
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= sysutils gnome
|
||||
MASTER_SITES= http://people.freedesktop.org/~david/dist/
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
--- gnome-mount.schemas.in.orig Tue Apr 10 18:50:12 2007
|
||||
+++ gnome-mount.schemas.in Wed Apr 11 12:12:20 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>
|
||||
@ -36,3 +36,12 @@
|
||||
<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>
|
||||
|
Loading…
Reference in New Issue
Block a user