Hi Sean,

Sean Bartell wrote:
> Another problem is that
> mainline r1598 seems to have broken libblock (try "blkdump bd/initrd" or
> "bithenge fat.bh block:bd/initrd").

OK I know what's the problem. After my refactoring the block device interface 
actually does not allow more than one client at a time. The ram disk is 
mounted, so it's open by the root filesystem driver. Therefore another client 
(such as blkdump) cannot connect to it.

I thought this wouldn't be needed, but obviously this is one case where it 
might be useful. You can work around it by using another, idle, bllock device.

Will probably fix this soon.

Regards,
-Jiri

_______________________________________________
HelenOS-devel mailing list
[email protected]
http://lists.modry.cz/cgi-bin/listinfo/helenos-devel

Reply via email to