-
Type:
Bug
-
Status: Open
-
Priority:
Major
-
Resolution: Unresolved
-
Fix Version/s: None
-
Component/s: Drivers: Filesystems
-
Labels:None
-
Environment:
Operating System: ReactOS
Platform: x86 Hardware
-
External URL:
-
External issue ID:6814
After creating files, and disk activity as stopped, powering off ReactOS or encountering a BSOD can create unexpected file system corruption.
A couple of examples:
Install Winrar.
Reboot normally.
Create a folder called wscite177 (otherwise the folder will disappear)
Right click and extract wscite177 to that folder.
After extraction is complete, power off the vm.
The folder will now contain corrupted file names.
Another example:
Currently running Firefox 3.0.11 BSODs on startup. (Virtualbox 3.2.8, VT-x enabled) (The BSOD itself is a separate bug)
On a fresh install of ReactOS, install Firefox 3.0.11.
At the end of installation, let it automatically run Firefox.
Firefox will briefly appear and BSOD.
One or more of the sub folders in the Firefox program folder will now contain garbled entries.
If Firefox does not happen to crash for you, power off the VM after it starts and get the same results.
If you shut down ReactOS normally, the file names will be correct.
It looks as if ReactOS is creating the file entries on the disk, but not filling in the attributes until later, leaving garbage data in there instead.
Two observations about what is happening:
File/directory entries should not be written to the disk containing garbage attributes.
ReactOS is apparently write caching , and not writing the cached data to the disk in a timely manner. - which is important given its general instability.
- is duplicated by
-
CORE-10554 ReactOS show names of some folders and files using a random symbols.
-
- Resolved
-
- relates to
-
CORE-6762 Registry corruption after non-clean shutdown
-
- Open
-