From owner-freebsd-current@FreeBSD.ORG Thu May 8 17:10:58 2008 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 471E91065672; Thu, 8 May 2008 17:10:58 +0000 (UTC) (envelope-from ota@j.email.ne.jp) Received: from goro.asahi-net.or.jp (goro.asahi-net.or.jp [202.224.39.40]) by mx1.freebsd.org (Postfix) with ESMTP id BB6EB8FC25; Thu, 8 May 2008 17:10:55 +0000 (UTC) (envelope-from ota@j.email.ne.jp) Received: from j.asahi-net.or.jp (jetstar.asahi-net.or.jp [202.224.33.6]) by goro.asahi-net.or.jp (8.11.7/3.7W) with SMTP id m48GqHm07490; Fri, 9 May 2008 01:52:17 +0900 (JST) Received: by j.asahi-net.or.jp (ATSON-1) ; 9 May 2008 01:52:17 +0900 From: ota@j.email.ne.jp (Yoshihiro Ota) To: oberman@es.net Date: 9 May 2008 01:52:17 +0900 Mime-Version: 1.0 Lines: 33 Message-Id: <48232FC1.60794.001@leopold.j.asahi-net.or.jp> Content-Type: text/plain; charset="ISO-2022-JP" Cc: josh.carroll@gmail.com, freebsd-current@freebsd.org, cokane@freebsd.org Subject: Re: panic mounting ntfs X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 May 2008 17:10:58 -0000 >> Date: Wed, 7 May 2008 11:00:13 -0400 >> From: "Josh Carroll" >> Sender: owner-freebsd-current@freebsd.org >> >> > Have you tried the sysutils/fusefs-ntfs port instead? I hear that it is >> > supposed to have a pretty good success rate at giving Read/Write access >> > to NTFS partitions. >> >> I sure hadn't. Unfortunately, all I have now is the ntfs partition >> image, and fuse doesn't seem to like mounting the md device: >> >> root@dev:~# mount -t ntfs-3g /dev/md0 /mnt >> mount: /dev/md0 : Operation not supported by device >> >> I'll have to plug the drive directly into the -CURRENT box to try ntfs-3g. >> >> I have the data (partition image from the dd), so I can get the data. >> I was more concerned with mount -t ntfs panic'ing the box :) > >mount -t ntfs-3g doesn't work correctly at this time due to the changes >made for nmount. To get it working: >% cd /sbin >% mv mount_ntfs mount_ntfs.sav >% ln -s /usr/local/bin/ntfs-3g mount_ntfs > >With this, mounting with '-t ntfs' will work much better, though I can't >swear that you will be able to mount an md image. > >Alternatively, just use the mount-3g command directly: >% ntfs-3g /dev/md0 /mnt This one is another well known problem http://www.freebsd.org/cgi/query-pr.cgi?pr=bin/120784