freebsd-ports/sysutils/hal/files
Joe Marcus Clarke 5f7c107d66 Check to see if "/dev/usb " exists, and if it does, don't try to
initialize USB support.  This will keep hald from taking up 100% CPU
on usb2 -CURRENT systems.
2009-02-16 04:53:51 +00:00
..
10-mouse-sysmouse.fdi
extra-patch-tools_hal-storage-mount.c
hald.in Take another stab at fixing mouse support in X. This approach eliminates 2009-01-26 17:55:44 +00:00
mount-fuse Presenting GNOME 2.24 for FreeBSD. 2009-01-10 05:22:13 +00:00
patch-consolekit03 Presenting GNOME 2.24 for FreeBSD. 2009-01-10 05:22:13 +00:00
patch-doc_Makefile.in
patch-fdi_policy_10osvendor_10-power-mgmt-policy.fdi - Do not search for Linux-specific hald-addon-acpi module. 2009-02-02 22:33:22 +00:00
patch-fdi_policy_10osvendor_10-x11-input.fdi When changing the input.device property we need to remove the property 2009-01-24 07:26:34 +00:00
patch-hal.conf.in Quiet the syslog messages from hal. 2009-01-31 21:49:13 +00:00
patch-hald_freebsd_addons_addon-mouse.c Take another stab at fixing mouse support in X. This approach eliminates 2009-01-26 17:55:44 +00:00
patch-hald_freebsd_addons_addon-storage.c
patch-hald_freebsd_addons_Makefile.in Presenting GNOME 2.24 for FreeBSD. 2009-01-10 05:22:13 +00:00
patch-hald_freebsd_clock
patch-hald_freebsd_hf-acpi.c - Do not allow openning /dev/sysmouse multiple times. When there are 2009-02-04 17:45:32 +00:00
patch-hald_freebsd_hf-devtree.c - Do not search for Linux-specific hald-addon-acpi module. 2009-02-02 22:33:22 +00:00
patch-hald_freebsd_hf-usb.c Check to see if "/dev/usb " exists, and if it does, don't try to 2009-02-16 04:53:51 +00:00
patch-hald_freebsd_hf-volume.c Presenting GNOME 2.24 for FreeBSD. 2009-01-10 05:22:13 +00:00
patch-hald_freebsd_probing_Makefile.am Take another stab at fixing mouse support in X. This approach eliminates 2009-01-26 17:55:44 +00:00
patch-hald_freebsd_probing_Makefile.in Take another stab at fixing mouse support in X. This approach eliminates 2009-01-26 17:55:44 +00:00
patch-hald_freebsd_probing_probe-mouse.c - Do not allow openning /dev/sysmouse multiple times. When there are 2009-02-04 17:45:32 +00:00
patch-hald_freebsd_probing_probe-storage.c Add two additional properties to disc media so that applications can 2009-01-16 04:48:31 +00:00
patch-hald_freebsd_probing_probe-volume.c
patch-hald_hf-storage.c
patch-Makefile.in
patch-tools_hal-storage-eject.c Presenting GNOME 2.24 for FreeBSD. 2009-01-10 05:22:13 +00:00
patch-tools_hal-storage-mount.c Presenting GNOME 2.24 for FreeBSD. 2009-01-10 05:22:13 +00:00
patch-tools_hal-storage-shared.c Presenting GNOME 2.24 for FreeBSD. 2009-01-10 05:22:13 +00:00
pkg-deinstall.in
pkg-install.in
README.fuse Presenting GNOME 2.24 for FreeBSD. 2009-01-10 05:22:13 +00:00

Mounting Fuse File Systems with HAL
-----------------------------------

$FreeBSD$

Hal supports mounting Fuse device-backed file systems (e.g. NTFS).  To enable
this feature, copy the included %%LOCALBASE%%/share/hal/mount-fuse script
to /sbin.  Make sure this script is executable.  Edit the script, and change
the FUSE_HELPER environment variable to the name of the executable which
will actually mount the Fuse volume (e.g. for NTFS, this is ``ntfs-3g'').

Finally, the script must be renamed to ``mount_FSNAME''.  FSNAME is the name
of the file system type (e.g. for NTFS, this is ``ntfs'').  If there is
already an executable in /sbin or /usr/sbin with this name, the
existing executable must be renamed or deleted.

As is stated in the examples above, overriding FreeBSD's existing NTFS
support with Fuse's ntfs-3g is the most common use case for this.  The
ntfs-3g Fuse driver uses different mount options than FreeBSD's included
mount_ntfs.  GNOME transparently supports switching between ntfs and
ntfs-3g.  Simply edit the following GConf key in the GNOME
Configuration Editor (i.e. gconf-editor):

/system/storage/default_options/ntfs/fstype_override

Set the value to ``ntfs-3g'', then add your desired ntfs-3g options to the
following GConf key:

/system/storage/default_options/ntfs-3g/mount_options

Other desktop systems may have similar options.