From owner-freebsd-ports@FreeBSD.ORG Fri Jan 16 15:31:29 2015 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 65FC35DD for ; Fri, 16 Jan 2015 15:31:29 +0000 (UTC) Received: from mout.gmx.net (mout.gmx.net [212.227.17.21]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mout.gmx.net", Issuer "TeleSec ServerPass DE-1" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id EF986B9 for ; Fri, 16 Jan 2015 15:31:28 +0000 (UTC) Received: from walrus.pepperland ([81.217.76.60]) by mail.gmx.com (mrgmx101) with ESMTPSA (Nemesis) id 0Lm7MT-1Xco7D1Q4f-00Zeib; Fri, 16 Jan 2015 16:31:18 +0100 Message-ID: <54B92EC5.1070903@gmx.net> Date: Fri, 16 Jan 2015 16:31:17 +0100 From: Stefan Ehmann User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:31.0) Gecko/20100101 Thunderbird/31.4.0 MIME-Version: 1.0 To: Thomas Mueller , freebsd-ports@freebsd.org Subject: Re: Problems with fusefs-ntfs port References: <131547.96781.bm@smtp118.sbc.mail.ne1.yahoo.com> In-Reply-To: <131547.96781.bm@smtp118.sbc.mail.ne1.yahoo.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-Provags-ID: V03:K0:4OVJ3MnJMQ5pqunEVwaZO1MOFwl8V27jwV4f8guyK9n4aACQNs4 7x6KElG2zVJwJVeixKTL1fGFs8vgcUWVUfOUUOct79vEVqQTgxbwk0vNIiwOUgL9wrR4+yV 74GyCXt3AJRg4sWr+QKTGCp2IowRCsKbMvarZbB/C7C8Gb1qddJWTkCAtCoiPWhc3ECvjBJ bfybcHQKTaRjjh5xOfPZA== X-UI-Out-Filterresults: notjunk:1; X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Jan 2015 15:31:29 -0000 On 16.01.2015 06:38, Thomas Mueller wrote: > I've been having trouble with fusefs-ntfs on a Seagate BackupPlus hard drive, 5 TB, external USB 3.0. > > It wouldn't mount with ntfs-3g, but I was apparently able to copy (ntfscat) the files one-by-one, very inelegant and quite unworkable for anything other than a small number of files in a simple directory structure. > > Trying to mount Seagate BackupPlus with ntfs-3g /dev/da0s1 /media/zip0 > > fuse: failed to open fuse device: No such file or directory Check dmesg. IIRC this message indicates a missing kernel module (not a missing hard disk device).