[Cialug] iPod/Linux oddity

Tony Bibbs tony at tonybibbs.com
Wed May 23 09:07:12 CDT 2007


Well my first real problem is that I never see /dev/ipod show up and it always gets mounted on /dev/sdb2.  Apparently my hal policy isn't getting picked up so is there a trick to get this working or a good way to test my policy even works?

--Tony

----- Original Message ----
From: Jeffrey C. Ollie <jeff at ocjtech.us>
To: Central Iowa Linux Users Group <cialug at cialug.org>
Sent: Wednesday, May 23, 2007 8:55:42 AM
Subject: Re: [Cialug] iPod/Linux oddity

On Wed, 2007-05-23 at 06:45 -0700, Tony Bibbs wrote:
>
> <?xml version="1.0" encoding="ISO-8859-1"?>
> <deviceinfo version="0.2">
>   <device>
>     <match key="@block.storage_device:storage.model" string="iPod">
>       <merge key="volume.policy.desired_mount_point" type="string">ipod</merge>
>       <merge key="volume.policy.mount_option.iocharset=iso8859-15" type="bool">true</merge>
>       <merge key="volume.policy.mount_option.sync" type="bool">true</merge>
>     </match>
>   </device>
> </deviceinfo>
> 
> Assuming that is right, my next question is how do I get it to mount at /mnt/ipod as read-only?  Is it as simple as an entry in /etc/fstab?

I'm not sure, but would something like this work:

<merge key="volume.policy.mount_option.ro" type="bool">true</merge>

Jeff


_______________________________________________
Cialug mailing list
Cialug at cialug.org
http://cialug.org/mailman/listinfo/cialug





More information about the Cialug mailing list