[PLUG] iPod with Linux?

John Jordan johnxj at comcast.net
Sun Jul 3 04:48:17 UTC 2005


On 2 Jul 2005, at 21:21, Eric Wilhelm wrote:

> >OK, I just determined that it's mounted. It's at /media/iPod/. How do
> >I determine for sure what filesystem it has?
> 
> mount should tell you that
> 
>   mount
> 
> or (to see just the ipod)
> 
>   mount | grep iPod
> 
> You should see something like:
> <device> on <mountpoint> type <type> (<mountopts>)
> 
> <mountopts> had better be rw

Yep, it is. It says:

/dev/sda3 on /media/iPod type hfsplus 
(rw,nosuid,nodev,uid=1000,gid=1000)

And when I did modprobe hfsplus I didn't get any error messages. 
So I must have HFS+ support.

So it must be a permissions thing. Back to researching chmod 
syntax. :)



More information about the PLUG mailing list