From owner-freebsd-current@FreeBSD.ORG Wed May 7 17:57:33 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 0199F1065676; Wed, 7 May 2008 17:57:33 +0000 (UTC) (envelope-from SRS0=774187f1f53bf2e4cc21a8e01b82a629112aa21f=694=es.net=oberman@es.net) Received: from postal1.es.net (postal1.es.net [IPv6:2001:400:14:3::6]) by mx1.freebsd.org (Postfix) with ESMTP id 61F5B8FC28; Wed, 7 May 2008 17:57:32 +0000 (UTC) (envelope-from SRS0=774187f1f53bf2e4cc21a8e01b82a629112aa21f=694=es.net=oberman@es.net) Received: from ptavv.es.net (ptavv.es.net [198.128.4.29]) by postal1.es.net (Postal Node 1) with ESMTP (SSL) id NWM78530; Wed, 07 May 2008 10:57:30 -0700 Received: from ptavv.es.net (ptavv.es.net [127.0.0.1]) by ptavv.es.net (Tachyon Server) with ESMTP id D5ACB4501A; Wed, 7 May 2008 10:57:30 -0700 (PDT) To: josh.carroll@gmail.com In-Reply-To: Your message of "Wed, 07 May 2008 11:00:13 EDT." <8cb6106e0805070800m46101f21sa8298b33e82bbfbd@mail.gmail.com> Mime-Version: 1.0 Content-Type: multipart/signed; boundary="==_Exmh_1210183050_11064P"; micalg=pgp-sha1; protocol="application/pgp-signature" Content-Transfer-Encoding: 7bit Date: Wed, 07 May 2008 10:57:30 -0700 From: "Kevin Oberman" Message-Id: <20080507175730.D5ACB4501A@ptavv.es.net> X-Sender-IP: 198.128.4.29 X-Sender-Domain: es.net X-Recipent: ; ; ; X-Sender: X-To_Name: X-To_Domain: gmail.com X-To: josh.carroll@gmail.com X-To_Email: josh.carroll@gmail.com X-To_Alias: josh.carroll Cc: freebsd-current@freebsd.org, Coleman Kane 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: Wed, 07 May 2008 17:57:33 -0000 --==_Exmh_1210183050_11064P Content-Type: text/plain; charset=us-ascii Content-Disposition: inline > 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 -- R. Kevin Oberman, Network Engineer Energy Sciences Network (ESnet) Ernest O. Lawrence Berkeley National Laboratory (Berkeley Lab) E-mail: oberman@es.net Phone: +1 510 486-8634 Key fingerprint:059B 2DDF 031C 9BA3 14A4 EADA 927D EBB3 987B 3751 --==_Exmh_1210183050_11064P Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.9 (FreeBSD) Comment: Exmh version 2.5 06/03/2002 iD8DBQFIIe2Kkn3rs5h7N1ERAmSlAJ4wUfjB2ZlTGG746aBbzsoKF1YFkwCfTHUx vWNYstzCiSuqqjrCCVPPkD0= =HT1d -----END PGP SIGNATURE----- --==_Exmh_1210183050_11064P--