From owner-freebsd-questions@FreeBSD.ORG Tue Nov 27 19:56:08 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EB12616A41A for ; Tue, 27 Nov 2007 19:56:08 +0000 (UTC) (envelope-from caioabecia@yahoo.com.br) Received: from smtp107.mail.mud.yahoo.com (smtp107.mail.mud.yahoo.com [209.191.85.217]) by mx1.freebsd.org (Postfix) with SMTP id BC5BF13C465 for ; Tue, 27 Nov 2007 19:56:08 +0000 (UTC) (envelope-from caioabecia@yahoo.com.br) Received: (qmail 73704 invoked from network); 27 Nov 2007 19:56:07 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com.br; h=Received:Message-ID:From:To:References:Subject:Date:MIME-Version:Content-Type:Content-Transfer-Encoding:X-Priority:X-MSMail-Priority:X-Mailer:X-MimeOLE:X-Antivirus:X-Antivirus-Status; b=JWiv2PaFmqde5dF6sFTNKV0yYLre3UP9D7dQiSUEWOvG0rIIXMHVSPNHKEmxaY9GY0Kp2E+dajoq1XaPogRpgLUKg+I8MMr8AzGYCU56ujVTp5e7t/c1iOPaY/VGo+srJTtvkKHqxhPhR0uTJt1PBi+UOoCbnPSW2K5Cyf2lg+I= ; Received: from unknown (HELO riodejaneiro) (caioabecia@200.162.219.207 with login) by smtp107.mail.mud.yahoo.com with SMTP; 27 Nov 2007 19:56:06 -0000 Message-ID: <008001c83130$337d2590$530210ac@riodejaneiro> From: "Caio Figueiredo Abecia" To: References: <474BE464.3010208@gmail.com><20071127173251.GC76551@gizmo.acns.msu.edu> <003401c83124$b9c1ab00$530210ac@riodejaneiro> Date: Tue, 27 Nov 2007 18:00:44 -0200 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=response Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.3138 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3138 X-Antivirus: avast! (VPS 071127-0, 27/11/2007), Outbound message X-Antivirus-Status: Clean Subject: Re: BSDs support for NTFS read-write (using ntfs-3g) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Nov 2007 19:56:09 -0000 Hey, I'm new to bsd too. Here's my contribution: :) To install NTFS-3G from ports: First make sure you have the freebsd source code. Then login as root. Go to: /usr/ports/sysutils/fusefs-ntfs Then type: #: make install clean To use it you have to load first the kernel module by typing: #: kldload Then mount the ntfs partition using: #: ntfs-3g /dev/ad0s1 /mnt/windows That's it. ----- Original Message ----- From: "Caio Figueiredo Abecia" To: "Jerry McAllister" ; Cc: Sent: Tuesday, November 27, 2007 4:38 PM Subject: Re: BSDs support for NTFS read-write (using ntfs-3g) > Hi, > > This week I have tested NTFS-3G in Freebsd (pc-bsd) with success. > It's quite simple. > > I'm busy at the moment but I'll reply this e-mail more late with the > step-by-step to make NTFS-3G works if you want. > > []'s > > ----- Original Message ----- > From: "Jerry McAllister" > To: > Cc: > Sent: Tuesday, November 27, 2007 3:32 PM > Subject: Re: BSDs support for NTFS read-write (using ntfs-3g) > > >> On Tue, Nov 27, 2007 at 05:33:24PM +0800, williamkow@gmail.com wrote: >> >>> I am newbie of FreeBSD and I have been trying to learn other O/S and I >>> have chosen OpenSUSE and using it for quite some time, would like to try >>> others, example FreeBSD, PC-BSD or DesktopBSD. Before anythings, I do >>> some reading and found out that the read-only support for NTFS >>> partition, see >>> http://en.wikipedia.org/wiki/Comparison_of_BSD_operating_systems (at >>> the "Technical Information" section) >>> >>> However, the NTFS partition is still important for me with read/write >>> access by any new O/S, due to my main storage of my data files are in >>> NTFS partition (external harddisk) that will then be connected to other >>> computer (Microsoft Windows). Could you please advise me whether the >>> ntfs-3g command can be (ported) used in BSDs for read-write access to >>> NTFS. Thank you. >> >> Someone on the list claimed good success just yesterday or the day >> before. >> Check in the questions archive. So far, I have only used NTFS in >> read only on FreeBSD, but if the ntfs-3g works it could be just what >> you want. >> >> ////jerry >> >>> _______________________________________________ >>> 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" >> _______________________________________________ >> 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" > > _______________________________________________ > 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"