From owner-freebsd-stable@FreeBSD.ORG Sun Aug 16 19:38:19 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 B176C106568B for ; Sun, 16 Aug 2009 19:38:19 +0000 (UTC) (envelope-from pluknet@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 1068E8FC5A for ; Sun, 16 Aug 2009 19:38:18 +0000 (UTC) Received: by fxm1 with SMTP id 1so1940417fxm.7 for ; Sun, 16 Aug 2009 12:38:18 -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:cc:content-type :content-transfer-encoding; bh=iWVK0McqImzHRkilKg+ZgDkfMSpqvwDjFBZAvs17Pts=; b=YL8zgCDn8yw4daEytUkPNnS7SyN8IPw4bntxwg9i6hA4r5S5q4xPxqG6kYBB24ze2k ODxdanV0A6J+bZuBPSxB81rfRB4P1Ulj/qQblK/x5cL9Ge3zM+kwtZ2TRUJyrLZkxvv9 A1saTHEB9GK0/TKtakzLPmUfRFseINHujJ4gE= 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 :cc:content-type:content-transfer-encoding; b=wYXNOQqQhK43Iws1tLYxQEDrhhnPfHAN2CR1FAQhCehwiXGOmmu3xfaqJT0xkj+KV9 zo28ppxiF15eNFFhbIsdHT0swyMpy6/T4O61/7GnTgb4BmaxketYQtOsZQ34aHzqpyj9 ZV16SV8+x4AUs6K61Zksai8Wn/crUwh4yfXdE= MIME-Version: 1.0 Received: by 10.204.64.136 with SMTP id e8mr1429558bki.49.1250451497901; Sun, 16 Aug 2009 12:38:17 -0700 (PDT) In-Reply-To: <63e02e980908161032y60c4c966v2918b34c83397fee@mail.gmail.com> References: <63e02e980907310725t2b38d1d3iff66aca3948ac8dd@mail.gmail.com> <63e02e980908020954r65b6b4b5n8288f0f5e3b14568@mail.gmail.com> <63e02e980908161032y60c4c966v2918b34c83397fee@mail.gmail.com> Date: Sun, 16 Aug 2009 23:38:17 +0400 Message-ID: From: pluknet To: Jens Rasmus Liland Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable 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-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, 16 Aug 2009 19:38:19 -0000 2009/8/16 Jens Rasmus Liland : > 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 =A0 =A0 =A0 =A0 =A0 =A0 =A0/homewd =A0 =A0 =A0 =A0 ntfs-3g =A0= =A0ro =A0 =A0 =A0 =A0 =A0 =A0 =A00 =A0 =A0 =A0 0 > Since 7.2 new parameter -o mountprog was introduced so you should be able to set in fstab mounting with 3th party program like this: /dev/acd0 /mnt ntfs ro,noauto,mountprog=3D/usr/local/bin/ntfs-3g 0 0 > ... but then the computer panicked, and went into single user mode. I thi= nk > it happened because the ntfs-3g module is loaded later with the > fusefs-stuff. Or due to the wrong/unsupported syntax. --=20 wbr, pluknet