> Has one run into "can't find /dev/sda SATA disk" error? > And does anyone know what to do to fix this? > > We use RedHat Linux Enterprise Version 3. And downloaded the > latest systemimager.
You will have to be more specific, but I have a hunch I know exactly what is wrong. You are using a SATA drive that RHEL identifies as /dev/sda, but systemimager's kernel/etc. identifies as /dev/hda. This is because RedHat back-ported Jeff Garzik's libata driver to their kernels. Libata uses a SCSI-type subsystem instead of IDE-like. To fix this problem, you will need to grab systemimager's CVS or 3.2x release and recompile your kernel && boel_binaries with 'libata' or ata_piix support. I have a kernel & boel_binaries you can use if interested, email me off-list. P ------------------------------------------------------- This SF.Net email is sponsored by The 2004 JavaOne(SM) Conference Learn from the experts at JavaOne(SM), Sun's Worldwide Java Developer Conference, June 28 - July 1 at the Moscone Center in San Francisco, CA REGISTER AND SAVE! http://java.sun.com/javaone/sf Priority Code NWMGYKND _______________________________________________ Sisuite-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/sisuite-users
