Blog

Better iPhone/iPod Touch Automount

This is an update to my article about auto-mounting the iPod Touch. I'd recommend updating your method to the one provided here, if you're an Ubuntu Gutsy user like me. Same method as described here, except the rules are now:

SUBSYSTEM=="usb", ATTR{idProduct}=="1291", ATTR{idVendor}=="05ac", ACTION=="add", NAME="ipod", RUN+="/bin/su greg -c '/usr/bin/ipod-touch-mount'"
SUBSYSTEM=="usb", ACTION=="remove", RUN+="/bin/su greg -c '/usr/bin/ipod-touch-umount'"

Even nicer! Better if it were all bunched into a nice little automated script but thats for later.

Link to this article | Make a Comment
Tags: iPod Touch, iPhone, Linux

Make a Comment