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 againIt 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
Regards, -Andrea
************************************************************************** Christophe Caron - INRA | Tél: (+33) 013465 2888 Mathematique, Informatique et Genome| Fax: (+33) 013465 2901 Domaine de Vilvert | Email: [EMAIL PROTECTED] F-78350 Jouy-en-Josas | http://migale.jouy.inra.fr/ **************************************************************************
------------------------------------------------------------------------- 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
