On Tue, 28 Dec 2010, Polytropon wrote:

On Tue, 28 Dec 2010 12:32:02 +0100, Fernando Apestegu?a 
<fernando.apesteg...@gmail.com> 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)
        # true > /dev/da0
        # true > /dev/da1
        # true > /dev/da2
        # true > /dev/da3
or method (b)
        # mount /dev/da0 /mnt
        # mount /dev/da1 /mnt
        # mount /dev/da2 /mnt
        # mount /dev/da3 /mnt
will cause the proper device nodes (e. g. /dev/da0s1, /dev/da1s1,
/dev/da2s1 and  /dev/da3s1) corresponding to inserted media to
appear. Those can then be mounted in the usual way.



--
Polytropon
Magdeburg, Germany
Happy FreeBSD user since 4.0
Andra moi ennepe, Mousa, ...
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"



With my phone, sometimes I have to enable "Disc Drive"


_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"

Reply via email to