Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 27 May 2009 13:11:51 +0200
From:      Polytropon <freebsd@edvax.de>
To:        Roy Stuivenberg <roys1012@gmail.com>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: ipod nano 3th 8gig
Message-ID:  <20090527131151.6ef7d17b.freebsd@edvax.de>
In-Reply-To: <1243422066.1363.12.camel@rs-unix.roycs.nl>
References:  <1243422066.1363.12.camel@rs-unix.roycs.nl>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, 27 May 2009 13:01:06 +0200, Roy Stuivenberg <roys1012@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, ...



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20090527131151.6ef7d17b.freebsd>