<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="https://openzfsonosx.org/w/skins/common/feed.css?303"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://openzfsonosx.org/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=60.225.25.175</id>
		<title>OpenZFS on OS X - User contributions [en]</title>
		<link rel="self" type="application/atom+xml" href="https://openzfsonosx.org/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=60.225.25.175"/>
		<link rel="alternate" type="text/html" href="https://openzfsonosx.org/wiki/Special:Contributions/60.225.25.175"/>
		<updated>2026-05-09T20:20:00Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.22.3</generator>

	<entry>
		<id>https://openzfsonosx.org/wiki/Windows_package_ifstest</id>
		<title>Windows package ifstest</title>
		<link rel="alternate" type="text/html" href="https://openzfsonosx.org/wiki/Windows_package_ifstest"/>
				<updated>2022-04-20T12:42:37Z</updated>
		
		<summary type="html">&lt;p&gt;60.225.25.175: avoid crashing tests&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;We want to run ifstest.exe&lt;br /&gt;
&lt;br /&gt;
https://docs.microsoft.com/en-us/windows-hardware/test/hlk/testref/14b230f3-7eee-437e-ab2f-375b200de6f3&lt;br /&gt;
&lt;br /&gt;
== Grab the Virtual Hardware Lab Kit ==&lt;br /&gt;
&lt;br /&gt;
https://docs.microsoft.com/en-us/windows-hardware/test/hlk/&lt;br /&gt;
&lt;br /&gt;
https://www.microsoft.com/en-us/evalcenter/evaluate-virtual-hardware-lab-kit&lt;br /&gt;
&lt;br /&gt;
Windows 11	&lt;br /&gt;
Virtual HLK (VHLK) for Windows 11&lt;br /&gt;
&lt;br /&gt;
2019DC-22000.1.co_release.210604-1628-HLK.vhdx&lt;br /&gt;
&lt;br /&gt;
mount the image as d:&lt;br /&gt;
&lt;br /&gt;
== Make a stand alone package ==&lt;br /&gt;
Copy the tests to the target folder&lt;br /&gt;
&lt;br /&gt;
 cp D:\Program Files (x86)\Windows Kits\10\Hardware Lab Kit\Tests\amd64\nttest\BASETEST\core_file_services &amp;lt;target&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Copy the missing dll files to the ifs_test_kit folder&lt;br /&gt;
&lt;br /&gt;
 cp D:\Program Files (x86)\Windows Kits\10\Hardware Lab Kit\Tests\amd64\nttest\BASETEST\core_file_services\Shared_tests\CiBValidationKit\Tests\ntlog.dll &amp;lt;target&amp;gt;\ifs_test_kit\&lt;br /&gt;
 cp D:\Program Files (x86)\Windows Kits\10\Hardware Lab Kit\Tests\amd64\nttest\BASETEST\core_file_services\shared_libs\fbslog\FbsLog.dll &amp;lt;target&amp;gt;\ifs_test_kit\&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Create new test script &lt;br /&gt;
&lt;br /&gt;
This assumes that the ZFS pool will be mounted at e&lt;br /&gt;
&lt;br /&gt;
ifstestzfs.cmd&lt;br /&gt;
&lt;br /&gt;
 REM Copy over ifsTestCleanup.cmd into the current user's startup group&lt;br /&gt;
 setlocal&lt;br /&gt;
 set TARGET_LOCATION=&amp;quot;%USERPROFILE%\Start Menu\Programs\Startup&amp;quot;&lt;br /&gt;
 if not exist %TARGET_LOCATION%\ifsTestCleanup.cmd (&lt;br /&gt;
 	copy .\ifsTestCleanup.cmd %TARGET_LOCATION%&lt;br /&gt;
 )&lt;br /&gt;
 endlocal&lt;br /&gt;
 &lt;br /&gt;
 REM Delete old copies of intermediate log files if any exist.&lt;br /&gt;
 if exist openzfsResults.log del openzfsResults.log&lt;br /&gt;
 &lt;br /&gt;
 &lt;br /&gt;
 REM For NTFS volume:&lt;br /&gt;
 start /wait ifstest.exe -g Virus e: /n .\openzfsResults.log /N 356789AB /T /p /m /E -R /j /r c: -d \Ntfs -a \datacoh.exe /u ifstest /U *rw53w52&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
