From owner-freebsd-stable@FreeBSD.ORG Sun Aug 2 16:54:08 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 50DF9106564A for ; Sun, 2 Aug 2009 16:54:08 +0000 (UTC) (envelope-from jensrasmus@gmail.com) Received: from mail-bw0-f206.google.com (mail-bw0-f206.google.com [209.85.218.206]) by mx1.freebsd.org (Postfix) with ESMTP id CBB0E8FC16 for ; Sun, 2 Aug 2009 16:54:07 +0000 (UTC) (envelope-from jensrasmus@gmail.com) Received: by bwz2 with SMTP id 2so1958647bwz.43 for ; Sun, 02 Aug 2009 09:54:06 -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:to:content-type; bh=y49JOfDBiBSXXoC9Q7D3EU60WTpcKW71gS7OoBislnw=; b=WKwuwA6EqOrZJtfPa5oHTZatAliK8f516y/qe37KtIQTunt4kWgFnY2/8oLHx0d940 t4Gvu9ElAeOiKoh+b8hAhC1OdsH5g7+0NCaUHSXbB3zpktKaWVVvm6t1AHm0IyBRtzA/ wgkTu3U5o/fLdfP+tw1pX6jkE/Qrukl7G4tNg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=p+miancpWGyaA43OmFClD0L72dcBLY4nUWA/mu1ylmj1fsISVFslIxZ7LskKyxBCMG wSYQjzCZhMI/U9zumIiERqV1iZ4oO+C8LRFLdU+9RpbZ6bip5uMTqPlABc6WlCLn84rx vZ2Dvilsue5W5zkLjD7ZmDVEAxInHLGp0mp8k= MIME-Version: 1.0 Received: by 10.204.115.139 with SMTP id i11mr3912234bkq.199.1249232046815; Sun, 02 Aug 2009 09:54:06 -0700 (PDT) In-Reply-To: <63e02e980907310725t2b38d1d3iff66aca3948ac8dd@mail.gmail.com> References: <63e02e980907310725t2b38d1d3iff66aca3948ac8dd@mail.gmail.com> Date: Sun, 2 Aug 2009 18:54:06 +0200 Message-ID: <63e02e980908020954r65b6b4b5n8288f0f5e3b14568@mail.gmail.com> From: Jens Rasmus Liland To: freebsd-stable@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Fwd: How do I mount an external ntfs formatted harddisk manually and through /etc/fstab? 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: Sun, 02 Aug 2009 16:54:08 -0000 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