From owner-freebsd-questions@FreeBSD.ORG Fri May 13 22:53:45 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 AE3811065672 for ; Fri, 13 May 2011 22:53:45 +0000 (UTC) (envelope-from olivares14031@gmail.com) Received: from mail-bw0-f54.google.com (mail-bw0-f54.google.com [209.85.214.54]) by mx1.freebsd.org (Postfix) with ESMTP id 345E38FC0C for ; Fri, 13 May 2011 22:53:44 +0000 (UTC) Received: by bwz12 with SMTP id 12so3625444bwz.13 for ; Fri, 13 May 2011 15:53:44 -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:content-type:content-transfer-encoding; bh=bSx+GwOG20uKHCgEgK6tWzONDkRFFIqVJ88QaBbkaoU=; b=Kn2VYjXI7RbyI1YzO78JzIBauUVwvNvLWuarWjz6ZON5iT3uEaSofqsFbTgy0QaMhu CQcSkeHy7U5Du8BwVoiL8fRNfcs9mgzJg1BpIbxl73HDqp4+eQcqfnC7JG45JV17Tea4 CSLs+mLYojCHYziqRmrzfSWhI70lGNbBto58s= 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 :content-type:content-transfer-encoding; b=BbiT9/VvXtpmNUZ1gBW8L77a0wcIUHIj3Jms3pONcSkXVXFLKGrqGyoj8w+kp478Xv 0F2/T+es8+nOkVY4JlA48UPsMFYGv559Yf3JRb/gvJwirrlm+TTEE0N61t8B/qCOL74m LSaadsin4qiSvSGmBMnfEw8uyoKYnHQ7z16q4= MIME-Version: 1.0 Received: by 10.204.41.206 with SMTP id p14mr1799841bke.53.1305327223546; Fri, 13 May 2011 15:53:43 -0700 (PDT) Received: by 10.204.3.217 with HTTP; Fri, 13 May 2011 15:53:43 -0700 (PDT) In-Reply-To: References: Date: Fri, 13 May 2011 17:53:43 -0500 Message-ID: From: Antonio Olivares To: FreeBSD Questions Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable 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: Fri, 13 May 2011 22:53:45 -0000 On Thu, May 12, 2011 at 7:33 PM, Antonio Olivares wrote: > Dear folks, > > I have recently successfully updated an amd 64 bit machine from 8.1 to > 8.2 release and reinstalled most of the previously installed ports. > Now, I tried to use my usb disk and it is not automounting :( =A0I like > the convenience of automounting and I checked hal and dbus and they > are both enabled and to be safe I deinstalled and installed them again > and still does not automount. > > ugen5.2: at usbus5 > umass0: on usbus5 > umass0: =A0SCSI over Bulk-Only; quirks =3D 0x0000 > umass0:2:0:-1: Attached to scbus2 > da0 at umass-sim0 bus 0 scbus2 target 0 lun 0 > da0: Removable Direct Access SCSI-2 device > da0: 40.000MB/s transfers > da0: 3819MB (7823296 512 byte sectors: 255H 63S/T 486C) > > > [olivares@grullahighschool ~]$ ls /media/.hal-mtab > /media/.hal-mtab > > [olivares@grullahighschool ~]$ cat /usr/local/etc/PolicyKit/PolicyKit.con= f > > > "http://hal.freedesktop.org/releases/PolicyKit/1.0/config.dtd"> > > > > > =A0 =A0 =A0 =A0 > =A0 =A0 =A0 =A0 =A0 > =A0 =A0 =A0 =A0 =A0 =A0 > =A0 =A0 =A0 =A0 =A0 > =A0 =A0 =A0 =A0 =A0 > =A0 =A0 =A0 =A0 =A0 =A0 > =A0 =A0 =A0 =A0 =A0 > =A0 =A0 =A0 =A0 =A0 > =A0 =A0 =A0 =A0 =A0 =A0 > =A0 =A0 =A0 =A0 =A0 > > > Thank you for any pointers/advice/suggestions. > > Regards, > > Antonio > 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=3D19410 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. Thanks, Antonio