On Wed, 27 May 2009 13:01:06 +0200, Roy Stuivenberg <roys1...@gmail.com> wrote:
> Hello,
> 
> Has anyone been able to connect an ipod nano 3th (windows version) ?
> Mounting it gives me this error.
> 
> rs-unix# mount -t msdosfs /dev/da1s1 /ipod
> mount_msdosfs: /dev/da1s1: : Invalid argument

Can you check

        # fdisk da1

to see if you're accessing the correct partition? In any
case, /dev/da1s1 should be fine. 

You can try as well:

        # mount_msdosfs -o ro /dev/da1s1 /ipod
        # mount_msdosfs -o ro /dev/da1 /ipod




>From your dmesg:

> umass1: <Apple Inc. iPod, class 0/0, rev 2.00/0.01, addr 2> on uhub7
> da1 at umass-sim1 bus 1 target 0 lun 0
> da1: <Apple iPod 1.62> Removable Direct Access SCSI-0 device 
> da1: 40.000MB/s transfers
> da1: 7583MB (1941441 4096 byte sectors: 255H 63S/T 120C)

Which files are created in /dev?

        # ll /dev/da1*

I don't own an iPod, but I may assume that it shows itself to
the system as a regular direct access storage device (da) and
not as a generic device (ugen).



-- 
Polytropon
>From 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"

Reply via email to