Opened 14 years ago
Last modified 14 years ago
#366 closed defect
Cating a block device node renders the console unusable — at Version 1
Reported by: | Jakub Jermář | Owned by: | Martin Decky |
---|---|---|---|
Priority: | major | Milestone: | 0.5.0 |
Component: | helenos/fs/locfs | Version: | mainline |
Keywords: | Cc: | ||
Blocker for: | Depends on: | ||
See also: |
Description (last modified by ) ¶
As of mainline,1184, the following will render the console unusable:
# cat /loc/bd/initrd
This is to some extent expected as the block devices do not implement the file protocol, so open() and read() don't make any sense with them. On the other hand, the system should react to this in a more sensible way and should survive any such attempt.
Note:
See TracTickets
for help on using tickets.