LinuxQuestions.org
Did you know LQ has a Linux Hardware Compatibility List?
Go Back   LinuxQuestions.org > Blogs > farslayer
User Name
Password

Notices

Rate this Entry

UDEV Rules

Submit "UDEV Rules" to Digg Submit "UDEV Rules" to del.icio.us Submit "UDEV Rules" to StumbleUpon Submit "UDEV Rules" to Google Submit "UDEV Rules" to LinuxQuestions.org
Posted 03-27-2009 at 09:25 AM by farslayer

udev Rules for the Hard drives..


Use udevinfo to get unique attributes about the devices you are going to write a rule for.

udevinfo -a -p /sys/block/sda | grep -i model
Gives the following output: SYSFS{model}="LD 0 RAID1 139G"

udevinfo -a -p /sys/block/sda | grep -i size
Gives the following output: SYSFS{size}="286515200"

udevinfo -a -p /sys/block/sdb | grep -i model
Gives the following output: SYSFS{model}="PERC 5/E Adapter"

udevinfo -a -p /sys/block/sdb | grep -i size
Gives the following output: SYSFS{size}="10732699648"

2. Now that we have unique information about each device, we can write a udev rule and rename each device.
cd /etc/udev/rules.d
vi 51-perc.rules


Place the following into the file:
SYSFS{size}="10732699648", SYSFS{model}="PERC 5/E Adapter", NAME="sdb"
SYSFS{size}="286515200", SYSFS{model}="LD 0 RAID1 139G", NAME="sda"


Issue a "udevstart"
Views 1251 Comments 0 Edit Tags
« Prev     Main     Next »
Total Comments 0

Comments

 


All times are GMT -5. The time now is 04:13 PM.

Main Menu
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
RSS2  LQ Podcast
RSS2  LQ Radio
Twitter: @linuxquestions
identi.ca: @linuxquestions
Facebook: @linuxquestions
Open Source Consulting | Domain Registration