Talk:Zpool

From OpenZFS on OS X
Revision as of 07:58, 3 April 2014 by 50.161.45.5 (Talk)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

It would be nice to recommend setting the mount point at zpool creation time with the -m option to mount in the /Volumes folder as expected on OS X.

sudo zpool create -f -o ashift=13 -O casesensitivity=insensitive -O normalization=formD -m /Volumes/$poolname $poolname mirror /dev/diskX /dev/diskY

Also, it sounds like ashift really should be 13 for most people.