HI !

I don't think this is RTLinux related, so here is a littl checklist

1) cat /proc/devices

   this should contain a line like

     2 fd

   if not -> check your kernel .config and enable the CONFIG_BLK_DEV_FD .

2) if you have an entry and can't access it check if the kernel found the right
   floppy in  dmesg  output , it should contain a line like:

   Floppy drive(s): fd0 1.44MB

3) if the floppy is there and the correct type check if you have the 
   filesystems enabled that you are trying to access on the floppy .
   cat /proc/filesystems should probably contain 

       msdos
     
   assuming you are trying to acces a MSDOS formated floppy.



hofrat 
-- [rtl] ---
To unsubscribe:
echo "unsubscribe rtl" | mail [EMAIL PROTECTED] OR
echo "unsubscribe rtl <Your_email>" | mail [EMAIL PROTECTED]
---
For more information on Real-Time Linux see:
http://www.rtlinux.org/rtlinux/

Reply via email to