Hi all, i have recently faced some troubles when installing a fai-cd on a a server with an adaptec i2o scsi controller (quite old).
My fai version is 3.1.8. I have solved my issue patching the last line of /usr/lib/fai/disk-info script in this way: egrep ' i2o/hd.\b| cciss/c.d.\b| ida/c.d.\b| rd/c.d.\b| hd.\b| sd.\b|/disc\b' /proc/partitions | diskandsize This is because driver allows access to disks with /dev/i2o/hda and so on. If you think this can be useful, feel free to add patch to repository. Bye, -- Sandro.
