2006/9/28, Mister Dobalina <[EMAIL PROTECTED]>:
> http://www.reactivated.net/writing_udev_rules.html

Thanks, very interesting. I solved the fstab problem with the LABEL
trick. but this reading was illuminating.

> for tips on writing your own udev rules. You can use
> the info returned by
>
> udevinfo -a -p /sys/block/XXX
>
> to write rules to force udev to call your root disk
> /dev/hdc (or whatever you want...)

Tried, I can't make it work. These two are the ones I use:
SUBSYSTEM=="block", ATTR{size}=="160086528", NAME="hda"
SUBSYSTEM=="block", ATTR{size}=="361882080", NAME="hdb"

They are of no use, and the cdrom gets recognized as hda...

_______________________________________________
arch mailing list
[email protected]
http://www.archlinux.org/mailman/listinfo/arch

Reply via email to