ZFS on OSX and Windows

Notice: Page may contain affiliate links for which we may earn a small commission through services like Amazon Affiliates or Skimlinks.

Freebsd1976

Active Member
Feb 23, 2018
418
76
28
@gea considering between winbtrfs and openzfs on windows for media file storage, both are beta or RC, which is better?
 

bugacha

Active Member
Sep 21, 2024
403
113
43
Last time I tried it, which was just a month ago, it was dead slow. See screenshots above.

Also windows 2025 server would BSOD on attempt to uninstall ZFS
 
Last edited:

gea

Well-Known Member
Dec 31, 2010
3,478
1,363
113
DE
new day, new release
rc3
  • Fix BSOD running CrystalDiskMark
  • Fix userland hostid mismatching
  • Change mount code to only open mountmgr once

    Jorgen Lundman, maintainer of OpenZFS for Windows is working hard for a release edition
    Test it and report remaining problems!
 

gea

Well-Known Member
Dec 31, 2010
3,478
1,363
113
DE
Releases · openzfsonwindows/openzfs

With the help of many users evaluating and reporting issues, OpenZFS on Windows becomes better and better with very short cycles between release candidates on the way to a release

Issues · openzfsonwindows/openzfs
openzfsonwindows openzfs · Discussions

rc5

  • Correct permissions of mount object (access_denied error with delete)
  • Work on partitioning disks (incomplete)
  • SecurityDescriptor work
rc4

  • mountmgr would deadlock with Avast installed
  • Change signal to userland to Windows API
  • Additional mount/unmount changes.
  • Fixed VSS blocker again
remainig but known problem for zpool import (pool not found)
In Windows 24H2 there seems to be some sort of partition background monitoring active that does an undo of "unknown" partition modifications. A current workaround is to use Active@disk editor (free) to modify sector 200.00 from value 45 to 15

2.3.1rc4 (usb disks) zpool import: no pool found · Issue #465 · openzfsonwindows/openzfs
 

gea

Well-Known Member
Dec 31, 2010
3,478
1,363
113
DE
  • Like
Reactions: Aquatechie

gea

Well-Known Member
Dec 31, 2010
3,478
1,363
113
DE
OpenZFS for Windows 2.3 becomes better and better

rc8
  • Finish Partition work at 128
  • Also read Backup label in case Windows has destroyed Primary
  • OpenZVOL should depend on Storport or it can load too soon
  • Change FSType to NTFS as default
 

gea

Well-Known Member
Dec 31, 2010
3,478
1,363
113
DE
As I understand it

Some apps ask for filesystem type. If not fat*, ntfs or Refs they refuse to work ex start the application from a ZFS pool. As long as Microsoft (or OSX) does not add ZFS (or btrfs) to the list of valid filesystems there is a need of an overrun option.

There is an additional ZFS property for ZFS on OSX and Windows "com.apple.mimic" (property was introduced with ZFS on OSX). Up to rc7 the default was off (=ZFS). This had the effect that some apps do not start from a ZFS pool unless you set com.apple.mimic manually to ntfs. The new behaviour on rc8 is that the default is "ntfs" unless you manually set another property for com.apple.mimic for a "it just works" behaviour.

Setting a different value for com.apple.mimic is possible but only needed in special use cases.

see also OpenZFS on OS X • View topic - com.apple.mimic settings
 
Last edited: