From owner-freebsd-questions@FreeBSD.ORG Sun Jan 16 14:37:02 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 44C2E1065670 for ; Sun, 16 Jan 2011 14:37:02 +0000 (UTC) (envelope-from xaero@xaerolimit.net) Received: from mail-ew0-f54.google.com (mail-ew0-f54.google.com [209.85.215.54]) by mx1.freebsd.org (Postfix) with ESMTP id D05EE8FC08 for ; Sun, 16 Jan 2011 14:37:01 +0000 (UTC) Received: by ewy24 with SMTP id 24so2246440ewy.13 for ; Sun, 16 Jan 2011 06:37:00 -0800 (PST) Received: by 10.213.25.140 with SMTP id z12mr1573844ebb.12.1295188620174; Sun, 16 Jan 2011 06:37:00 -0800 (PST) MIME-Version: 1.0 Received: by 10.213.8.142 with HTTP; Sun, 16 Jan 2011 06:36:39 -0800 (PST) In-Reply-To: <20110116022710.04a8b5f6@davenulle.org> References: <20110116022710.04a8b5f6@davenulle.org> From: Chris Brennan Date: Sun, 16 Jan 2011 09:36:39 -0500 Message-ID: To: Patrick Lamaiziere Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Aryeh Friedman , 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: Sun, 16 Jan 2011 14:37:02 -0000 On Sat, Jan 15, 2011 at 8:27 PM, Patrick Lamaiziere wrote: > Le Sat, 15 Jan 2011 18:57:33 -0500, > Aryeh Friedman a =C3=A9crit : > > > 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: SCSI 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 Vortex= . 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 issue. I suspect it might be something in the Linux Kernel running on the phone bu= t have not rooted it (and honestly don't intend to right now).