Talk:Zpool

From OpenZFS on OS X
Revision as of 18:49, 9 November 2014 by Sribe (Talk | contribs)

Jump to: navigation, search

Write for Macintosh users

OK, folks you are doing this for Mac users. Anything other than formD is not an option if you want to do anything useful with OSX. If someone needs something else, he will know where to find it.

Mount point

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.

Response: /Volumes is supposed to be reserved for file systems mounted by Disk Arbitration, so this would be inappropriate.
Would probably be good to mention that in the docs--I think plenty of Mac admins do not understand that point, nor that the zfs filesystem will not be mounted through disk arbitration.

Ashift

 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.

The documentation should suggest a useful default value for Macintosh users. What is it about?

xattrs

Shouldn't we also specify: -O xattr=sa