Blog
Recent Posts
New Project
New Site Layout and Code
Better iPhone/iPod Touch Automount
Hotplug Your iPod Touch With udev Rules
Google Watches You Shower
Archive
June, 2008May, 2008April, 2008March, 2008February, 2008January, 2008December, 2007November, 2007 Older
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






