On Saturday 21 August 2010 13:46:43 Rem P Roberti wrote:
> > Rem P Roberti<remeg...@comcast.net>  пишет:
> >>    I have a 500GB USB HD which I am able mount thus:
> >>       mount_ntfs /dev/da2s1 /mnt
> >> 
> >> Having done so I can copy from the external drive, but not write to
> >> it. What is necessary to implement in order to be able to write to an
> >> external hard drive?
> >> 
> >> Rem
> > 
> > use the port /usr/ports/sysutils/fusefs-ntfs
> 
> Thanks for the tip.  I have installed the port and will give it a try,
> although I'm a little leery given Ryan's post.
> 
> Rem
> _______________________________________________
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to
> "freebsd-questions-unsubscr...@freebsd.org"

Don't forget to do this:

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

so you can mount your ntfs disk right from fstab.

I have all my vbox vdi files on an ntfs drive and I'm yet to have a problem 
with it.
-- 
Mario Lobo
http://www.mallavoodoo.com.br
FreeBSD since 2.2.8 [not Pro-Audio.... YET!!] (99% winfoes FREE)
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"

Reply via email to