-
|
I have a laptop with only one disk, so Windows uses several partitions and at the "end" there is a big (raw) partition I would like to use to create a ZFS Pool. How do I specify this partition in a "zpool create" command (as opposed to something like \?\PHYSICALDRIVE1)? Erwin |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 5 replies
-
|
Looks like |
Beta Was this translation helpful? Give feedback.
-
|
Thanks for the quick answer. Currently, I use the partition to create a Windows Storage Pool in it thus providing thin provisioning for my Windows volumes. Using ZFS I would not need this anymore. It sort of works but gives an error message although the pool is successfully created: Cheers, |
Beta Was this translation helpful? Give feedback.
-
|
but I can't it return |
Beta Was this translation helpful? Give feedback.
-
|
Powershell The partition numbers never match what I think they should. |
Beta Was this translation helpful? Give feedback.
-
|
or for a disk like physicaldrive 1 |
Beta Was this translation helpful? Give feedback.

https://github.com/openzfsonwindows/openzfs/blob/zfs-Windows-2.3.0-release/lib/libzutil/os/windows/zutil_import_os.c#L1157
Looks like
HarddiskXPartitionY. You can create a pool in a file too, if you are just playing. Either a file on disk, or as a vhdx mounted as a disk.