zip up&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Suite Names ==&lt;br /&gt;
Virus??&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
ChangeJournal&lt;br /&gt;
&lt;br /&gt;
ChangeNotification&lt;br /&gt;
&lt;br /&gt;
CloseCleanupDelete&lt;br /&gt;
&lt;br /&gt;
DefragEnhancements&lt;br /&gt;
&lt;br /&gt;
DeviceControl&lt;br /&gt;
&lt;br /&gt;
DirectoryInformation&lt;br /&gt;
&lt;br /&gt;
EaInformation&lt;br /&gt;
&lt;br /&gt;
Encryption&lt;br /&gt;
&lt;br /&gt;
FileInformation&lt;br /&gt;
&lt;br /&gt;
FileLocking&lt;br /&gt;
&lt;br /&gt;
FileSystemControlGeneral&lt;br /&gt;
&lt;br /&gt;
FileSystemControlVolume&lt;br /&gt;
&lt;br /&gt;
IfsTestRtl&lt;br /&gt;
&lt;br /&gt;
MountPoints&lt;br /&gt;
&lt;br /&gt;
ObjectId&lt;br /&gt;
&lt;br /&gt;
OpenCreateGeneral&lt;br /&gt;
&lt;br /&gt;
OpenCreateParameters&lt;br /&gt;
&lt;br /&gt;
OpLocks&lt;br /&gt;
&lt;br /&gt;
Quotas&lt;br /&gt;
&lt;br /&gt;
ReadWrite&lt;br /&gt;
&lt;br /&gt;
ReparsePoints&lt;br /&gt;
&lt;br /&gt;
SectionsCaching&lt;br /&gt;
&lt;br /&gt;
Security&lt;br /&gt;
&lt;br /&gt;
SparseFiles&lt;br /&gt;
&lt;br /&gt;
StreamEnhancements&lt;br /&gt;
&lt;br /&gt;
VolumeInformation&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
-g ChangeJournal -g ChangeNotification -g CloseCleanupDelete -g DefragEnhancements -g DeviceControl -g DirectoryInformation -g EaInformation -g Encryption -g FileInformation -g FileLocking -g FileSystemControlGeneral -g FileSystemControlVolume -g IfsTestRtl -g MountPoints -g ObjectId -g OpenCreateGeneral -g OpenCreateParameters -g OpLocks -g Quotas -g ReadWrite -g ReparsePoints -g SectionsCaching -g Security -g SparseFiles -g StreamEnhancements -g VolumeInformation&lt;br /&gt;
&lt;br /&gt;
== avoiding crashes ==&lt;br /&gt;
These suites crash at the moment &lt;br /&gt;
&lt;br /&gt;
 -g DirectoryInformation -g EaInformation -g FileInformation -g MountPoints -g OpenCreateGeneral&lt;br /&gt;
&lt;br /&gt;
so avoid them&lt;br /&gt;
&lt;br /&gt;
 start /wait ifstest.exe -g Virus -g DirectoryInformation -g EaInformation -g FileInformation -g MountPoints -g OpenCreateGeneral e: /n .\openzfsResults.log /N 356789AB /T /p /m /E -R /j /r c: -d \Ntfs -a \datacoh.exe /u ifstest /U *rw53w52&lt;/div&gt;</summary>
		<author><name>60.225.25.175</name></author>	</entry>

	<entry>
		<id>https://openzfsonosx.org/wiki/Windows_package_ifstest</id>
		<title>Windows package ifstest</title>
		<link rel="alternate" type="text/html" href="https://openzfsonosx.org/wiki/Windows_package_ifstest"/>
				<updated>2022-04-20T11:14:08Z</updated>
		
		<summary type="html">&lt;p&gt;60.225.25.175: /* Suite Names */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;We want to run ifstest.exe&lt;br /&gt;
&lt;br /&gt;
https://docs.microsoft.com/en-us/windows-hardware/test/hlk/testref/14b230f3-7eee-437e-ab2f-375b200de6f3&lt;br /&gt;
&lt;br /&gt;
== Grab the Virtual Hardware Lab Kit ==&lt;br /&gt;
&lt;br /&gt;
https://docs.microsoft.com/en-us/windows-hardware/test/hlk/&lt;br /&gt;
&lt;br /&gt;
https://www.microsoft.com/en-us/evalcenter/evaluate-virtual-hardware-lab-kit&lt;br /&gt;
&lt;br /&gt;
Windows 11	&lt;br /&gt;
Virtual HLK (VHLK) for Windows 11&lt;br /&gt;
&lt;br /&gt;
2019DC-22000.1.co_release.210604-1628-HLK.vhdx&lt;br /&gt;
&lt;br /&gt;
mount the image as d:&lt;br /&gt;
&lt;br /&gt;
== Make a stand alone package ==&lt;br /&gt;
Copy the tests to the target folder&lt;br /&gt;
&lt;br /&gt;
 cp D:\Program Files (x86)\Windows Kits\10\Hardware Lab Kit\Tests\amd64\nttest\BASETEST\core_file_services &amp;lt;target&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Copy the missing dll files to the ifs_test_kit folder&lt;br /&gt;
