Trying to mount ATAPI ZIP-drive via udev I get this log: localhost udev[21682]: run_program: exec of program '/etc/udev/scripts/ide-model.sh' failed Issue: file ide-model.sh is abcent inside the directory but invoked from /etc/udev/rules.d/50-alt.rules. Solution: I find suitable script in Mandriva 2006.0 distribution. Works fine for me. Steps to Reproduce: 1. Click over iomega ZIP (or JAZZ) device icon on KDE 2. Switch to 12-th console and see the logs Actual Results: Error message (see above). Expected Results: Something like: localhost udev[23428]: run_program: '/etc/udev/scripts/ide-model.sh' (stdout) 'IOMEGA ZIP 100 ATAPI'
Created attachment 1557 [details] The missing file Just copy this file with 'chown root' and 'chmod 755' to /etc/udev/scripts and have a fun.
Reassign
Should be fixed now (there are no references to ide-model.sh in current /etc/udev/rules.d/*.rules).