Difference between revisions of "Windows"
From OpenZFS on OS X
(→Documentation) |
(→Documentation) |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 23: | Line 23: | ||
* Running zfs-tests [[windows_zfstest|zfstest]] | * Running zfs-tests [[windows_zfstest|zfstest]] | ||
* Saving cbuf (debug print buffer) [[windows_cbuf|cbuf]] | * Saving cbuf (debug print buffer) [[windows_cbuf|cbuf]] | ||
+ | * Disks and Partitions [[windows_partitions|Partitions]] | ||
+ | * Details about [[windows_zed|zed]] | ||
=== Downloads === | === Downloads === | ||
Line 41: | Line 43: | ||
− | === | + | === Code-signing === |
− | * [[ | + | * [[Code-sign]] |
Latest revision as of 01:38, 2 May 2025
Contents
OpenZFS on Windows[edit]
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[edit]
- 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
- Details about zed
Downloads[edit]
Currently we are doing releases on github.com, so use:
Crash dump analysis[edit]
Porting notes[edit]
- Read the notes on porting to Windows