Hi I added some udev rules to my udev.rules and the one for the HD
works fine, as far as I can tell, but when I plug in the IPOD without
disconnecting the usb cable from the back of the computer, I get 2
wizards and I have to 'cancel' and unplug 2-3 times to get it to mount
right. <br>
<br>
First time it wants to mount at media/ToddPod-1, and the second time, if I get an error, it sez it can't find the mount point.<br>
<br>
Am I doing this right?<br>
<br>
BUS=="scsi", SYSFS{model}="OneTouch II     ",
KERNEL="sd?[1-9]", NAME="ToddDrive", GROUP="hal", MODE="640",
SYMLINK="%k"<br>
BUS=="scsi",
SYSFS{model}="iPod           
", KERNEL="sd?[1-9]", NAME="ToddPod", GROUP="hal", MODE="640",
SYMLINK="%k"<br>
<br>
<br>