From owner-freebsd-fs@FreeBSD.ORG Fri Jul 31 14:53:39 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 428821065673 for ; Fri, 31 Jul 2009 14:53:39 +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 C2DA48FC16 for ; Fri, 31 Jul 2009 14:53:38 +0000 (UTC) (envelope-from jensrasmus@gmail.com) Received: by bwz2 with SMTP id 2so1179145bwz.43 for ; Fri, 31 Jul 2009 07:53:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=s3cByMnu9Zkp8cC3tn63a2Ebn3jeMpPJGs7WAvHpgdA=; b=mwajESYFb317gE6FfNxlI07Gd7pdrf5S7JpWQNSrPxvuK33rQX1Y0rh8I59UwQS6ea 2+qhY8Lrm6GuMQm5pwt5CsScqoLuWGD7oFYksUtIoZ0Ptvh224tk6GXR28EHI4rTk7MV hfI6A0+9swYbw6zLQIeB32s3ajcti5UOhjtMI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=qn35a9nubGQ85Ph00uxvy6ywqeExEOCttbXOMqTLEyxgHiiUbGnpUotet+1wZITL+w ZLbip9wx2hAZj3NFJwPgxTHxz2NTZaDFm8Yi1cDvc/tN+N6RyxeTbKtoDUIvClF80sDs RPqW8+F5+umiuvHcLJKxPSSd9Yjaj3ZYss8OA= MIME-Version: 1.0 Received: by 10.204.118.134 with SMTP id v6mr2945340bkq.2.1249050340168; Fri, 31 Jul 2009 07:25:40 -0700 (PDT) Date: Fri, 31 Jul 2009 16:25:40 +0200 Message-ID: <63e02e980907310725t2b38d1d3iff66aca3948ac8dd@mail.gmail.com> From: Jens Rasmus Liland To: freebsd-fs@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: 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: Fri, 31 Jul 2009 14:53:39 -0000 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