Changes between Initial Version and Version 1 of Ticket #2579
- Timestamp:
- Aug 7, 2008, 9:25:55 AM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2579 – Description
initial v1 9 9 10 10 And strace: 11 11 {{{ 12 12 /Zeta 1.2/home> strace cat readat_test 13 13 [ 728] _kern_image_relocated(0x681) (215 us) … … 44 44 [ 728] _kern_release_sem(0x3856) = 0x00000000 No error (0 us) 45 45 [ 728] _kern_exit_team(0x1) (2 us) 46 46 }}} 47 47 It seems the problem is the _kern_write() calls in a read-only volume. But why does reading a file result in a write operation? 48 48