Hello, I wonder if someone have faced the below issue. I am using Linux 2.0 with DOC (driver version is 4.2.1). I have compiled DOC driver as module, during boot proceess it is loaded via initrd mechanism, and then root filesystem on DOC is mounted. In general this works. But after linuxrc on initrd is executed, kernel fails to umount initrd (with error -16: device busy) and initrd stays in memory, occupying /dev/ram0 device (which I need afterwards). I can't unmount /dev/ram0 even after login. My linuxrc is very simple, it just calls static insmod with doc.o module, it doesnot mount any filesystems, etc. How can I get things right? I *need* to unmount (and then free) initrd, since I am short at the RAM size. Regards, Konstantin. -- To unsubscribe from this list, send a message to [EMAIL PROTECTED] with the command "unsubscribe linux-embedded" in the message body. For more information, see <http://waste.org/mail/linux-embedded>.