From owner-freebsd-questions@FreeBSD.ORG Thu Mar 29 14:39:19 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E496D16A404 for ; Thu, 29 Mar 2007 14:39:19 +0000 (UTC) (envelope-from jhary@unsane.co.uk) Received: from unsane.co.uk (www.unsane.co.uk [85.233.185.162]) by mx1.freebsd.org (Postfix) with ESMTP id 792AB13C483 for ; Thu, 29 Mar 2007 14:39:19 +0000 (UTC) (envelope-from jhary@unsane.co.uk) Received: from [192.168.10.217] (150.117-84-212.staticip.namesco.net [212.84.117.150]) (authenticated bits=0) by unsane.co.uk (8.14.0/8.14.0) with ESMTP id l2TEdOn3008871 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 29 Mar 2007 15:39:25 +0100 (BST) (envelope-from jhary@unsane.co.uk) Message-ID: <460BCF95.8010405@unsane.co.uk> Date: Thu, 29 Mar 2007 15:39:17 +0100 From: Vince User-Agent: Thunderbird 1.5.0.10 (X11/20070327) MIME-Version: 1.0 To: Stan Cooper References: <20070329124514.17778.qmail@web63311.mail.re1.yahoo.com> In-Reply-To: <20070329124514.17778.qmail@web63311.mail.re1.yahoo.com> X-Enigmail-Version: 0.94.0.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: How Write To Win Drive? 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: Thu, 29 Mar 2007 14:39:20 -0000 Stan Cooper wrote: > Okay, making progress. The problem was the distro was copied before Dec 6, so I had to rebuild the ports tree. That done, I built out fuesfs-ntfs. But I still can't mount the drive. I edited /etc/fstab thus: > > /dev/ad0s1 /win fuse rw 0 0 > > I also tried "fusefs" in the above. Then I ran: > > # mount_fusefs /dev/ad0s1 /win > mount_fusefs: /dev/ad0s1 on /win: Operation not supported by device. > > Am I screwed? > TIA, > Stan > The command for fusefs-ntfs is ntfs-3g not mount_fusefs. no idea how to have fstab use it as the example given in the manpage is for linux. Vince > > --------------------------------- > Get your own web address. > Have a HUGE year through Yahoo! Small Business. > _______________________________________________ > 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"