Windows pool

From OpenZFS on OS X
Revision as of 07:12, 19 December 2018 by Lundman (Talk | contribs)

Jump to: navigation, search

zpool create

Creating a pool for use with Windows, it is recommended to use casesensitivity=insensitive as it has better compatibility.

For example:

# List Disks available
wmic diskdrive list brief   

# Create pool on disk 1 named tank.
zpool.exe create -O casesensitivity=insensitive -O compression=lz4 -O atime=off -o ashift=12 tank PHYSICALDRIVE1