From owner-freebsd-current@FreeBSD.ORG Sun Oct 21 13:04:48 2012 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id EC2BCA12 for ; Sun, 21 Oct 2012 13:04:48 +0000 (UTC) (envelope-from asmrookie@gmail.com) Received: from mail-lb0-f182.google.com (mail-lb0-f182.google.com [209.85.217.182]) by mx1.freebsd.org (Postfix) with ESMTP id 6DF038FC0A for ; Sun, 21 Oct 2012 13:04:47 +0000 (UTC) Received: by mail-lb0-f182.google.com with SMTP id b5so1475234lbd.13 for ; Sun, 21 Oct 2012 06:04:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:reply-to:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; bh=VtdNRE9gJr1WPpLBlN6VWFF6h4hnOPnHoDQa6Eeks+0=; b=yZxTlJroIUF6lNlSj2FWE85NtrqTEQMS/wocJZM77GwbdAcUryGQq5JO5jzSIhS4Wm d/RLAS9uUnFGkVY22geuW9q5DKz9r5nP9OxYAf+zGTgu1V4KFI6DV7XPFkNeG3tJG+u+ dfsVglm+GNibqQeQ3ORSxBQHkAiaf5W4WwCo0ZL7fMJjJ21wTjLGSls/EiruFcZIjsGb nPtYFUAiPRzWaoxaMXt+DvlP3vrcA8cVNnHsBUKhGLsmnPr3sI4FRAIkvaK/Bj5kQ49q SHEOMKVyY2IQ+tRSLr+xDKM+Th418rkFPGXEUeeOBHeyuM5V76IwXPcbZr+/yCxnQ2H7 fUhQ== MIME-Version: 1.0 Received: by 10.112.82.103 with SMTP id h7mr2556643lby.50.1350824686890; Sun, 21 Oct 2012 06:04:46 -0700 (PDT) Sender: asmrookie@gmail.com Received: by 10.112.30.37 with HTTP; Sun, 21 Oct 2012 06:04:46 -0700 (PDT) In-Reply-To: <20121021115336.AAA7CD4813A@smtp5-g21.free.fr> References: <20121021115336.AAA7CD4813A@smtp5-g21.free.fr> Date: Sun, 21 Oct 2012 14:04:46 +0100 X-Google-Sender-Auth: 8XI5PXOyc27SkavCdEg8SU8Vz-8 Message-ID: Subject: Re: mounting ntfs partition From: Attilio Rao To: Raoul Content-Type: text/plain; charset=UTF-8 Cc: freebsd-current@freebsd.org X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: attilio@FreeBSD.org List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 21 Oct 2012 13:04:49 -0000 On Sun, Oct 21, 2012 at 12:53 PM, Raoul wrote: > Hi, > > Trying to mount a partition from type ntfs > with the following conditions i get: > > R241700, with fusefs-libs in sync. > > kldload fuse > fuse loaded > mount -t ntfs /dev/daXsX > not supported! > mount_ntfs /dev/daXsX > no such file or directory! > > in the second case, truss will report: > sysctl "", ... > which mean that the path is empty of course. > > Perhaps i miss something??? Try ntfs-3g /dev/daXsX /mnt/ntfs/ Attilio -- Peace can only be achieved by understanding - A. Einstein