Apart from downloading the packages, all the steps below have to be executed as root.
# If ntfs-3g was already installed :
pkgrm ntfs-3g
# On any computer :
unzip -x ntfs-3g_ntfsprogs-2013.1.13AR.2.pkg.zip
pkgadd -d ntfs-3g_ntfsprogs-2013.1.13AR.2.pkg all
# Alternately, on 64-bit computers only :
unzip -x ntfs-3g_ntfsprogs-2013.1.13AR.2.pkg64.zip
pkgadd -d ntfs-3g_ntfsprogs-2013.1.13AR.2.pkg64 all
# If a fuse kernel module was already installed :
pkgrm fusefs
# Anyway :
unzip -x fuse-kernel-1.1AR.2.pkg.zip
pkgadd -d fuse-kernel-1.1AR.2.pkg all
# The commands below only for the first installation
add_drv -m 'fuse 0666 root sys' fuse
ln -s /devices/pseudo/fuse@0:fuse /dev/fuse
# Rebooting may be needed to use the new module
# device path and mount point to be adjusted to configuration
mount -F lowntfs /dev/dsk/c2t1d0p1 /mnt/windows
Of course you can recompile the driver and utilities from the
provided source tarball. Doing so, you may use either the FUSE
library from the tarball, or an external one, such as the one available
from the SFE repository.
ntfs-3g is distributed according to GPL v2 or
higher,
and the fuse library is distributed according to GPL v2 only.
|
release |
Source tarball |
|
| OpenIndiana package
(32-bit executables) (1) |
|
|
| OpenIndiana package (64-bit executables) (2) | ntfs-3g_ntfsprogs-2013.1.13AR.2.pkg64.zip | |
| 2013.1.13AR.1 release |
Source tarball | ntfs-3g_ntfsprogs-2013.1.13AR.1.tgz |
| OpenIndiana
package
(32-bit executables) (1) |
ntfs-3g_ntfsprogs-2013.1.13AR.1.pkg.zip | |
| OpenIndiana package (64-bit executables) (2) | ntfs-3g_ntfsprogs-2013.1.13AR.1.pkg64.zip | |
| Global |
Changelog |
changelog |
Below are the fuse kernel module source files and the pluggable
kernel modules. Users wanting to use OpenIndiana standard
tools have
to get the development files from
github. Compiling a kernel module also requires the kernel
headers which you have to collect from OpenIndiana.
The compiled kernel module and the source files are also available
from the SFE repository.
The fuse kernel module for OpenIndiana is
distributed according
to CDDL and/or BSD-type license.
|
release |
Source tarball |
|
| Kernel module (3) |
|
|
| 1.1AR.1 release |
Source tarball | fuse-kernel-1.1AR.1.tgz |
| Kernel module (3) | fuse-kernel-1.1AR.1.pkg.zip | |
| Global |
Changelog |
fuse-kernel-changelog |
To report any problem, please post to the support forum hosted by Tuxera