From owner-freebsd-current@FreeBSD.ORG Wed Oct 14 17:53:00 2009 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B65D7106568B for ; Wed, 14 Oct 2009 17:53:00 +0000 (UTC) (envelope-from amvandemore@gmail.com) Received: from mail-yw0-f197.google.com (mail-yw0-f197.google.com [209.85.211.197]) by mx1.freebsd.org (Postfix) with ESMTP id 70FDE8FC14 for ; Wed, 14 Oct 2009 17:53:00 +0000 (UTC) Received: by ywh35 with SMTP id 35so77548ywh.7 for ; Wed, 14 Oct 2009 10:52:59 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type; bh=yLXuQY0A+57Rxy8aU6hSX37sStypRGlle3YBNcb8ruw=; b=NM+2btbFv3lXEAdEsMjFCyfCf+V9qvTlutx9YkCe4tW/Rcc0SRy9m/KKUk+4Wqv7ur onsoXrjtxt0411YipFsYzquXLfVUODsaxWPFBFgDwRcdHCw7uuIBHYRyqRPAJhxD+lA/ dQxGHBOl99sFXYbspQF6C+3SPNKEQ4OjZMsCk= 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=TyPHT7+pDXtm0czUYXl6Bs2FrdSG4mgkaW8lyOkqFoVspqRk9HDOWtwuOjNPhxWXLj 6S/RAIUajbz06v/hyP1r0JOT6LpAtJgMq19cnUyOXsW0N2rnF4gB6PYrvT6fvZV3PxOG mqQP28D+SiAiPVKt6ZtAWb34yn16z4q4VBVp8= MIME-Version: 1.0 Received: by 10.150.63.13 with SMTP id l13mr15380660yba.5.1255541342842; Wed, 14 Oct 2009 10:29:02 -0700 (PDT) In-Reply-To: References: Date: Wed, 14 Oct 2009 12:29:02 -0500 Message-ID: <6201873e0910141029r75cad42fk55c92cf25bbef340@mail.gmail.com> From: Adam Vande More To: Warren Block Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: current@freebsd.org Subject: Re: Why does hal think my USB devices are fixed? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Oct 2009 17:53:00 -0000 On Wed, Oct 14, 2009 at 12:04 PM, Warren Block wrote: > Fixed as opposed to removable. hal used to see these USB devices--USB > memory sticks, memory cards in a reader--as removable devices. Which they > are. > > Same computer, same config that used to automount these devices as > removable, but now FreeBSD 8.0-RC1 and hal says they are fixed devices: > > org.freedesktop.hal.storage.mount-fixed no <-- (action, result). > > Is this be due to the USB system? > > -Warren Block * Rapid City, South Dakota USA > _______________________________________________ > freebsd-current@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org" > It's a config option in /usr/ports/sysutils/hal -- Adam Vande More