&lt;br /&gt;
 cp D:\Program Files (x86)\Windows Kits\10\Hardware Lab Kit\Tests\amd64\nttest\BASETEST\core_file_services\Shared_tests\CiBValidationKit\Tests\ntlog.dll &amp;lt;target&amp;gt;\ifs_test_kit\&lt;br /&gt;
 cp D:\Program Files (x86)\Windows Kits\10\Hardware Lab Kit\Tests\amd64\nttest\BASETEST\core_file_services\shared_libs\fbslog\FbsLog.dll &amp;lt;target&amp;gt;\ifs_test_kit\&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Create new test script &lt;br /&gt;
&lt;br /&gt;
This assumes that the ZFS pool will be mounted at e&lt;br /&gt;
&lt;br /&gt;
ifstestzfs.cmd&lt;br /&gt;
&lt;br /&gt;
 REM Copy over ifsTestCleanup.cmd into the current user's startup group&lt;br /&gt;
 setlocal&lt;br /&gt;
 set TARGET_LOCATION=&amp;quot;%USERPROFILE%\Start Menu\Programs\Startup&amp;quot;&lt;br /&gt;
 if not exist %TARGET_LOCATION%\ifsTestCleanup.cmd (&lt;br /&gt;
 	copy .\ifsTestCleanup.cmd %TARGET_LOCATION%&lt;br /&gt;
 )&lt;br /&gt;
 endlocal&lt;br /&gt;
 &lt;br /&gt;
 REM Delete old copies of intermediate log files if any exist.&lt;br /&gt;
 if exist openzfsResults.log del openzfsResults.log&lt;br /&gt;
 &lt;br /&gt;
 &lt;br /&gt;
 REM For NTFS volume:&lt;br /&gt;
 start /wait ifstest.exe -g Virus e: /n .\openzfsResults.log /N 356789AB /T /p /m /E -R /j /r c: -d \Ntfs -a \datacoh.exe /u ifstest /U *rw53w52&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
zip up&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Suite Names ==&lt;br /&gt;
Virus??&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
ChangeJournal&lt;br /&gt;
&lt;br /&gt;
ChangeNotification&lt;br /&gt;
&lt;br /&gt;
CloseCleanupDelete&lt;br /&gt;
&lt;br /&gt;
DefragEnhancements&lt;br /&gt;
&lt;br /&gt;
DeviceControl&lt;br /&gt;
&lt;br /&gt;
DirectoryInformation&lt;br /&gt;
&lt;br /&gt;
EaInformation&lt;br /&gt;
&lt;br /&gt;
Encryption&lt;br /&gt;
&lt;br /&gt;
FileInformation&lt;br /&gt;
&lt;br /&gt;
FileLocking&lt;br /&gt;
&lt;br /&gt;
FileSystemControlGeneral&lt;br /&gt;
&lt;br /&gt;
FileSystemControlVolume&lt;br /&gt;
&lt;br /&gt;
IfsTestRtl&lt;br /&gt;
&lt;br /&gt;
MountPoints&lt;br /&gt;
&lt;br /&gt;
ObjectId&lt;br /&gt;
&lt;br /&gt;
OpenCreateGeneral&lt;br /&gt;
&lt;br /&gt;
OpenCreateParameters&lt;br /&gt;
&lt;br /&gt;
OpLocks&lt;br /&gt;
&lt;br /&gt;
Quotas&lt;br /&gt;
&lt;br /&gt;
ReadWrite&lt;br /&gt;
&lt;br /&gt;
ReparsePoints&lt;br /&gt;
&lt;br /&gt;
SectionsCaching&lt;br /&gt;
&lt;br /&gt;
Security&lt;br /&gt;
&lt;br /&gt;
SparseFiles&lt;br /&gt;
&lt;br /&gt;
StreamEnhancements&lt;br /&gt;
&lt;br /&gt;
VolumeInformation&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
-g ChangeJournal -g ChangeNotification -g CloseCleanupDelete -g DefragEnhancements -g DeviceControl -g DirectoryInformation -g EaInformation -g Encryption -g FileInformation -g FileLocking -g FileSystemControlGeneral -g FileSystemControlVolume -g IfsTestRtl -g MountPoints -g ObjectId -g OpenCreateGeneral -g OpenCreateParameters -g OpLocks -g Quotas -g ReadWrite -g ReparsePoints -g SectionsCaching -g Security -g SparseFiles -g StreamEnhancements -g VolumeInformation&lt;/div&gt;</summary>
		<author><name>60.225.25.175</name></author>	</entry>

	<entry>
		<id>https://openzfsonosx.org/wiki/Windows_package_ifstest</id>
		<title>Windows package ifstest</title>
		<link rel="alternate" type="text/html" href="https://openzfsonosx.org/wiki/Windows_package_ifstest"/>
				<updated>2022-04-20T11:10:18Z</updated>
		
		<summary type="html">&lt;p&gt;60.225.25.175: /* Suite Names */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;We want to run ifstest.exe&lt;br /&gt;
