<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content="text/html; charset=iso-8859-1" http-equiv=Content-Type>
<META content="MSHTML 5.00.2314.1000" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>Hello,</FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=Arial size=2>I've integrated the JFFS into a 2.2.16 kernel and
it works almost fine.</FONT></DIV>
<DIV><FONT face=Arial size=2>But I cannot use an editor like pico to create a
file on a JFFS-filesystem. It leads to an serious error. Other operations like
copying or moving files are no problem.</FONT></DIV>
<DIV><FONT face=Arial size=2>So I've written a small program which uses
file-mapping to change given files. And the results were very strange: When I
run this application it should open a file called map.txt and change the first
bytes into the sequence "abcdef...xyz". But when I read the file after I've run
that application, the file seems to be unchanged. Changes appear first when I
unmount that fs and mount in again. Then the file looks like a concatenation of
the unchanged and the changed version.</FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=Arial size=2>Is this a bug? And if it is a bug, is this a known
bug?</FONT></DIV>
<DIV> </DIV>
<DIV> </DIV>
<DIV><FONT face=Arial size=2>regards</FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=Arial size=2>Markus Thiesmeyer</FONT></DIV></BODY></HTML>