Difference between revisions of "Windows"
From OpenZFS on OS X
m (→Crash dump analysis) |
|||
(14 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
== OpenZFS on Windows == | == OpenZFS on Windows == | ||
+ | |||
+ | The old port '''ZFSin''' is slowly being replaced by a more proper '''OpenZFS''' port, | ||
+ | as the first was a fast proof-of-concept demo and now we are taking the time to | ||
+ | port it properly with upstream integration in mind. | ||
+ | |||
+ | If you are here to test it, get latest OpenZFS from nightly. | ||
The OpenZFS port on Windows. | The OpenZFS port on Windows. | ||
− | Current status: '' | + | Current status: ''beta release candidate'' |
− | Latest Download: https://github.com/openzfsonwindows/ | + | Latest Download: https://github.com/openzfsonwindows/openzfs/releases |
− | Sources: https://github.com/openzfsonwindows/ | + | Sources: https://github.com/openzfsonwindows/openzfs.git |
=== Documentation === | === Documentation === | ||
Line 12: | Line 18: | ||
* Creating a [[windows_pool|Windows pool]] | * Creating a [[windows_pool|Windows pool]] | ||
* Handling [[windows_driveletter|Driveletters]] | * Handling [[windows_driveletter|Driveletters]] | ||
+ | * [[Windows_Registry|Registry]] | ||
* Using [[windows_kstat|kstat]] | * Using [[windows_kstat|kstat]] | ||
* Automatic pool [[windows_import|import]] | * Automatic pool [[windows_import|import]] | ||
+ | * Running zfs-tests [[windows_zfstest|zfstest]] | ||
+ | * Saving cbuf (debug print buffer) [[windows_cbuf|cbuf]] | ||
+ | * Disks and Partitions [[windows_partitions|Partitions]] | ||
+ | |||
+ | === Downloads === | ||
+ | |||
+ | Currently we are doing releases on github.com, so use: | ||
+ | |||
+ | * [https://github.com/openzfsonwindows/ZFSin/releases Downloads] | ||
+ | * [[windows_builds|Nightly builds]] | ||
=== Crash dump analysis === | === Crash dump analysis === | ||
* [[Windows_BSOD|Windows minidumps]] | * [[Windows_BSOD|Windows minidumps]] | ||
+ | * [[Windows_bootloop|Windows boot-loop]] | ||
=== Porting notes === | === Porting notes === |
Revision as of 02:45, 12 March 2025
Contents
OpenZFS on Windows
The old port ZFSin is slowly being replaced by a more proper OpenZFS port, as the first was a fast proof-of-concept demo and now we are taking the time to port it properly with upstream integration in mind.
If you are here to test it, get latest OpenZFS from nightly.
The OpenZFS port on Windows.
Current status: beta release candidate Latest Download: https://github.com/openzfsonwindows/openzfs/releases Sources: https://github.com/openzfsonwindows/openzfs.git
Documentation
- Creating a Windows pool
- Handling Driveletters
- Registry
- Using kstat
- Automatic pool import
- Running zfs-tests zfstest
- Saving cbuf (debug print buffer) cbuf
- Disks and Partitions Partitions
Downloads
Currently we are doing releases on github.com, so use:
Crash dump analysis
Porting notes
- Read the notes on porting to Windows