&lt;br /&gt;
https://docs.microsoft.com/en-us/windows-hardware/test/hlk/testref/14b230f3-7eee-437e-ab2f-375b200de6f3&lt;br /&gt;
&lt;br /&gt;
== Grab the Virtual Hardware Lab Kit ==&lt;br /&gt;
&lt;br /&gt;
https://docs.microsoft.com/en-us/windows-hardware/test/hlk/&lt;br /&gt;
&lt;br /&gt;
https://www.microsoft.com/en-us/evalcenter/evaluate-virtual-hardware-lab-kit&lt;br /&gt;
&lt;br /&gt;
Windows 11	&lt;br /&gt;
Virtual HLK (VHLK) for Windows 11&lt;br /&gt;
&lt;br /&gt;
2019DC-22000.1.co_release.210604-1628-HLK.vhdx&lt;br /&gt;
&lt;br /&gt;
mount the image as d:&lt;br /&gt;
&lt;br /&gt;
== Make a stand alone package ==&lt;br /&gt;
Copy the tests to the target folder&lt;br /&gt;
&lt;br /&gt;
 cp D:\Program Files (x86)\Windows Kits\10\Hardware Lab Kit\Tests\amd64\nttest\BASETEST\core_file_services &amp;lt;target&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Copy the missing dll files to the ifs_test_kit folder&lt;br /&gt;
&lt;br /&gt;
 cp D:\Program Files (x86)\Windows Kits\10\Hardware Lab Kit\Tests\amd64\nttest\BASETEST\core_file_services\Shared_tests\CiBValidationKit\Tests\ntlog.dll &amp;lt;target&amp;gt;\ifs_test_kit\&lt;br /&gt;
 cp D:\Program Files (x86)\Windows Kits\10\Hardware Lab Kit\Tests\amd64\nttest\BASETEST\core_file_services\shared_libs\fbslog\FbsLog.dll &amp;lt;target&amp;gt;\ifs_test_kit\&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Create new test script &lt;br /&gt;
&lt;br /&gt;
This assumes that the ZFS pool will be mounted at e&lt;br /&gt;
&lt;br /&gt;
ifstestzfs.cmd&lt;br /&gt;
&lt;br /&gt;
 REM Copy over ifsTestCleanup.cmd into the current user's startup group&lt;br /&gt;
 setlocal&lt;br /&gt;
 set TARGET_LOCATION=&amp;quot;%USERPROFILE%\Start Menu\Programs\Startup&amp;quot;&lt;br /&gt;
 if not exist %TARGET_LOCATION%\ifsTestCleanup.cmd (&lt;br /&gt;
 	copy .\ifsTestCleanup.cmd %TARGET_LOCATION%&lt;br /&gt;
 )&lt;br /&gt;
 endlocal&lt;br /&gt;
 &lt;br /&gt;
 REM Delete old copies of intermediate log files if any exist.&lt;br /&gt;
 if exist openzfsResults.log del openzfsResults.log&lt;br /&gt;
 &lt;br /&gt;
 &lt;br /&gt;
 REM For NTFS volume:&lt;br /&gt;
 start /wait ifstest.exe -g Virus e: /n .\openzfsResults.log /N 356789AB /T /p /m /E -R /j /r c: -d \Ntfs -a \datacoh.exe /u ifstest /U *rw53w52&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
zip up&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Suite Names ==&lt;br /&gt;
Virus??&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
ChangeJournal&lt;br /&gt;
&lt;br /&gt;
ChangeNotification&lt;br /&gt;
&lt;br /&gt;
CloseCleanupDelete&lt;br /&gt;
&lt;br /&gt;
DefragEnhancements&lt;br /&gt;
&lt;br /&gt;
DeviceControl&lt;br /&gt;
&lt;br /&gt;
DirectoryInformation&lt;br /&gt;
&lt;br /&gt;
EaInformation&lt;br /&gt;
&lt;br /&gt;
Encryption&lt;br /&gt;
&lt;br /&gt;
FileInformation&lt;br /&gt;
&lt;br /&gt;
FileLocking&lt;br /&gt;
&lt;br /&gt;
FileSystemControlGeneral&lt;br /&gt;
&lt;br /&gt;
FileSystemControlVolume&lt;br /&gt;
&lt;br /&gt;
IfsTestRtl&lt;br /&gt;
&lt;br /&gt;
MountPoints&lt;br /&gt;
&lt;br /&gt;
ObjectId&lt;br /&gt;
&lt;br /&gt;
OpenCreateGeneral&lt;br /&gt;
&lt;br /&gt;
OpenCreateParameters&lt;br /&gt;
&lt;br /&gt;
OpLocks&lt;br /&gt;
&lt;br /&gt;
Quotas&lt;br /&gt;
&lt;br /&gt;
ReadWrite&lt;br /&gt;
&lt;br /&gt;
ReparsePoints&lt;br /&gt;
&lt;br /&gt;
SectionsCaching&lt;br /&gt;
&lt;br /&gt;
Security&lt;br /&gt;
&lt;br /&gt;
SparseFiles&lt;br /&gt;
&lt;br /&gt;
StreamEnhancements&lt;br /&gt;
&lt;br /&gt;
VolumeInformation&lt;/div&gt;</summary>
		<author><name>60.225.25.175</name></author>	</entry>

	<entry>
		<id>https://openzfsonosx.org/wiki/Windows_package_ifstest</id>
		<title>Windows package ifstest</title>
		<link rel="alternate" type="text/html" href="https://openzfsonosx.org/wiki/Windows_package_ifstest"/>
				<updated>2022-04-20T11:10:04Z</updated>
		
		<summary type="html">&lt;p&gt;60.225.25.175: /* Suite Names */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;We want to run ifstest.exe&lt;br /&gt;
