<br><div class="gmail_quote">On Thu, Oct 23, 2008 at 10:18 PM, Todd Walton <span dir="ltr">&lt;<a href="mailto:tdwalton@gmail.com">tdwalton@gmail.com</a>&gt;</span> wrote: <br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
I can mount it from the command line: &#39;mount /dev/sdc /mnt/ipod&#39;. &nbsp;But then<br>
Amarok says it couldn&#39;t get a lock on it or something. &nbsp;There&#39;s no<br>
lock file on the iPod.<br>
</blockquote></div><br>This might be a permissions issue.&nbsp; Try passing the mount option -ouid=your_user_name so that your user will own the files on the ipod.<br><br>Personally, I have an fstab entry for my ipod like this:<br>
<br>UUID=177D-2EFC /media/ipod&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; vfat&nbsp; noexec,nosuid,noauto,rw,user,uid=nathan&nbsp;&nbsp; 0&nbsp;&nbsp; 0<br><br>I use a UUID because depending on what USB devices are plugged in, it might get assigned a different device file.&nbsp; You can obtain a UUID for your ipod with &quot;sudo blkid /dev/sdc&quot;.&nbsp; vol_id also works.&nbsp; Alternatively, you can use LABEL=volume_label_of_vfat_partition instead of the UUID.<br>
<br>Mounting with the &quot;user&quot; option allows me to mount the ipod without root priviledges.<br><br>I&#39;m not sure where KDE keeps the config for how to handle the iPod when it gets plugged in.&nbsp; I would be interested to know if someone figures it out.<br>
<br>- Nathan<br>