AlphaFS icon indicating copy to clipboard operation
AlphaFS copied to clipboard

Investigate if there is a problem opening files with asynchronous support from read-only volumes.

Open alphaleonis opened this issue 10 years ago • 0 comments

Created from #105

File.Open needs to create an FileStream with the isAsync-flag set to "true". But I have problems with overlapped-I/O and read-only volumes (e.g. Shadow-Copies).

File.Open results in error-messages "media is read-only", even if i open the file only read. The error disappears, if i don't use overlapped i/o.

Investigate whether we can reproduce this and if so, update this to a bug and find a solution to fix it in that case.

Possibly relevant links: -http://www.getcodesamples.com/src/A1C575BD/3FA4157B -http://www.beefycode.com/post/Using-Overlapped-IO-from-Managed-Code.aspx

alphaleonis avatar Jan 23 '15 12:01 alphaleonis