On Fri, Jun 14, 2013 at 11:18:43PM +0200, Sylvestre Gallon wrote: > On Fri, Jun 14, 2013 at 2:52 PM, Paul Irofti <[email protected]> wrote: > > Here's a first revision of ntfs-3g. Read write works for me (tm). > > > > There are a plethora of things you'll need to do before being able to > > use it thought. Here goes: > > > > 1. In /usr/src/sys/conf/GENERIC add > > option FUSE > > pseduo-device fuse 10 > > > > 2. Build a new kernel and boot with it. > > > > 3. In /usr/src/lib/libfuse: > > - patch with: > > http://www.pmbsd.org/patch-default-values > > http://www.pmbsd.org/patch-fuse-get-context > > http://www.pmbsd.org/patch-fuse-version > > > > - run make depend && make includes && make && make install > > > > 4. Build and install the port > > > > 5. # ntfs-3g /dev/sdXi /mnt > > > > 6. ... > > > > 7. Profit! > > > > > > Now the patches for libfuse should go in pretty soon. > > The kernel enabling bits, I don't know when. > > The patches for libfuse are now in.
Cool! The port has been imported as well. So the only bits that need tweaking are the kernel bits.
