From owner-freebsd-questions@FreeBSD.ORG Tue Feb 15 01:28:56 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 0AF3B106566C for ; Tue, 15 Feb 2011 01:28:56 +0000 (UTC) (envelope-from illoai@gmail.com) Received: from mail-fx0-f54.google.com (mail-fx0-f54.google.com [209.85.161.54]) by mx1.freebsd.org (Postfix) with ESMTP id 95F068FC17 for ; Tue, 15 Feb 2011 01:28:55 +0000 (UTC) Received: by fxm16 with SMTP id 16so6025147fxm.13 for ; Mon, 14 Feb 2011 17:28:54 -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; bh=wDj2ZWN2kGGyRw0rb76hSsSiJbZ7xG0H6bkhK5Txp6Q=; b=mSUZfWG618jI98+J4Y2SVY3VXSvdRzyLdnjp70KZo+Z21f30cZ1hfY1Y7opm+dedK6 wnZp6Uh0eNsiRYkiDT0L2q73FylTCtEtiwKDJ6iCi5TCMROzRKN8iyoTtQES+jYmNK36 DBQ3UWKNcolm9TBzgvbSALkAMGCkCF72rkVzQ= 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; b=rgMcc9GK6G89KL1RFAR8uIJmWVw567tnqFVnCQyb1tBO+Uq/NJkYWnCNw+y3Uru6lD sX4gO11Jc8EyaFzf6mHy71JT/DtQ2EDK7CF1wY3iZDlazLKjaF073ZzA4E8Moj78c6xk 8VuBHOkuhnIswkJcsj56dhVeN0Wv5hGL7qle4= MIME-Version: 1.0 Received: by 10.223.86.80 with SMTP id r16mr5437568fal.81.1297733334413; Mon, 14 Feb 2011 17:28:54 -0800 (PST) Received: by 10.223.83.15 with HTTP; Mon, 14 Feb 2011 17:28:54 -0800 (PST) In-Reply-To: <201102141900.02996.lumiwa@gmail.com> References: <201102141900.02996.lumiwa@gmail.com> Date: Mon, 14 Feb 2011 20:28:54 -0500 Message-ID: From: "illoai@gmail.com" To: ajtiM Content-Type: text/plain; charset=ISO-8859-1 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 01:28:56 -0000 On 14 February 2011 20:00, ajtiM wrote: > Hi! > > I bought HTC Inspire 4G phone and I lie to upload some mp3 files. When I > connected a phoe to the USB port I got: > > da4 at umass-sim1 bus 1 scbus3 target 0 lun 0 > da4: Removable Direct Access SCSI-2 device > da4: 40000 MB/s transfers > > How can I mount it, please? > Probably (though not certainly) mount -t msdosfs /dev/da4s1 /mnt -- --