Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 28 Oct 2009 20:45:06 -0300
From:      Mario Lobo <mlobo@digiart.art.br>
To:        freebsd-questions@freebsd.org
Subject:   Re: win 7 dual boot
Message-ID:  <200910282045.06397.mlobo@digiart.art.br>
In-Reply-To: <4AE7A843.4060300@gmail.com>
References:  <4AE7A843.4060300@gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tuesday 27 October 2009 23:11:15 Aryeh M. Friedman wrote:
> Completely side question I use sysutils/fusefs-ntfs to mount my vista
> partition do I need to change anything in my /etc/rc.d/* hierachy and/or
> /etc/fstab  after installing win 7 (I use a direct call to ntfs-3g
> instead of via the mount patch [which doesn't work on 8.0-XXX it seems
> {I am on RC2 right now}]?

I have FreeBSD papi 8.0-RC1 and fusefs works perfectly via mount & fstab.

Did you replace the original mount_ntfs with ntfs-3g like bellow?

cd /sbin
mv -f mount_ntfs mount_ntfs-kern
ln -s /usr/local/bin/ntfs-3g mount_ntfs


After that, any call to mount_ntfs will grant RW to the disk.


-- 
Mario Lobo
http://www.mallavoodoo.com.br
FreeBSD since version 2.2.8 [not Pro-Audio.... YET!!] (99,7% winedows FREE)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200910282045.06397.mlobo>