From owner-freebsd-questions@FreeBSD.ORG Thu Jun 11 14:40:47 2009 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 E942E10656AB for ; Thu, 11 Jun 2009 14:40:47 +0000 (UTC) (envelope-from sonicy@otenet.gr) Received: from kane.otenet.gr (kane.otenet.gr [83.235.67.31]) by mx1.freebsd.org (Postfix) with ESMTP id 55FDB8FC13 for ; Thu, 11 Jun 2009 14:40:47 +0000 (UTC) (envelope-from sonicy@otenet.gr) Received: from joshua.freebsdgr.org (athedsl-4554977.home.otenet.gr [94.70.76.233]) (authenticated bits=0) by kane.otenet.gr (8.13.8/8.13.8/Debian-3) with ESMTP id n5BEeitD014560; Thu, 11 Jun 2009 17:40:44 +0300 Message-ID: <4A31176B.8040906@otenet.gr> Date: Thu, 11 Jun 2009 17:40:43 +0300 From: Manolis Kiagias User-Agent: Thunderbird 2.0.0.21 (X11/20090411) MIME-Version: 1.0 To: leo References: <1244730633.15006.6.camel@localhost.localdomain> In-Reply-To: <1244730633.15006.6.camel@localhost.localdomain> Content-Type: text/plain; charset=ISO-8859-7; format=flowed Content-Transfer-Encoding: 7bit Cc: lista de freeBSD Subject: Re: problem writing to usb flash 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, 11 Jun 2009 14:40:48 -0000 leo wrote: > I succesfully configure gnome 2.22 with gconftools-2 to automount flash > drive: > > gconftool-2 -s --type > bool /desktop/gnome/volume_manager/automount_drives true > % gconftool-2 -s --type bool /desktop/gnome/volume_manager/automount_media true > % gconftool-2 -s --type bool /desktop/gnome/volume_manager/autobrowse true > > and run the hald in daemon mode > > I suspect that I have ntfs, is there any utility in BSD for writing this > fs > > Yes, ntfs-3g is available via the sysutils/fusefs-ntfs port. I don't know whether it will work "out of the box" with automounting though.