From owner-freebsd-questions@FreeBSD.ORG Tue Dec 28 17:18:12 2010 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 A2C6C106564A for ; Tue, 28 Dec 2010 17:18:12 +0000 (UTC) (envelope-from fernando.apesteguia@gmail.com) Received: from mail-iw0-f182.google.com (mail-iw0-f182.google.com [209.85.214.182]) by mx1.freebsd.org (Postfix) with ESMTP id 67AC48FC19 for ; Tue, 28 Dec 2010 17:18:12 +0000 (UTC) Received: by iwn39 with SMTP id 39so9638760iwn.13 for ; Tue, 28 Dec 2010 09:18:12 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=sRgdk4THzAMtQyzNOJ+vE6W2YKIc8T8wckR4fouz1po=; b=SscpTF/PF7JNJFcr24LBT3Nv/npbvzLatQy+HdCXEqEmyiNLMTrtTvr1Tvj8wfdwPp WIpU7el7loqb4txgItg1yydYf0xj2s3dfG5eBip05v8B4nSK1VcfpABwM0zKJITqET9s Pxh+CS68X6LnvreBUMl+e382UALwBBLGroSus= 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=kwheWs0iBQhlDItknpj6/a6hzcNq3iSc/FE6Ct/Xj+l2iYW17vxTHW6N4ZfDbQA0t9 Z83DWpklwv/htBIBdBY4RSN7HHdNKi/NvDvEzvbnmbXDuxAFk9fsDa2Kk0iw9CgTdVSv Y1d/+1nxyPLtHDb57X/SGtgBPTxXTOP+bPKiI= MIME-Version: 1.0 Received: by 10.42.239.132 with SMTP id kw4mr12419284icb.221.1293556691902; Tue, 28 Dec 2010 09:18:11 -0800 (PST) Received: by 10.42.25.77 with HTTP; Tue, 28 Dec 2010 09:18:11 -0800 (PST) In-Reply-To: <20101228132545.cee5c26c.freebsd@edvax.de> References: <20101228132545.cee5c26c.freebsd@edvax.de> Date: Tue, 28 Dec 2010 18:18:11 +0100 Message-ID: From: =?ISO-8859-1?Q?Fernando_Apestegu=EDa?= To: Polytropon Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: User Questions Subject: Re: Android phone and FreeBSD 8.1 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: Tue, 28 Dec 2010 17:18:12 -0000 2010/12/28 Polytropon : > On Tue, 28 Dec 2010 12:32:02 +0100, Fernando Apestegu=EDa wrote: >> Hi all, >> >> I bought a GeeksPhone One[1]. It uses Android 2.2.1. I'm trying to get >> FreeBDS recognize the phone. >> [...] >> What can I do to access the phone's storage in FreeBSD? > > Seems to be the same "issue" I just had. See the mailing > list archives of the last few days. > > In short: method (a) > =A0 =A0 =A0 =A0# true > /dev/da0 > =A0 =A0 =A0 =A0# true > /dev/da1 > =A0 =A0 =A0 =A0# true > /dev/da2 > =A0 =A0 =A0 =A0# true > /dev/da3 > or method (b) > =A0 =A0 =A0 =A0# mount /dev/da0 /mnt > =A0 =A0 =A0 =A0# mount /dev/da1 /mnt > =A0 =A0 =A0 =A0# mount /dev/da2 /mnt > =A0 =A0 =A0 =A0# mount /dev/da3 /mnt > will cause the proper device nodes (e. g. /dev/da0s1, /dev/da1s1, > /dev/da2s1 and =A0/dev/da3s1) corresponding to inserted media to > appear. Those can then be mounted in the usual way. I tried that with no success. dmesg reports the new device as da4, but it then removes the entry so I don't have any /dev/da4[X] If I use the first method, I get "Permission denied" using both root and a regular user for da[0-3]. Using the second method, I get "Operation not permitted". No da4 nodes appear under /dev. > > > > -- > Polytropon > Magdeburg, Germany > Happy FreeBSD user since 4.0 > Andra moi ennepe, Mousa, ... >