wtautz wrote: > The interesting thing is the image on the image server, of course, has no > /dev/disk/ since, as I understand it, /dev/ is a kernel maintained structure > and yet the autoinstalled client remembered the identifier from the golden > client, a different piece of hardware but hardware that is the "same".
/dev was maintained by the kernel in old versions of linux (typically 2.4) by devfs. In 2.6 kernels the /dev population has been moved in userspace using udev. This means that the name of your devices depends on the udev configuration. Look in /etc/udev/ or "man udev" for details. Regards, -Andrea ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ sisuite-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/sisuite-users