&lt;br /&gt;
https://docs.microsoft.com/en-us/windows-hardware/test/hlk/testref/14b230f3-7eee-437e-ab2f-375b200de6f3&lt;br /&gt;
&lt;br /&gt;
== Grab the Virtual Hardware Lab Kit ==&lt;br /&gt;
&lt;br /&gt;
https://docs.microsoft.com/en-us/windows-hardware/test/hlk/&lt;br /&gt;
&lt;br /&gt;
https://www.microsoft.com/en-us/evalcenter/evaluate-virtual-hardware-lab-kit&lt;br /&gt;
&lt;br /&gt;
Windows 11	&lt;br /&gt;
Virtual HLK (VHLK) for Windows 11&lt;br /&gt;
&lt;br /&gt;
2019DC-22000.1.co_release.210604-1628-HLK.vhdx&lt;br /&gt;
&lt;br /&gt;
mount the image as d:&lt;br /&gt;
&lt;br /&gt;
== Make a stand alone package ==&lt;br /&gt;
Copy the tests to the target folder&lt;br /&gt;
&lt;br /&gt;
 cp D:\Program Files (x86)\Windows Kits\10\Hardware Lab Kit\Tests\amd64\nttest\BASETEST\core_file_services &amp;lt;target&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Copy the missing dll files to the ifs_test_kit folder&lt;br /&gt;
&lt;br /&gt;
 cp D:\Program Files (x86)\Windows Kits\10\Hardware Lab Kit\Tests\amd64\nttest\BASETEST\core_file_services\Shared_tests\CiBValidationKit\Tests\ntlog.dll &amp;lt;target&amp;gt;\ifs_test_kit\&lt;br /&gt;
 cp D:\Program Files (x86)\Windows Kits\10\Hardware Lab Kit\Tests\amd64\nttest\BASETEST\core_file_services\shared_libs\fbslog\FbsLog.dll &amp;lt;target&amp;gt;\ifs_test_kit\&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Create new test script &lt;br /&gt;
&lt;br /&gt;
This assumes that the ZFS pool will be mounted at e&lt;br /&gt;
&lt;br /&gt;
ifstestzfs.cmd&lt;br /&gt;
&lt;br /&gt;
 REM Copy over ifsTestCleanup.cmd into the current user's startup group&lt;br /&gt;
 setlocal&lt;br /&gt;
 set TARGET_LOCATION=&amp;quot;%USERPROFILE%\Start Menu\Programs\Startup&amp;quot;&lt;br /&gt;
 if not exist %TARGET_LOCATION%\ifsTestCleanup.cmd (&lt;br /&gt;
 	copy .\ifsTestCleanup.cmd %TARGET_LOCATION%&lt;br /&gt;
 )&lt;br /&gt;
 endlocal&lt;br /&gt;
 &lt;br /&gt;
 REM Delete old copies of intermediate log files if any exist.&lt;br /&gt;
 if exist openzfsResults.log del openzfsResults.log&lt;br /&gt;
 &lt;br /&gt;
 &lt;br /&gt;
 REM For NTFS volume:&lt;br /&gt;
 start /wait ifstest.exe -g Virus e: /n .\openzfsResults.log /N 356789AB /T /p /m /E -R /j /r c: -d \Ntfs -a \datacoh.exe /u ifstest /U *rw53w52&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
