From owner-freebsd-questions@FreeBSD.ORG Mon Oct 26 03:03:22 2009 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 402E1106568F for ; Mon, 26 Oct 2009 03:03:22 +0000 (UTC) (envelope-from bernt@bah.homeip.net) Received: from feeder.usenet4all.se (1-1-1-38a.far.sth.bostream.se [82.182.32.53]) by mx1.freebsd.org (Postfix) with ESMTP id B73038FC21 for ; Mon, 26 Oct 2009 03:03:21 +0000 (UTC) Received: from kw.homeip.net (c80-217-70-227.bredband.comhem.se [80.217.70.227]) by feeder.usenet4all.se (8.13.1/8.13.1) with ESMTP id n9Q33Ikl002044; Mon, 26 Oct 2009 04:03:19 +0100 (CET) (envelope-from bernt@bah.homeip.net) Message-ID: <4AE51171.1040207@bah.homeip.net> Date: Mon, 26 Oct 2009 04:03:13 +0100 From: Bernt Hansson User-Agent: slrn/1.0.8 (FreeBSD) MIME-Version: 1.0 To: rob1940@gmail.com References: <4AE4EE38.4050609@otenet.gr> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: WD External Disc Drive 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: Mon, 26 Oct 2009 03:03:22 -0000 Rob Hurle said the following on 2009-10-26 02:33: > freebsd [12:12] /usr/ports#ll /dev/da0s1 > crw-r----- 1 root operator 0, 122 26 Oct 09:02 /dev/da0s1 > freebsd [12:12] /usr/ports#ntfs-3g -o rw /dev/da0s1 /mnt > fuse: failed to open fuse device: No such file or directory kldload fusefs What does ls -la /dev/da* show you. > So the device is there, but ntfs-3g fails to see it. Probably kldload fusefs isn't loaded (until Saturday) > Obviously > mount_ntfs sees it OK, from my previous experiments. ntfs-3g.probe > exits with no errors, so it appears that it can see it OK: > > freebsd [12:32] ~#ntfs-3g.probe --readwrite /dev/da0s1 > freebsd [12:32] ~# > > Is there something else that I need to install? > >> If you are not going to use the disc to transfer data between Windows >> and FreeBSD, I would advise you to repartition the disk and create an >> NTFS partition for your windows data and a FreeBSD partition in UFS > > Unfortunately, this is not the case. I need to transfer between > FreeBSD and Windows, both ways :-( Thanks again. > > Rob Hurle