From owner-freebsd-current@FreeBSD.ORG Wed May 7 15:21:39 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 1BA121065671 for ; Wed, 7 May 2008 15:21:39 +0000 (UTC) (envelope-from josh.carroll@gmail.com) Received: from gv-out-0910.google.com (gv-out-0910.google.com [216.239.58.184]) by mx1.freebsd.org (Postfix) with ESMTP id 9E1D08FC13 for ; Wed, 7 May 2008 15:21:38 +0000 (UTC) (envelope-from josh.carroll@gmail.com) Received: by gv-out-0910.google.com with SMTP id n8so36124gve.39 for ; Wed, 07 May 2008 08:21:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=URCy/YJoDy1/ObsIaG8/Z6r+hjlME2y0FlrwC04q/98=; b=P17gLt0IVL3yB+/8PIePWM2BqgtDWX8M53wmykp91QwXp/pc04YBlJVnCY/xdPGXLlESlhhsIzhTCZeE1ZyTqHr+IGntGWv9qS2EWZ3a/bOw3NsuULaqjpimNzIBX0Ki4thqNdgUCxUBL4m1QwbC9bzp+2WLLYXbSoZt3ts6bzs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=oYGjfV6wV+mj6Wz8pznyGhumkSwQy4TJ6+v2ejXySj5sRWJoPeuFwicDqS1+p/841Zf+yAVizoMtuM4sKF2UC7U1MOjRBs5xkLkQRQzk2QTsReevFkh++GLDIYiX2hKX9J41dZDe5N7EPmurHhzjpsCQ0lu5ZlSv7hF7NunTcXE= Received: by 10.150.95.16 with SMTP id s16mr2094766ybb.247.1210173696151; Wed, 07 May 2008 08:21:36 -0700 (PDT) Received: by 10.150.140.14 with HTTP; Wed, 7 May 2008 08:21:35 -0700 (PDT) Message-ID: <8cb6106e0805070821y743fb6e5i9e0dbed3458846de@mail.gmail.com> Date: Wed, 7 May 2008 11:21:35 -0400 From: "Josh Carroll" To: "Coleman Kane" In-Reply-To: <1210172870.2043.17.camel@localhost> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <8cb6106e0805062004r681045b5ge2981ae73e777a49@mail.gmail.com> <1210163153.2043.11.camel@localhost> <8cb6106e0805070800m46101f21sa8298b33e82bbfbd@mail.gmail.com> <1210172870.2043.17.camel@localhost> Cc: freebsd-current@freebsd.org Subject: Re: panic mounting ntfs X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: josh.carroll@gmail.com 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 15:21:39 -0000 > You may want to try asking the people on the freebsd-fs@ list. I'm > afraid I don't know what status NTFS is supposed to be in these days, > but I've never considered it working myself... I wasn't aware of any problems in doing read-only NTFS mounting. Certainly it works fine on my 7.0-RELEASE box. The panic looks to me (as a casual observer) to be a locking problem, so perhaps something with the fs locking changed and the NTFS code has not been updated. I'll give freebsd-fs@ a shot if no one has an ideas here, to avoid cross-posting. :) Thanks for your help! Josh