zip up&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Suite Names ==&lt;br /&gt;
Virus??&lt;br /&gt;
&lt;br /&gt;
ChangeJournal&lt;br /&gt;
&lt;br /&gt;
ChangeNotification&lt;br /&gt;
&lt;br /&gt;
CloseCleanupDelete&lt;br /&gt;
&lt;br /&gt;
DefragEnhancements&lt;br /&gt;
&lt;br /&gt;
DeviceControl&lt;br /&gt;
&lt;br /&gt;
DirectoryInformation&lt;br /&gt;
&lt;br /&gt;
EaInformation&lt;br /&gt;
&lt;br /&gt;
Encryption&lt;br /&gt;
&lt;br /&gt;
FileInformation&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
FileLocking&lt;br /&gt;
&lt;br /&gt;
FileSystemControlGeneral&lt;br /&gt;
&lt;br /&gt;
FileSystemControlVolume&lt;br /&gt;
&lt;br /&gt;
IfsTestRtl&lt;br /&gt;
&lt;br /&gt;
MountPoints&lt;br /&gt;
&lt;br /&gt;
ObjectId&lt;br /&gt;
&lt;br /&gt;
OpenCreateGeneral&lt;br /&gt;
&lt;br /&gt;
OpenCreateParameters&lt;br /&gt;
&lt;br /&gt;
OpLocks&lt;br /&gt;
&lt;br /&gt;
Quotas&lt;br /&gt;
&lt;br /&gt;
ReadWrite&lt;br /&gt;
&lt;br /&gt;
ReparsePoints&lt;br /&gt;
&lt;br /&gt;
SectionsCaching&lt;br /&gt;
&lt;br /&gt;
Security&lt;br /&gt;
&lt;br /&gt;
SparseFiles&lt;br /&gt;
&lt;br /&gt;
StreamEnhancements&lt;br /&gt;
&lt;br /&gt;
VolumeInformation&lt;/div&gt;</summary>
		<author><name>60.225.25.175</name></author>	</entry>

	<entry>
		<id>https://openzfsonosx.org/wiki/Windows_package_ifstest</id>
		<title>Windows package ifstest</title>
		<link rel="alternate" type="text/html" href="https://openzfsonosx.org/wiki/Windows_package_ifstest"/>
				<updated>2022-04-20T11:09:21Z</updated>
		
		<summary type="html">&lt;p&gt;60.225.25.175: add test suite names&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;We want to run ifstest.exe&lt;br /&gt;
&lt;br /&gt;
https://docs.microsoft.com/en-us/windows-hardware/test/hlk/testref/14b230f3-7eee-437e-ab2f-375b200de6f3&lt;br /&gt;
&lt;br /&gt;
== Grab the Virtual Hardware Lab Kit ==&lt;br /&gt;
&lt;br /&gt;
https://docs.microsoft.com/en-us/windows-hardware/test/hlk/&lt;br /&gt;
&lt;br /&gt;
https://www.microsoft.com/en-us/evalcenter/evaluate-virtual-hardware-lab-kit&lt;br /&gt;
&lt;br /&gt;
Windows 11	&lt;br /&gt;
Virtual HLK (VHLK) for Windows 11&lt;br /&gt;
&lt;br /&gt;
2019DC-22000.1.co_release.210604-1628-HLK.vhdx&lt;br /&gt;
&lt;br /&gt;
mount the image as d:&lt;br /&gt;
&lt;br /&gt;
== Make a stand alone package ==&lt;br /&gt;
Copy the tests to the target folder&lt;br /&gt;
&lt;br /&gt;
 cp D:\Program Files (x86)\Windows Kits\10\Hardware Lab Kit\Tests\amd64\nttest\BASETEST\core_file_services &amp;lt;target&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Copy the missing dll files to the ifs_test_kit folder&lt;br /&gt;
&lt;br /&gt;
 cp D:\Program Files (x86)\Windows Kits\10\Hardware Lab Kit\Tests\amd64\nttest\BASETEST\core_file_services\Shared_tests\CiBValidationKit\Tests\ntlog.dll &amp;lt;target&amp;gt;\ifs_test_kit\&lt;br /&gt;
 cp D:\Program Files (x86)\Windows Kits\10\Hardware Lab Kit\Tests\amd64\nttest\BASETEST\core_file_services\shared_libs\fbslog\FbsLog.dll &amp;lt;target&amp;gt;\ifs_test_kit\&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Create new test script &lt;br /&gt;
&lt;br /&gt;
This assumes that the ZFS pool will be mounted at e&lt;br /&gt;
&lt;br /&gt;
ifstestzfs.cmd&lt;br /&gt;
&lt;br /&gt;
 REM Copy over ifsTestCleanup.cmd into the current user's startup group&lt;br /&gt;
 setlocal&lt;br /&gt;
 set TARGET_LOCATION=&amp;quot;%USERPROFILE%\Start Menu\Programs\Startup&amp;quot;&lt;br /&gt;
 if not exist %TARGET_LOCATION%\ifsTestCleanup.cmd (&lt;br /&gt;
 	copy .\ifsTestCleanup.cmd %TARGET_LOCATION%&lt;br /&gt;
 )&lt;br /&gt;
 endlocal&lt;br /&gt;
 &lt;br /&gt;
 REM Delete old copies of intermediate log files if any exist.&lt;br /&gt;
 if exist openzfsResults.log del openzfsResults.log&lt;br /&gt;
 &lt;br /&gt;
 &lt;br /&gt;
 REM For NTFS volume:&lt;br /&gt;
 start /wait ifstest.exe -g Virus e: /n .\openzfsResults.log /N 356789AB /T /p /m /E -R /j /r c: -d \Ntfs -a \datacoh.exe /u ifstest /U *rw53w52&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
