From owner-freebsd-fs@FreeBSD.ORG Sun Aug 16 17:32:19 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 0CC491065694 for ; Sun, 16 Aug 2009 17:32:19 +0000 (UTC) (envelope-from jensrasmus@gmail.com) Received: from mail-fx0-f205.google.com (mail-fx0-f205.google.com [209.85.220.205]) by mx1.freebsd.org (Postfix) with ESMTP id 7C6878FC4B for ; Sun, 16 Aug 2009 17:32:18 +0000 (UTC) Received: by fxm1 with SMTP id 1so1905135fxm.7 for ; Sun, 16 Aug 2009 10:32:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:cc:content-type; bh=YwmhJf3R5kHX3hhpec5atlLTTmgJDwid953FwdpC0qg=; b=mKX6shf+frP3bbX3HWg/m9qTKNX9oowtZbYmlaCfnRNb0CRDj0JmB/tIkM2Y3NIYaj Bj9dJ67E0BmjG2rGFk3RlN1TLJ0SF0Hdg/MUv0rr1jLKwB308RFhRXCoM/E0Cz6XADEd OzJb06WjH9Y4TqWqSfPaJvgolyRFkaDd8Q1Ew= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:cc :content-type; b=WqHE9wIyP8bJC55k1/fLzmyTbv5cwpVuf8mefLLnFtO6agz2QrLN0tbbIXNSCS+nAv +kRll26l1ulfmcPvntwnK+ZD2ky4c26Vm50rDlGKM4gYsEF4kcRHT99m8iiA8vxJcOSv KnO/n3JLG/CxSPA5Rfhej4gXlx6vUi1nPu8M8= MIME-Version: 1.0 Received: by 10.204.123.200 with SMTP id q8mt1783299bkr.199.1250443937212; Sun, 16 Aug 2009 10:32:17 -0700 (PDT) In-Reply-To: References: <63e02e980907310725t2b38d1d3iff66aca3948ac8dd@mail.gmail.com> <63e02e980908020954r65b6b4b5n8288f0f5e3b14568@mail.gmail.com> Date: Sun, 16 Aug 2009 19:32:17 +0200 Message-ID: <63e02e980908161032y60c4c966v2918b34c83397fee@mail.gmail.com> From: Jens Rasmus Liland Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-fs@freebsd.org, freebsd-stable@freebsd.org, CmdLnKid 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: Sun, 16 Aug 2009 17:32:19 -0000 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? On Mon, Aug 3, 2009 at 3:19 PM, CmdLnKid wrote: > On Sun, 2 Aug 2009 12:54 -0000, jensrasmus wrote: > > I'm forwarding this to -stable list, since i appears to get no response on >> -fs. >> >> ---------- Forwarded message ---------- >> From: Jens Rasmus Liland >> Date: Fri, Jul 31, 2009 at 4:25 PM >> Subject: How do I mount an external ntfs formatted harddisk manually and >> through /etc/fstab? >> To: freebsd-fs@freebsd.org >> >> >> Hi, >> >> How do I mount an NTFS formatted external harddisk plugged into the >> computer >> using a usb cable? And what do i write in the /etc/fstab after being able >> to >> successfully mount it manually? >> >> I have some blurry understanding after reading a bit in handbook that the >> harddisk's NTFS partition is at /dev/da0s1 by default. I have installed >> ntfs-3g from ports. >> >> /Rasmus >> _______________________________________________ >> freebsd-stable@freebsd.org mailing list >> http://lists.freebsd.org/mailman/listinfo/freebsd-stable >> To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org" >> >> >> > Try mount_ntfs-3g /dev/da0s1 /path/to/mountpoint > > Manuals and other such documentation serve as a pretty good medium. > > -- > > - (2^(N-1)) >