From owner-freebsd-questions@FreeBSD.ORG Thu Feb 6 14:21:13 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id EE50DAD5 for ; Thu, 6 Feb 2014 14:21:13 +0000 (UTC) Received: from mail-qc0-x22f.google.com (mail-qc0-x22f.google.com [IPv6:2607:f8b0:400d:c01::22f]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id AAD031A59 for ; Thu, 6 Feb 2014 14:21:13 +0000 (UTC) Received: by mail-qc0-f175.google.com with SMTP id x13so3147563qcv.20 for ; Thu, 06 Feb 2014 06:21:12 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=3ECRWzfOve49xnFrY+Hv9VRCAVF/H0ilh3QzX8J6np0=; b=z5uXmUjjh3h+k0M+xq8xi5gIZ4DRe/OndyBW663Ph8WZIwycELelnVYna+hQRjUwNV eJyzQEtaqxxxjFWYVakjlw+xFNoiQODooWrifHWNd1hSb1pyBgR6aFY5MHv1yamqeAkp hCCEeDJyF2/PR5UmoALxO55dUQbSkANfp2hknzc2sThCIJLuAVRRPOSLmL6cNIdbdICr 6oRw8bjZNT9Vj+3BvVJbS3EQ+sQp2OqUTorlr+AnzxJil2TEg7AkoS8Mv0aGMNR4gg80 ri+hQPCvaNhhGfpsD/ccitMl3/W2oumclRETI7mxEgDSQ1W+acdoIp1o+LlojPAHy9EG VZxw== MIME-Version: 1.0 X-Received: by 10.140.46.119 with SMTP id j110mr12265219qga.32.1391696472778; Thu, 06 Feb 2014 06:21:12 -0800 (PST) Sender: tomek.cedro@gmail.com Received: by 10.229.209.69 with HTTP; Thu, 6 Feb 2014 06:21:12 -0800 (PST) In-Reply-To: <20140206141452.2c21dca9@gumby.homeunix.com> References: <20140131150601.53ee40f4.freebsd@edvax.de> <20140202184546.1aa51b6f@gumby.homeunix.com> <20140206141452.2c21dca9@gumby.homeunix.com> Date: Thu, 6 Feb 2014 15:21:12 +0100 X-Google-Sender-Auth: SpbgvKUK44M8YxkZtiIT3X3azfw Message-ID: Subject: Re: UFS(2) portable driver for other OS From: CeDeROM To: RW Content-Type: text/plain; charset=UTF-8 Cc: FreeBSD Questions Mailing List 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:21:14 -0000 On Thu, Feb 6, 2014 at 3:14 PM, RW wrote: > On Thu, 6 Feb 2014 14:02:57 +0100 >> # mount -t ntfs-3g /dev/da0s1 /mnt/tmp >> mount: /dev/da0s1: Operation not supported by device > Do you have sysutils/fusefs-ntfs installed? Uhm, it was not installed, but, when installed I get the same error :-( # mount -t ntfs-3g /dev/ada0s1 /mnt/tmp mount: /dev/ada0s1: Operation not supported by device root@mercury:~ # pkg info fusefs-ntfs fusefs-ntfs-2012.1.15 Name : fusefs-ntfs Version : 2012.1.15 Origin : sysutils/fusefs-ntfs Architecture : freebsd:10:x86:64 Prefix : /usr/local Categories : sysutils Licenses : GPLv2 Maintainer : ports@FreeBSD.org WWW : http://www.tuxera.com/community/ntfs-3g-download/ Comment : Mount NTFS partitions (read/write) and disk images Options : LOCK : on UBLIO : on Shared Libs required: libublio.so.1 libntfs-3g.so.83 libfuse.so.2 Shared Libs provided: libntfs-3g.so.83 Flat size : 1.57MiB Description : The ntfs-3g driver is an open source, freely available read/write NTFS driver, which provides safe and fast handling of the Windows XP, Windows Server 2003 and Windows 2000 filesystems. Almost the full POSIX filesystem functionality is supported, the major exceptions are changing the file ownerships and the access rights. WWW: http://www.tuxera.com/community/ntfs-3g-download/ -- CeDeROM, SQ7MHZ, http://www.tomek.cedro.info