From owner-freebsd-questions@FreeBSD.ORG Thu Feb 6 14:14:57 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D0E3177B for ; Thu, 6 Feb 2014 14:14:57 +0000 (UTC) Received: from mail-wg0-x22d.google.com (mail-wg0-x22d.google.com [IPv6:2a00:1450:400c:c00::22d]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 63DC2198B for ; Thu, 6 Feb 2014 14:14:57 +0000 (UTC) Received: by mail-wg0-f45.google.com with SMTP id n12so1298067wgh.0 for ; Thu, 06 Feb 2014 06:14:55 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=20120113; h=date:from:to:subject:message-id:in-reply-to:references:mime-version :content-type:content-transfer-encoding; bh=HFeSaikZR67U4OVCQ+3BrKvZbGz67nwtbY5HSWG6pic=; b=YeqLAYGT1/0hhg0/uXHeWRo+5wkn1qHYqD6UHSAXsLn2a25yVoim/5KoMdF9voehqV VtmAAsIvxLk58TtgxzPRRlXuqIKNk0UAFDml3X6GDieVrGADzlJ7dQrMvZgskIgqlRHs VckRndoBK+SEZaN/bD8caWhsJpI7v/PEw2DM2b8sKpdU/uZf3XADQJJ/qlw31nGrQRfj /9efEOcT3LyywuElv8aS3YG3Xt/jVYXkduV38YvB/sCzhxIhDhgb8duFxuduzHBS6GFI 7+zrV7FotEo61xf5TjL9O6qEJlPkB2Bjbxz+a/4OJ71H3JnWJoC1DH/5itRxqaorUt4H ZRwA== X-Received: by 10.181.11.169 with SMTP id ej9mr21639894wid.18.1391696095771; Thu, 06 Feb 2014 06:14:55 -0800 (PST) Received: from gumby.homeunix.com (4e567035.skybroadband.com. [78.86.112.53]) by mx.google.com with ESMTPSA id hy8sm2732855wjb.2.2014.02.06.06.14.53 for (version=SSLv3 cipher=RC4-SHA bits=128/128); Thu, 06 Feb 2014 06:14:54 -0800 (PST) Date: Thu, 6 Feb 2014 14:14:52 +0000 From: RW To: freebsd-questions@freebsd.org Subject: Re: UFS(2) portable driver for other OS Message-ID: <20140206141452.2c21dca9@gumby.homeunix.com> In-Reply-To: References: <20140131150601.53ee40f4.freebsd@edvax.de> <20140202184546.1aa51b6f@gumby.homeunix.com> X-Mailer: Claws Mail 3.9.3 (GTK+ 2.24.22; amd64-portbld-freebsd10.0) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Feb 2014 14:14:57 -0000 On Thu, 6 Feb 2014 14:02:57 +0100 CeDeROM wrote: > On Sun, Feb 2, 2014 at 7:45 PM, RW wrote: > > In FreeBSD 10 the new fuse ntfs is much better than any previous > > ntfs support. > > On a freshly ntfs formatted pendrive I get: > > # mount -t ntfs-3g /dev/da0s1 /mnt/tmp > mount: /dev/da0s1: Operation not supported by device Do you have sysutils/fusefs-ntfs installed?