From owner-freebsd-questions@FreeBSD.ORG Tue Dec 25 12:33:33 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0476816A468 for ; Tue, 25 Dec 2007 12:33:33 +0000 (UTC) (envelope-from wangyi6854@gmail.com) Received: from wa-out-1112.google.com (wa-out-1112.google.com [209.85.146.183]) by mx1.freebsd.org (Postfix) with ESMTP id E35A913C4E1 for ; Tue, 25 Dec 2007 12:33:32 +0000 (UTC) (envelope-from wangyi6854@gmail.com) Received: by wa-out-1112.google.com with SMTP id k17so3517223waf.3 for ; Tue, 25 Dec 2007 04:33:32 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=46eOAr6+XbHT2n6sWGV/o7+CzdUYIiDwHCzM3/dYPy4=; b=wroT+iqItse9UzX7w52IHeaci16CFzPuxE9KheEAen/TcLur4SmbvsDIh2R2kApXUG+DKkIWuOEtJLlHJQD7V0LjM1msOkD66J/pMY1BZ4swTULaF3x9qYkVBkrbvyyBkXVYV9U6wdQelE2+tGvflY5qcuiF/NqCr7/mUb1Vbc0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=Sn9tgkIIXdatxcbXe3rIPiTketi7DURFumBBTUbqqpzTX2CgXMtrLi5S6LuYkIZLx7wMx7Bcy79xbKHng5Ms4zG1AB5+ekaavGNYjF+YlBtdVBro4mg990XbjFGxAmLsEZrtcPkZqD1OYiyJedkQMJar5ly61kPtPNwpe3nhUbs= Received: by 10.142.213.9 with SMTP id l9mr1672172wfg.104.1198586012492; Tue, 25 Dec 2007 04:33:32 -0800 (PST) Received: by 10.142.44.10 with HTTP; Tue, 25 Dec 2007 04:33:32 -0800 (PST) Message-ID: <5ea5cca50712250433o707008d9k7fb4ebfdd1da0780@mail.gmail.com> Date: Tue, 25 Dec 2007 20:33:32 +0800 From: "Yi Wang" To: "Daniel Rucci" In-Reply-To: <476F78EC.6070507@rucci.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <476F78EC.6070507@rucci.org> Cc: freebsd-questions@freebsd.org Subject: Re: mount & ntfs-3g X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Dec 2007 12:33:33 -0000 Please read this mail: http://lists.freebsd.org/pipermail/freebsd-ports/2007-November/045153.html On 12/24/07, Daniel Rucci wrote: > Hi, > I'm trying to mount an ntfs-3g partition but get an error when using > mount. > > mount -t ntfs-3g /dev/ad6s1 /win > mount: /dev/ad6s1 : Operation not supported by device > > if i use mount_ntfs-3g ... it works fine but that won't help me with > respect to mounting during boot. > > Is there anything special that needs to be done to get a non standard > mount_* command to work via mount? I read somewhere to add a symlink to > mount_ntfs-3g to /sbin/ but that did not seem to do anything. > > Thanks, > Dan > > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > -- Regards, Wang Yi