Christian wrote: >If you run udevstart, you will get several symbolic links >in /dev/disk/. If that works, there is an init script to let >udev run on every boot: /etc/init.d/boot.udev # >chkconfig boot.udev on will turn udev on.
Ha - finally figured it out - udev.rules let me do it, but only if I put it near the beginning so some other rule didn't pick it up first! Only the first wins apparently. Added this to /etc/udev/udev.rules KERNEL="dasd*[a-z]", SYMLINK="dasd/%b/disk", NAME="%k" KERNEL="dasd*[0-9]", SYMLINK="dasd/%b/part%n", NAME="%k" Then, ran udevstart. Then, chkconfig boot.udev on Cool! Thanks! Marcy Cortes "This message may contain confidential and/or privileged information. If you are not the addressee or authorized to receive this for the addressee, you must not use, copy, disclose, or take any action based on this message or any information herein. If you have received this message in error, please advise the sender immediately by reply e-mail and delete this message. Thank you for your cooperation." ---------------------------------------------------------------------- For LINUX-390 subscribe / signoff / archive access instructions, send email to [EMAIL PROTECTED] with the message: INFO LINUX-390 or visit http://www.marist.edu/htbin/wlvindex?LINUX-390
