mirror of
https://github.com/reactos/reactos.git
synced 2024-11-02 21:09:15 +00:00
b0bf7dfb62
It's critical not to perform any write on a volume without an exclusive lock on it. That lock is only acquired if ChkDsk is started in RW mode. Also added an assert in write routine, to make sure that when we're about to perform a write operation, we're really allowed to do so. This will avoid volume corruptions when a simple "chkdsk" is issued from cmd. To put it simple: check will really check now, and won't attempt any repair. CORE-14119 |
||
---|---|---|
.. | ||
btrfslib | ||
cdfslib | ||
ext2lib | ||
ffslib | ||
ntfslib | ||
reiserfslib | ||
vfatlib | ||
vfatxlib | ||
CMakeLists.txt |