Asked By PeterV
18-Dec-09 09:46 PM
Hello,
A challenge: I have a (RAM) disk, which is exposed as a USB mass
storage device. Therefore, the desktop computer accesses my disk as a
SCSI block device. Also, I mounted the same disk using the FATFS and I
can see files under WinCE, which have been just copied over USB from
the desktop. So far, so good. Now: if I create a file under WinCE, the
desktop computer does not notice and I can wait forever. When I unplug
and plug-in the USB again, I can see the file created before under
WinCE.
Is there a sort of SCSI asynchronous file change notification? If so,
is there any example about how to implement that?
Thank you very much for help,
Peter