[EMAIL PROTECTED] wrote: >>>> Do you confirm that /dev/sda has not been created? (ls -l /dev/sda) >>>> And if you manually create it (mknod /dev/sda b 8 0) does fdisk -l >>>> print >>>> some disk informations or not? This information is useful to understand >>>> if the problem is in the kernel or in udev... >>> >>> First, /dev/sda does not exist. And fdisk print nothing even after the >>> creation of the sepcial device /dev/sda with mknod. >>> So kernel problem ? >>> thanks again >> >> It doesn't seem to be a udev only problem. Maybe there's a bit to play >> with the kernel... what's the output of `cat /proc/diskstats` and `cat >> /proc/partitions`? > > #cat /proc/diskstats > 1 0 ram0 0 0 0 0 0 0 0 0 ... > 1 1 ram1 0 0 0 0 0 0 0 0 ... > ... > 1 15 ram15 0 ... 9 0 > md 0 0 0 0... 7 0 > loop0 0 0 7 1 > loop1 0 0 0 0 7 2 > loop2 0 0 0 ... 7 7 > loop7 0 0 0 0 > > No sda entry > > # cat /proc/partitions > major minor #blocks name > > It is empty. > > cc >
This means that the kernel is not able to detect your disk. Have you tried with UYOK, as documented on the wiki page? http://wiki.systemimager.org/index.php/UYOK. If the running kernel is able to recognize the disk you can use it for the installation... Regards and sorry for my late... -Andrea ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Sisuite-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/sisuite-users
