Am Donnerstag, 17. Mai 2007 15:22 schrieb Marcy Cortes: > I'd like to be able to reference devices like /dev/dasd/8000/part1 instead > of via /dev/dasdc1. (or /dev/dasd/0.0.8000/part1 is close enough) like > Levanta does. > > Reading all the device driver stuff it looks like I need to implement udev. > I can't for the life of me figure out how to turn this on! Has anyone > done this?
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. -- IBM Deutschland Entwicklung GmbH Vorsitzender des Aufsichtsrats: Martin Jetter Geschäftsführung: Herbert Kircher Sitz der Gesellschaft: Böblingen Registergericht: Amtsgericht Stuttgart, HRB 243294 ---------------------------------------------------------------------- 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
