Skip to content

nkzxw/winfstest

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)
  • U shoud see test done 171/171

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 60.9%
  • C 37.7%
  • Other 1.4%