From owner-freebsd-stable@FreeBSD.ORG Tue Feb 20 15:16:05 2007 Return-Path: X-Original-To: stable@freebsd.org Delivered-To: freebsd-stable@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 098F916C189 for ; Tue, 20 Feb 2007 14:39:51 +0000 (UTC) (envelope-from uspoerlein@gmail.com) Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.229]) by mx1.freebsd.org (Postfix) with ESMTP id A805F13C491 for ; Tue, 20 Feb 2007 14:39:50 +0000 (UTC) (envelope-from uspoerlein@gmail.com) Received: by wx-out-0506.google.com with SMTP id s18so2288677wxc for ; Tue, 20 Feb 2007 06:39:49 -0800 (PST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:date:from:to:cc:subject:message-id:mail-followup-to:references:mime-version:content-type:content-disposition:in-reply-to; b=Yp+Qfwu7ev4D3eLrV6AkXCqinGRtCKX/1elAg1C/qXJkChL6/4anwvcXJBPCJy859tDnxAotpGxMekP0vAkSiEt+7/fvZLkj+JDuCE8RrbcyFPnu4INSTMrqD03x43v/8NXdlHLWeTjrmn9o07NYxuEuoFCBvUCs+Lklq4NAkzg= Received: by 10.90.78.9 with SMTP id a9mr7986914agb.1171982389067; Tue, 20 Feb 2007 06:39:49 -0800 (PST) Received: from roadrunner.q.local ( [85.180.181.143]) by mx.google.com with ESMTP id o24sm10845145ugd.2007.02.20.06.39.47; Tue, 20 Feb 2007 06:39:48 -0800 (PST) Received: from roadrunner.q.local (localhost [127.0.0.1]) by roadrunner.q.local (8.13.8/8.13.8) with ESMTP id l1KEdgR6002024; Tue, 20 Feb 2007 15:39:42 +0100 (CET) (envelope-from uspoerlein@gmail.com) Received: (from q@localhost) by roadrunner.q.local (8.13.8/8.13.8/Submit) id l1KEde6O002023; Tue, 20 Feb 2007 15:39:40 +0100 (CET) (envelope-from uspoerlein@gmail.com) Date: Tue, 20 Feb 2007 15:39:40 +0100 From: Ulrich Spoerlein To: Wang Yi , Jan Henrik Sylvester Message-ID: <20070220143940.GA1590@roadrunner.q.local> Mail-Followup-To: Wang Yi , Jan Henrik Sylvester , stable@freebsd.org References: <20070218174549.GA2489@roadrunner.q.local> <45D9A109.5010505@janh.de> <20070218174549.GA2489@roadrunner.q.local> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <45D9A109.5010505@janh.de> Cc: stable@freebsd.org Subject: Re: sysutils/fusefs-ntfs working for anyone? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Feb 2007 15:16:05 -0000 Wang Yi wrote: > I'm using ntfs-3g now. the version is same to yours. But only the difference is the disk I > used is a physical disk. I also had no luck using it on my existing NTFS partition, though I'd like to experiment on a clean partition first. Could you please run a test with mdconfig and mkfs.ntfs (you have to use the -F flag)? Jan Henrik Sylvester wrote: > On 6.2-RELEASE using fusefs-kmod-0.3.0_4, fusefs-libs-2.6.2, and fusefs-ntfs-0.20070207RC1, I > can mount my existing (Windows XP) NTFS partition with 'ntfs-3g /dev/ad0s1 /mnt/ad0s1'. > > The following error messages about missing /proc/filesystems and modprobe can be ignored, > since defaults are assumed in case of missing information. (I read about it on a fusefs > mailing list concerning Darwin.) The critical part seems to be the seekscript. Could one of you guys provide me with a ktrace/kdump output, so I can investigate this further? You should run ktrace with the -i flag and probably send the output off-list. Thanks! Ulrich Spoerlein -- A: Yes. >Q: Are you sure? > >A: Because it reverses the logical flow of conversation. > >>Q: Why is top posting frowned upon?