From owner-freebsd-questions@FreeBSD.ORG Sat May 14 03:21:14 2011 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 241D8106564A for ; Sat, 14 May 2011 03:21:14 +0000 (UTC) (envelope-from amvandemore@gmail.com) Received: from mail-fx0-f54.google.com (mail-fx0-f54.google.com [209.85.161.54]) by mx1.freebsd.org (Postfix) with ESMTP id A0DEC8FC08 for ; Sat, 14 May 2011 03:21:13 +0000 (UTC) Received: by fxm11 with SMTP id 11so2992649fxm.13 for ; Fri, 13 May 2011 20:21:12 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=n/aPGqPkRDrFp2G9c3oSHCkmJdjFR/IXI/rVvuXUu3E=; b=CtKStdmaEY4NEfVxR1Ai7hrHMtEFKXVCh3pLxfKte7bWpFoQoNO06ncMPOb3sRzYri LLA68hocdJf7EzjgN/F9NyIP+EoP1ITO3X2ONTeVQtDJ1MQ5Q+cdSwTSW01FDDtbJMSP Ag65KTBVpPKwfGJRZOB1wtzT4A7ix88i0kKD8= 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; b=HhG8j8oXpg+Cl4rYkvf12UaiGRuaxabPsCgIPrOV10Ww+pBT+Cn8fJpVhLvNPgV2vF p3aTJH/LOwwEVuMOEbkvsp8TRv4inwt6HHs27TYfh3CGkvjYw7od8BOhr4N+IEcL1+aN jhZbR7xesmuXi8JoxmwWs/CChRiX7DzZDaGHE= MIME-Version: 1.0 Received: by 10.223.6.198 with SMTP id a6mr2477485faa.126.1305343271419; Fri, 13 May 2011 20:21:11 -0700 (PDT) Received: by 10.223.118.148 with HTTP; Fri, 13 May 2011 20:21:11 -0700 (PDT) In-Reply-To: References: Date: Fri, 13 May 2011 22:21:11 -0500 Message-ID: From: Adam Vande More To: Antonio Olivares Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: FreeBSD Questions Subject: Re: automounting of usb disks not working how to troubleshoot 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: Sat, 14 May 2011 03:21:14 -0000 On Fri, May 13, 2011 at 5:53 PM, Antonio Olivares wrote: > > Dear folks, > > I am trying out several things and reading and I have found several sites: > > http://gezeiten.org/post/2011/01/Xfce-4.8-on-BSD-flavors > > > http://www.unix.com/unix-dummies-questions-answers/117249-using-usb-sticks-freebsd.html > > http://forums.freebsd.org/showthread.php?t=19410 > > Have not found any relevant information. Installed automounter from > ports in sysutils/automount but still does not work. dbus and hald > are enabled and installed. I just like the convenience of using > automounting. If it is not going to be working, then I am fine with > it. > You may want to use devd(8)/devd.conf(5) for this. -- Adam Vande More