opnsense-ports/sysutils/hal/files
Franco Fichtner d504969329 */*: sync with upstream
Taken from: FreeBSD
2016-09-23 04:00:28 +02:00
..
10-mouse-sysmouse.fdi ports: pull in a snapshot of the FreeBSD ports tree 2014-11-09 14:03:21 +01:00
extra-patch-tools_hal-storage-mount.c ports: pull in a snapshot of the FreeBSD ports tree 2014-11-09 14:03:21 +01:00
hald.in */*: sync with upstream 2016-08-25 05:02:30 +02:00
mount-fuse ports: pull in a snapshot of the FreeBSD ports tree 2014-11-09 14:03:21 +01:00
patch-doc_Makefile.in ports: pull in a snapshot of the FreeBSD ports tree 2014-11-09 14:03:21 +01:00
patch-fdi_policy_10osvendor_10-power-mgmt-policy.fdi ports: pull in a snapshot of the FreeBSD ports tree 2014-11-09 14:03:21 +01:00
patch-fdi_policy_10osvendor_10-x11-input.fdi ports: pull in a snapshot of the FreeBSD ports tree 2014-11-09 14:03:21 +01:00
patch-hald-runner_runner.c ports: pull in a snapshot of the FreeBSD ports tree 2014-11-09 14:03:21 +01:00
patch-hald_freebsd_addons_addon-storage.c ports: pull in a snapshot of the FreeBSD ports tree 2014-11-09 14:03:21 +01:00
patch-hald_freebsd_hf-devd.c ports: pull in a snapshot of the FreeBSD ports tree 2014-11-09 14:03:21 +01:00
patch-hald_freebsd_hf-devtree.c ports: pull in a snapshot of the FreeBSD ports tree 2014-11-09 14:03:21 +01:00
patch-hald_freebsd_hf-drm.c ports: pull in a snapshot of the FreeBSD ports tree 2014-11-09 14:03:21 +01:00
patch-hald_freebsd_hf-memcard.c ports: pull in a snapshot of the FreeBSD ports tree 2014-11-09 14:03:21 +01:00
patch-hald_freebsd_hf-memcard.h ports: pull in a snapshot of the FreeBSD ports tree 2014-11-09 14:03:21 +01:00
patch-hald_freebsd_hf-scsi.c */*: sync with upstream 2016-09-23 04:00:28 +02:00
patch-hald_freebsd_hf-usb.c ports: pull in a snapshot of the FreeBSD ports tree 2014-11-09 14:03:21 +01:00
patch-hald_freebsd_hf-usb2.c ports: pull in a snapshot of the FreeBSD ports tree 2014-11-09 14:03:21 +01:00
patch-hald_freebsd_hf-volume.c ports: pull in a snapshot of the FreeBSD ports tree 2014-11-09 14:03:21 +01:00
patch-hald_freebsd_Makefile.in ports: pull in a snapshot of the FreeBSD ports tree 2014-11-09 14:03:21 +01:00
patch-hald_freebsd_probe-usb2-device.c ports: pull in a snapshot of the FreeBSD ports tree 2014-11-09 14:03:21 +01:00
patch-hald_freebsd_probing_Makefile.am ports: pull in a snapshot of the FreeBSD ports tree 2014-11-09 14:03:21 +01:00
patch-hald_freebsd_probing_Makefile.in ports: pull in a snapshot of the FreeBSD ports tree 2014-11-09 14:03:21 +01:00
patch-hald_freebsd_probing_probe-storage.c ports: pull in a snapshot of the FreeBSD ports tree 2014-11-09 14:03:21 +01:00
patch-hald_freebsd_probing_probe-usb2-interface.c ports: pull in a snapshot of the FreeBSD ports tree 2014-11-09 14:03:21 +01:00
patch-hald_freebsd_probing_probe-video4linux.c */*: sync with upstream 2015-08-24 08:33:14 +02:00
patch-hald_freebsd_probing_probe-volume.c ports: pull in a snapshot of the FreeBSD ports tree 2014-11-09 14:03:21 +01:00
patch-hald_hf-storage.c ports: pull in a snapshot of the FreeBSD ports tree 2014-11-09 14:03:21 +01:00
patch-Makefile.in ports: pull in a snapshot of the FreeBSD ports tree 2014-11-09 14:03:21 +01:00
patch-tools_hal-storage-eject.c ports: pull in a snapshot of the FreeBSD ports tree 2014-11-09 14:03:21 +01:00
patch-tools_hal-storage-mount.c ports: pull in a snapshot of the FreeBSD ports tree 2014-11-09 14:03:21 +01:00
patch-tools_hal-storage-shared.c ports: pull in a snapshot of the FreeBSD ports tree 2014-11-09 14:03:21 +01:00
pkg-deinstall.in ports: pull in a snapshot of the FreeBSD ports tree 2014-11-09 14:03:21 +01:00
pkg-install.in ports: pull in a snapshot of the FreeBSD ports tree 2014-11-09 14:03:21 +01:00
README.fuse ports: pull in a snapshot of the FreeBSD ports tree 2014-11-09 14:03:21 +01: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.