Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 21 Aug 2010 20:24:14 +0300
From:      Elias Chrysocheris <eliaschr@cha.forthnet.gr>
To:        freebsd-questions@freebsd.org
Subject:   Re: External HD
Message-ID:  <201008212024.15223.eliaschr@cha.forthnet.gr>
In-Reply-To: <201008211403.02403.lobo@bsd.com.br>
References:  <4C6FFF79.1030808@comcast.net> <4C7002F3.2070709@comcast.net> <201008211403.02403.lobo@bsd.com.br>

next in thread | previous in thread | raw e-mail | index | archive | help
On Saturday 21 of August 2010 20:03:02 Mario Lobo wrote:
> On Saturday 21 August 2010 13:46:43 Rem P Roberti wrote:
> > > Rem P Roberti<remegius@comcast.net>  =D0=BF=D0=B8=D1=88=D0=B5=D1=82:
> > >>    I have a 500GB USB HD which I am able mount thus:
> > >>       mount_ntfs /dev/da2s1 /mnt
> > >>=20
> > >> 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?
> > >>=20
> > >> Rem
> > >=20
> > > use the port /usr/ports/sysutils/fusefs-ntfs
> >=20
> > 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.
> >=20
> > Rem
> > _______________________________________________
> > freebsd-questions@freebsd.org mailing list
> > http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> > To unsubscribe, send any mail to
> > "freebsd-questions-unsubscribe@freebsd.org"
>=20
> Don't forget to do this:
>=20
> cd /sbin
> mv -f mount_ntfs mount_ntfs-kern
> ln -s /usr/local/bin/ntfs-3g mount_ntfs
>=20
> so you can mount your ntfs disk right from fstab.
>=20
> I have all my vbox vdi files on an ntfs drive and I'm yet to have a probl=
em
> with it.

Well, I used to have an external NTFS hard drive. I used fusefs-ntfs and I=
=20
could write in the drive. But there were times where the machine crashed an=
d I=20
couldn't even get a core dump. It also stoped durong the core dump and=20
freezed... So I couldn't even place a PR for that...

That was in amd64 architecture

Best regards
Elias



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