From owner-freebsd-fs@FreeBSD.ORG Mon Aug 17 09:21:10 2009 Return-Path: Delivered-To: freebsd-fs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 857BE106568B; Mon, 17 Aug 2009 09:21:10 +0000 (UTC) (envelope-from gavin.atkinson@ury.york.ac.uk) Received: from mail-gw0.york.ac.uk (mail-gw0.york.ac.uk [144.32.128.245]) by mx1.freebsd.org (Postfix) with ESMTP id 18E948FC43; Mon, 17 Aug 2009 09:21:09 +0000 (UTC) Received: from mail-gw6.york.ac.uk (mail-gw6.york.ac.uk [144.32.129.26]) by mail-gw0.york.ac.uk (8.13.6/8.13.6) with ESMTP id n7H8oBIv004613; Mon, 17 Aug 2009 09:50:11 +0100 (BST) Received: from buffy-128.york.ac.uk ([144.32.128.160] helo=buffy.york.ac.uk) by mail-gw6.york.ac.uk with esmtps (TLSv1:AES256-SHA:256) (Exim 4.68) (envelope-from ) id 1Mcxut-0002At-Lf; Mon, 17 Aug 2009 09:50:11 +0100 Received: from buffy.york.ac.uk (localhost [127.0.0.1]) by buffy.york.ac.uk (8.14.3/8.14.3) with ESMTP id n7H8oBxB033008; Mon, 17 Aug 2009 09:50:11 +0100 (BST) (envelope-from gavin.atkinson@ury.york.ac.uk) Received: (from ga9@localhost) by buffy.york.ac.uk (8.14.3/8.14.3/Submit) id n7H8oBvL033007; Mon, 17 Aug 2009 09:50:11 +0100 (BST) (envelope-from gavin.atkinson@ury.york.ac.uk) X-Authentication-Warning: buffy.york.ac.uk: ga9 set sender to gavin.atkinson@ury.york.ac.uk using -f From: Gavin Atkinson To: Jens Rasmus Liland In-Reply-To: <63e02e980908161032y60c4c966v2918b34c83397fee@mail.gmail.com> References: <63e02e980907310725t2b38d1d3iff66aca3948ac8dd@mail.gmail.com> <63e02e980908020954r65b6b4b5n8288f0f5e3b14568@mail.gmail.com> <63e02e980908161032y60c4c966v2918b34c83397fee@mail.gmail.com> Content-Type: text/plain Content-Transfer-Encoding: 7bit Date: Mon, 17 Aug 2009 09:50:10 +0100 Message-Id: <1250499010.32945.1.camel@buffy.york.ac.uk> Mime-Version: 1.0 X-Mailer: Evolution 2.22.2 FreeBSD GNOME Team Port X-York-MailScanner: Found to be clean X-York-MailScanner-From: gavin.atkinson@ury.york.ac.uk Cc: freebsd-fs@freebsd.org, freebsd-stable@freebsd.org Subject: Re: Fwd: How do I mount an external ntfs formatted harddisk manually and through /etc/fstab? X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Aug 2009 09:21:10 -0000 On Sun, 2009-08-16 at 19:32 +0200, Jens Rasmus Liland wrote: > Hi, > > Sorry for the late reply - I went on vacation for a while. > > I think 'mount_ntfs-3g' did the trick in terms of mounting /dev/da0s1 > manually. But I tried to add > > /dev/da0s1 /homewd ntfs-3g ro 0 0 > > ... but then the computer panicked, and went into single user mode. I think > it happened because the ntfs-3g module is loaded later with the > fusefs-stuff. How to get around this one? Make sure you have recompiled fusefs, ntfs-3g and any other ports that they rely on since you last upgraded your kernel/world. The fusefs kernel module seems to be quite sensitive to changes in the kernel itself. Gavin