--- xml/htdocs/doc/en/udev-guide.xml 2011/09/11 08:43:18 1.54 +++ xml/htdocs/doc/en/udev-guide.xml 2011/12/26 15:22:40 1.55 @@ -1,6 +1,6 @@ - + Gentoo udev Guide @@ -23,8 +23,8 @@ -9 -2011-09-11 +10 +2011-12-26 What is udev? @@ -36,8 +36,8 @@ When Linux-users talk about the hardware on their system in the vicinity of people who believe Linux is some sort of virus or brand of coffee, the use of "slash dev slash foo" will return a strange look for sure. But for the fortunate -user (and that includes you) using /dev/hda1 is just a fast way of -explaining that we are talking about the primary master IDE, first partition. Or +user (and that includes you) using /dev/sda1 is just a fast way of +explaining that we are talking about the primary master SATA, first partition. Or aren't we?

@@ -45,7 +45,7 @@ We all know what a device file is. Some even know why device files have special numbers when we take a closer look at them when we issue ls -l in /dev. But what we always take for granted is that the primary -master IDE disk is referred to as /dev/hda. You might not see it +SATA disk is referred to as /dev/sda. You might not see it this way, but this is a flaw by design.