zip up&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Suite Names ==&lt;br /&gt;
Virus??&lt;br /&gt;
&lt;br /&gt;
ChangeJournal&lt;br /&gt;
ChangeNotification&lt;br /&gt;
CloseCleanupDelete&lt;br /&gt;
DefragEnhancements&lt;br /&gt;
DeviceControl&lt;br /&gt;
DirectoryInformation&lt;br /&gt;
EaInformation&lt;br /&gt;
Encryption&lt;br /&gt;
FileInformation&lt;br /&gt;
FileLocking&lt;br /&gt;
FileSystemControlGeneral&lt;br /&gt;
FileSystemControlVolume&lt;br /&gt;
IfsTestRtl&lt;br /&gt;
MountPoints&lt;br /&gt;
ObjectId&lt;br /&gt;
OpenCreateGeneral&lt;br /&gt;
OpenCreateParameters&lt;br /&gt;
OpLocks&lt;br /&gt;
Quotas&lt;br /&gt;
ReadWrite&lt;br /&gt;
ReparsePoints&lt;br /&gt;
SectionsCaching&lt;br /&gt;
Security&lt;br /&gt;
SparseFiles&lt;br /&gt;
StreamEnhancements&lt;br /&gt;
VolumeInformation&lt;/div&gt;</summary>
		<author><name>60.225.25.175</name></author>	</entry>

	<entry>
		<id>https://openzfsonosx.org/wiki/Windows_package_ifstest</id>
		<title>Windows package ifstest</title>
		<link rel="alternate" type="text/html" href="https://openzfsonosx.org/wiki/Windows_package_ifstest"/>
				<updated>2022-04-20T00:27:38Z</updated>
		
		<summary type="html">&lt;p&gt;60.225.25.175: clean up formatting&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;We want to run ifstest.exe&lt;br /&gt;
&lt;br /&gt;
https://docs.microsoft.com/en-us/windows-hardware/test/hlk/testref/14b230f3-7eee-437e-ab2f-375b200de6f3&lt;br /&gt;
&lt;br /&gt;
== Grab the Virtual Hardware Lab Kit ==&lt;br /&gt;
&lt;br /&gt;
https://docs.microsoft.com/en-us/windows-hardware/test/hlk/&lt;br /&gt;
&lt;br /&gt;
https://www.microsoft.com/en-us/evalcenter/evaluate-virtual-hardware-lab-kit&lt;br /&gt;
&lt;br /&gt;
Windows 11	&lt;br /&gt;
Virtual HLK (VHLK) for Windows 11&lt;br /&gt;
&lt;br /&gt;
2019DC-22000.1.co_release.210604-1628-HLK.vhdx&lt;br /&gt;
&lt;br /&gt;
mount the image as d:&lt;br /&gt;
&lt;br /&gt;
== Make a stand alone package ==&lt;br /&gt;
Copy the tests to the target folder&lt;br /&gt;
&lt;br /&gt;
 cp D:\Program Files (x86)\Windows Kits\10\Hardware Lab Kit\Tests\amd64\nttest\BASETEST\core_file_services &amp;lt;target&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Copy the missing dll files to the ifs_test_kit folder&lt;br /&gt;
&lt;br /&gt;
 cp D:\Program Files (x86)\Windows Kits\10\Hardware Lab Kit\Tests\amd64\nttest\BASETEST\core_file_services\Shared_tests\CiBValidationKit\Tests\ntlog.dll &amp;lt;target&amp;gt;\ifs_test_kit\&lt;br /&gt;
 cp D:\Program Files (x86)\Windows Kits\10\Hardware Lab Kit\Tests\amd64\nttest\BASETEST\core_file_services\shared_libs\fbslog\FbsLog.dll &amp;lt;target&amp;gt;\ifs_test_kit\&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Create new test script &lt;br /&gt;
