I haven't mounted my Android yet on my FreeBSD servers but I would think the advice below of mounting it like a MSDOS thumb drive would be correct. I would also think you'd need to use the "longname" switch as well on your command line. Otherwise you'll be stuck with the old 8.3 filename format limits.
________________________________ From: Mike Tancsa <[email protected]> To: ajtiM <[email protected]> Cc: [email protected] Sent: Mon, February 14, 2011 8:32:56 PM Subject: Re: android On 2/14/2011 8:00 PM, 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: <HTC Android Phone 0100> Removable Direct Access SCSI-2 device > da4: 40000 MB/s transfers > > How can I mount it, please? Try, ls -l /dev/da4* You will probably see /dev/da4s1 which is most likely msdos. If so, try mount_msdosfs /dev/da4s1 /mnt ---Mike -- ------------------- Mike Tancsa, tel +1 519 651 3400 Sentex Communications, [email protected] Providing Internet services since 1994 www.sentex.net Cambridge, Ontario Canada http://www.tancsa.com/ _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[email protected]" _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[email protected]"
