[EMAIL PROTECTED] schrieb: > Shane Williams schrieb: > >> I'm hoping to maintain the /dev/home_volume, /dev/mail_volume, >> etc. naming scheme because that's what currently exists on the RHEL 3, >> and all our docs refer to them that way. >> > > not exactly the same but: > iirc under fc3+ you could copy the vmware-modules to > /etc/udev/devices/* because they were lost while reboot. > i do not know if this works but you could try to create your symlinks > in /etc/udev/devices/*
i could not resist, at least under fc7 it is ok with raid devices # mkdir /etc/udev/devices # ln -s /dev/md2 /etc/udev/devices/test_md2 # init 6 # ll /dev/test_md2 lrwxrwxrwx 1 root root 8 29. Dez 12:46 /dev/test_md2 -> /dev/md2 -- shrek-m _______________________________________________ rhelv5-list mailing list [email protected] https://www.redhat.com/mailman/listinfo/rhelv5-list