&lt;br /&gt;
This assumes that the ZFS pool will be mounted at e&lt;br /&gt;
&lt;br /&gt;
ifstestzfs.cmd&lt;br /&gt;
&lt;br /&gt;
 REM Copy over ifsTestCleanup.cmd into the current user's startup group&lt;br /&gt;
 setlocal&lt;br /&gt;
 set TARGET_LOCATION=&amp;quot;%USERPROFILE%\Start Menu\Programs\Startup&amp;quot;&lt;br /&gt;
 if not exist %TARGET_LOCATION%\ifsTestCleanup.cmd (&lt;br /&gt;
 	copy .\ifsTestCleanup.cmd %TARGET_LOCATION%&lt;br /&gt;
 )&lt;br /&gt;
 endlocal&lt;br /&gt;
 &lt;br /&gt;
 REM Delete old copies of intermediate log files if any exist.&lt;br /&gt;
 if exist openzfsResults.log del openzfsResults.log&lt;br /&gt;
 &lt;br /&gt;
 &lt;br /&gt;
 REM For NTFS volume:&lt;br /&gt;
 start /wait ifstest.exe -g Virus e: /n .\openzfsResults.log /N 356789AB /T /p /m /E -R /j /r c: -d \Ntfs -a \datacoh.exe /u ifstest /U *rw53w52&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
zip up&lt;/div&gt;</summary>
		<author><name>60.225.25.175</name></author>	</entry>

	<entry>
		<id>https://openzfsonosx.org/wiki/Windows_package_ifstest</id>
		<title>Windows package ifstest</title>
		<link rel="alternate" type="text/html" href="https://openzfsonosx.org/wiki/Windows_package_ifstest"/>
				<updated>2022-04-20T00:20:02Z</updated>
		
		<summary type="html">&lt;p&gt;60.225.25.175: add small guide to package ifstest.exe&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;We want to run ifstest.exe&lt;br /&gt;
&lt;br /&gt;
https://docs.microsoft.com/en-us/windows-hardware/test/hlk/testref/14b230f3-7eee-437e-ab2f-375b200de6f3&lt;br /&gt;
&lt;br /&gt;
Browsing around we find the Virtual Hardware Lab Kit&lt;br /&gt;
&lt;br /&gt;
https://docs.microsoft.com/en-us/windows-hardware/test/hlk/&lt;br /&gt;
&lt;br /&gt;
https://www.microsoft.com/en-us/evalcenter/evaluate-virtual-hardware-lab-kit&lt;br /&gt;
&lt;br /&gt;
Windows 11	&lt;br /&gt;
Virtual HLK (VHLK) for Windows 11&lt;br /&gt;
&lt;br /&gt;
2019DC-22000.1.co_release.210604-1628-HLK.vhdx&lt;br /&gt;
&lt;br /&gt;
mount the image as d:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Make a stand alone package&lt;br /&gt;
Copy the tests to the target folder&lt;br /&gt;
&lt;br /&gt;
cp D:\Program Files (x86)\Windows Kits\10\Hardware Lab Kit\Tests\amd64\nttest\BASETEST\core_file_services &amp;lt;target&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Copy the missing dll files to the ifs_test_kit folder&lt;br /&gt;
&lt;br /&gt;
cp D:\Program Files (x86)\Windows Kits\10\Hardware Lab Kit\Tests\amd64\nttest\BASETEST\core_file_services\Shared_tests\CiBValidationKit\Tests\ntlog.dll &amp;lt;target&amp;gt;\ifs_test_kit\&lt;br /&gt;
&lt;br /&gt;
cp D:\Program Files (x86)\Windows Kits\10\Hardware Lab Kit\Tests\amd64\nttest\BASETEST\core_file_services\shared_libs\fbslog\FbsLog.dll &amp;lt;target&amp;gt;\ifs_test_kit\&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Create new test script &lt;br /&gt;
&lt;br /&gt;
This assumes that the ZFS pool will be mounted at e&lt;br /&gt;
&lt;br /&gt;
ifstestzfs.cmd&lt;br /&gt;
&lt;br /&gt;
REM Copy over ifsTestCleanup.cmd into the current user's startup group&lt;br /&gt;
setlocal&lt;br /&gt;
set TARGET_LOCATION=&amp;quot;%USERPROFILE%\Start Menu\Programs\Startup&amp;quot;&lt;br /&gt;
if not exist %TARGET_LOCATION%\ifsTestCleanup.cmd (&lt;br /&gt;
	copy .\ifsTestCleanup.cmd %TARGET_LOCATION%&lt;br /&gt;
)&lt;br /&gt;
endlocal&lt;br /&gt;
&lt;br /&gt;
REM Delete old copies of intermediate log files if any exist.&lt;br /&gt;
if exist openzfsResults.log del openzfsResults.log&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
REM For NTFS volume:&lt;br /&gt;
start /wait ifstest.exe -g Virus e: /n .\openzfsResults.log /N 356789AB /T /p /m /E -R /j /r c: -d \Ntfs -a \datacoh.exe /u ifstest /U *rw53w52&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
zip up&lt;/div&gt;</summary>
		<author><name>60.225.25.175</name></author>	</entry>

	</feed>