This file contains known bugs and compatibility problems of the dmsdos 
filesystem driver.

- Kernel somtimes kills process reading dmsdos files. Was a bug in
  dmsdos_file_read which occured very rarely. Fixed since version 0.4.4.

- Buffers were not cleared when unmounting a CVF so the next mounted CVF
  may have used the old buffered data from the first one. Caused very rare
  and strange problems. Fixed since version 0.4.4.

- Dmsdos may fail reading the compressed partitions under heavy system load.
  Never reported but theoretically possible due to missing locks in the
  sources. Not fixed yet.