From owner-freebsd-questions@FreeBSD.ORG Sat Jan 15 23:48: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 EF853106564A for ; Sat, 15 Jan 2011 23:48:14 +0000 (UTC) (envelope-from geo.liaskos@gmail.com) Received: from mail-yx0-f182.google.com (mail-yx0-f182.google.com [209.85.213.182]) by mx1.freebsd.org (Postfix) with ESMTP id A9AA28FC14 for ; Sat, 15 Jan 2011 23:48:14 +0000 (UTC) Received: by yxh35 with SMTP id 35so1618234yxh.13 for ; Sat, 15 Jan 2011 15:48:13 -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=Ri9BRZQmWAGqE7rQCCzfoPC3TakfLWPmMObAvVJen24=; b=eIc4V0q6lG7l8CJ9M1EL/GcZpQ9h4R62b8Lpr9Jx+6eVIPMUxUiSbYFwGY3PprG0B7 a8UNwkws0hU8uY00KgXhUm3EfgFgA4d54G3cSfv/Q3QRvE2hs514cPhkQnIeIfkwG4aF fUALAz8dtPM2SvOsqlIaXy2up6gOKB2LB30y4= 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=VunJpQxXxxF1eQKbb4G8MclFvvh55OT39h8a5HfSHrvjYGGKdH/uvJ6FBDBuGcsS4k HbYMgjH9EpA80lv1VB7QqQMRZvAfuxym38s6kDc64eCZz0z42ycyJZlDcUkYFqAxBsOT Psh0YOacayLZjjxELiDr2APu9ONY6x6PLZ+sw= MIME-Version: 1.0 Received: by 10.101.175.25 with SMTP id c25mr1570683anp.168.1295133664013; Sat, 15 Jan 2011 15:21:04 -0800 (PST) Received: by 10.101.127.6 with HTTP; Sat, 15 Jan 2011 15:21:03 -0800 (PST) In-Reply-To: References: Date: Sun, 16 Jan 2011 01:21:03 +0200 Message-ID: From: George Liaskos To: Aryeh Friedman Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Cc: FreeBSD Mailing List 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: Sat, 15 Jan 2011 23:48:15 -0000 On Sat, Jan 15, 2011 at 11:30 PM, Aryeh Friedman wrote: > I am attempting to make it so I can communicate with the linux on my > Android HTC 0100 and when I insert it I get the following on the > console: > > ugen5.2: at usbus5 > umass0: on usbus5 > umass0: =C2=A0SCSI over Bulk-Only; quirks =3D 0x0000 > umass0:0:0:-1: Attached to scbus0 > (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 pre= sent) > da0 at umass-sim0 bus 0 scbus0 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 > > When I attempt to mount /dev/da0 I get device not configured: > > ~ aryeh@flosoft-stable% uname -a > FreeBSD flosoft-stable.no-ip.biz 8.2-PRERELEASE FreeBSD 8.2-PRERELEASE > #1: Sat Jan 15 06:33:34 EST 2011 > root@flosoft-stable.no-ip.biz:/usr/obj/usr/src/sys/GENERIC =C2=A0i386 > > I also tried on a -CURRENT partition that is uptodate through about > noon (EST) today. Try # dd if=3D/dev/null of=3D/dev/da0 count=3D0 and then mount da0s1