Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 579 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 579 Bytes

winfstest

Windows file system testing. Inspired by the FreeBSD fstest, but written from scratch to work on Windows.

Based from work of Bill Zissimopoulos, https://bitbucket.org/billziss/secfs.test

Prerequisites:

  • Visual Studio (prepared in VS 2015)
  • Windows 10 SDK
  • Python 2.7

To run:

  • Build the winfstest.exe with VS
  • cd TestSuite
  • run-winfstest.bat - if python not found, u probably need to edit HKCU to HKLM (machine vs per user Python install)
  • You shoud see test done 500/500

To test another location give a path as first argument: run-winfstest.bat . X:\tmp