From owner-freebsd-questions@FreeBSD.ORG Tue Feb 15 22:43:36 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 B8155106566B for ; Tue, 15 Feb 2011 22:43:36 +0000 (UTC) (envelope-from lumiwa@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 7A2538FC12 for ; Tue, 15 Feb 2011 22:43:36 +0000 (UTC) Received: by iyb26 with SMTP id 26so595366iyb.13 for ; Tue, 15 Feb 2011 14:43:36 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:from:to:subject:date:user-agent:cc:references :in-reply-to:mime-version:content-type:content-transfer-encoding :message-id; bh=uMa9KFF/6dGaRbhA+JMvnWbme+fo9q0L3tFRbpPEqeA=; b=aBzOCabrhGLuSmhmD6TYSwrpDt3VyMH3aWlHpc6eZnBd4sXpQxx//5MIj58iLKXb+h HhXhiFbqjCUTY0l30xKiyy6Lc7X3jQbeVy5yUtbCQnssWFLg8St0h0ZUMbPd/u7QZbVp 4SzRFu3lIIYnx0M+yN8ZJp0P+Q1Ec6vHGAz2w= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:subject:date:user-agent:cc:references:in-reply-to :mime-version:content-type:content-transfer-encoding:message-id; b=c1AVh92CyNGgFUcqhhwJorg984AInTJOCLQpCsxddUvl0MplEpwo7kT/+yVhPv94ws UvIn8lOkQtMbi67UkDpp9pEh92H/mEpPo8faTkbdI0pNRRra5g8N4Ol7uO8vap1iTbpK Z50TYGQmUdEe7/zsYtxEDlexQn8Zf12Z60TYI= Received: by 10.42.229.133 with SMTP id ji5mr505108icb.54.1297809815748; Tue, 15 Feb 2011 14:43:35 -0800 (PST) Received: from athena.wi.rr.com (cpe-184-58-138-79.wi.res.rr.com [184.58.138.79]) by mx.google.com with ESMTPS id c4sm3504215ict.19.2011.02.15.14.43.34 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 15 Feb 2011 14:43:35 -0800 (PST) From: ajtiM To: Polytropon Date: Tue, 15 Feb 2011 16:43:23 -0600 User-Agent: KMail/1.13.5 (FreeBSD/8.1-RELEASE; KDE/4.5.5; i386; ; ) References: <201102141900.02996.lumiwa@gmail.com> <201102150557.33693.lumiwa@gmail.com> <20110215145139.ac6c74d9.freebsd@edvax.de> In-Reply-To: <20110215145139.ac6c74d9.freebsd@edvax.de> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201102151643.23482.lumiwa@gmail.com> Cc: freebsd-questions@freebsd.org Subject: Re: android 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, 15 Feb 2011 22:43:36 -0000 On Tuesday February 15 2011 07:51:39 Polytropon wrote: > On Tue, 15 Feb 2011 05:57:33 -0600, ajtiM wrote: > > I did what you suggested but it doesn't works: > > no such fles or directory. > > According to your dmesg output > > da4 at umass-sim1 bus 1 scbus3 target 0 lun 0 > da4: Removable Direct Access SCSI-2 device > da4: 40000 MB/s transfers > > the da4 device is the correct one. Check which access files > are created: > > # ls -l /dev/da4* > > You can check the partitioning of the da4 device with > > # fdisk da4 > > which should show you what kind of partitions are available > to access, and what type they are of. If you see a FAT > partition, it will probably be /dev/da4s1, so (including > security means, just for testing): > > # mount -t msdosfs -o ro /dev/da4s1 /mnt > > should mount it read-only. You can also use a per-filsystem > identification using > > # file - < /dev/da4s1 > > for proper identification (at least this works with partitions > containing UFS filesystems, no idea about FAT stuff). > > Check dmesg output in parallel to see if the Android didn't > cut the wire due to a timeout. > > Take one step after another: First identify what is available, > then identify it, and finally mount it for testing. If it all > works, make a permanent option (e. g. in /etc/fstab) for it > if you want. fdisk da4 ******* Working on device /dev/da4 ******* parameters extracted from in-core disklabel are: cylinders=967 heads=255 sectors/track=63 (16065 blks/cyl) parameters to be used for BIOS calculations are: cylinders=967 heads=255 sectors/track=63 (16065 blks/cyl) Media sector size is 512 Warning: BIOS sector numbering starts with sector 1 Information from DOS bootblock is: The data for partition 1 is: sysid 11 (0x0b),(DOS or Windows 95 with 32 bit FAT) start 8192, size 15536128 (7586 Meg), flag 0 beg: cyl 0/ head 130/ sector 3; end: cyl 967/ head 150/ sector 15 The data for partition 2 is: The data for partition 3 is: The data for partition 4 is: I don't know how tou mount. I like to reach a memory card for upload mp3 from computer. Thank. Mitja -------- http://jpgmag.com/people/lumiwa