Skip to content

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

Notifications You must be signed in to change notification settings

juicedata/winfstest

This branch is up to date with dimov-cz/winfstest:master.

Folders and files

NameName
Last commit message
Last commit date
Mar 16, 2020
Jun 12, 2016
Mar 16, 2020
Apr 10, 2016
Feb 13, 2016

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

Packages

No packages published

Languages

  • SWIG 58.8%
  • Python 24.3%
  • C 16.4%
  • Other 0.5%