Another issue I am facing is that the OSFMount.sys file is open even after successful dismounting. I have to attempt Dismount multiple times with wait of few seconds in case I want to delete the OSFMount.sys file.
Announcement
Collapse
No announcement yet.
OSFMount.sys file open even after Dismounting
Collapse
X
-
OSFMount.sys file open even after Dismounting
Another issue I am facing is that the OSFMount.sys file is open even after successful dismounting. I have to attempt Dismount multiple times with wait of few seconds in case I want to delete the OSFMount.sys file.Tags: None
-
We haven't timed the duration of the file locking after the dismount of a drive.
But if it unlocks after a few seconds, this is a delay in the Windows O/S.
Might also depend on the performance of the machine.
Things like this are no uncommon in Windows.
The normal solution for this is to write a loop. Something like this.
Comment