From owner-freebsd-questions@FreeBSD.ORG Mon Jan 17 11:00:54 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 6D4F71065670 for ; Mon, 17 Jan 2011 11:00:54 +0000 (UTC) (envelope-from fernando.apesteguia@gmail.com) Received: from mail-iy0-f182.google.com (mail-iy0-f182.google.com [209.85.210.182]) by mx1.freebsd.org (Postfix) with ESMTP id 2CCA58FC1A for ; Mon, 17 Jan 2011 11:00:53 +0000 (UTC) Received: by iyb26 with SMTP id 26so4636710iyb.13 for ; Mon, 17 Jan 2011 03:00:53 -0800 (PST) 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 :content-transfer-encoding; bh=53a13BSH5OaibmTGI57ChDYOTmrFodR3QVLnoVo0pWQ=; b=e/MOJBEoYAUJDfVLWW90+XVQ59liC9eFkmE0zR/cLSPTTZIHcEatYMHFjssy865SP5 TXfaguMcZ3YszCTwvb/3ZnQMAn9ndTtSuJLhNeJia7fcURQmzqFZy/6+9RDOBT8otft3 yq9U1z5VSU7S+3qgjJ/Xv3ahwjPY3eRx+N4GE= 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:content-transfer-encoding; b=l/8km6uoXQAba6d6ep3UnqUrGlXrn2RZWQ9Y4+14SUTq5mjqdhzJ8x8XxJoMZgK4wd YwydLLd3N9UMwesibbWYbgpiXn1EbFH5i6Xr4wvIrB/YFraeruL/gDASIwLMsxQFD4cK 0QEZmX6Jw/Jgso4KPf+TvPP0N7cOyOOJhR3EQ= MIME-Version: 1.0 Received: by 10.42.172.197 with SMTP id o5mr4221597icz.422.1295262052872; Mon, 17 Jan 2011 03:00:52 -0800 (PST) Received: by 10.42.25.77 with HTTP; Mon, 17 Jan 2011 03:00:52 -0800 (PST) In-Reply-To: References: <20110116022710.04a8b5f6@davenulle.org> Date: Mon, 17 Jan 2011 12:00:52 +0100 Message-ID: From: =?ISO-8859-1?Q?Fernando_Apestegu=EDa?= To: Chris Brennan Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: Aryeh Friedman , Patrick Lamaiziere , freebsd-questions@freebsd.org Subject: Re: problems mounting android htc 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: Mon, 17 Jan 2011 11:00:54 -0000 On Sun, Jan 16, 2011 at 3:36 PM, Chris Brennan wrote= : > On Sat, Jan 15, 2011 at 8:27 PM, Patrick Lamaiziere > wrote: > >> Le Sat, 15 Jan 2011 18:57:33 -0500, >> Aryeh Friedman a =E9crit : >> >> > No idea how but when I plug the USB in it says "USB Debugging >> > Connected" >> >> On my HTC dream when I connect it to USB, there is a notification on the >> phone and I have (on the phone) to "unmount" the sd card. >> >> Then I can mount the sd card from FreeBSD with >> mount_msdosfs /dev/da0s1 /mnt >> >> dmesg: >> ugen2.2: at usbus2 >> umass0: on usbus2 >> umass0: =A0SCSI over Bulk-Only; quirks =3D 0x0000 >> umass0:3:0:-1: Attached to scbus3 >> (probe0:umass-sim0:0:0:0): TEST UNIT READY. CDB: 0 0 0 0 0 0 >> (probe0:umass-sim0:0:0:0): CAM status: SCSI Status Error >> (probe0:umass-sim0:0:0:0): SCSI status: Check Condition >> (probe0:umass-sim0:0:0:0): SCSI sense: UNIT ATTENTION asc:29,0 (Power >> on, reset, or bus device reset occurred) (probe0:umass-sim0:0:0:0): >> TEST UNIT READY. CDB: 0 0 0 0 0 0 (probe0:umass-sim0:0:0:0): CAM >> status: SCSI Status Error (probe0:umass-sim0:0:0:0): SCSI status: Check >> Condition (probe0:umass-sim0:0:0:0): SCSI sense: NOT READY asc:3a,0 >> (Medium not present) da0 at umass-sim0 bus 0 scbus3 target 0 lun 0 >> da0: Removable Direct Access SCSI-2 device >> da0: 40.000MB/s transfers >> da0: Attempt to query device size failed: NOT READY, Medium not present >> GEOM: da0: partition 1 does not start on a track boundary. >> GEOM: da0: partition 1 does not end on a track boundary. >> > > I had a similar problem a weeks ago (posted to this list) with my LG Vort= ex. > It refused to mount (da0 would get assigned and then immediately removed)= . > If I left it plugged in for some undetermined time it worked. I would be > able to mount it normally on fbsd7.3/fbsd8.1/fbsd8.2/fbsd9.0 without issu= e. > I suspect it might be something in the Linux Kernel running on the phone = but > have not rooted it (and honestly don't intend to right now). I had the same problem: da4 created and immediately removed. I tried to lea= ve it plugged but nothing changed. I assume some event is eventually triggered in your case so somehow the device gets recognized. What does dmesg say? Thanks. > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.o= rg" >