Editing Development

Jump to: navigation, search

Warning: You are not logged in.

Your IP address will be recorded in this page's edit history.
The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then save the changes below to finish undoing the edit.
Latest revision Your text
Line 402: Line 402:
 
Quick peek at how they compare, just to see how much we should improve it by.
 
Quick peek at how they compare, just to see how much we should improve it by.
  
HFS+ and ZFS were created on the same virtual disk in VMware. Of course, this is not ideal testing specs, but should serve as an indicator.  
+
HFS+ and ZFS were created on the same virtual disk in VMware. No, this is not ideal testing specs, but should serve as an indicator. The
 +
pool was created with
  
The pool was created with
+
# zpool create -f -O atime=off -o ashift=12 -O casesensitivity=insensitive -O normalization=formD BOOM /dev/disk1
  
<syntaxhighlight lang="bash">
+
and HFS+ created with standard OS X Disk Utility, with everything default. (Journaled).
$ sudo zpool create -f -o ashift=12 \
+
-O atime=off \
+
-O casesensitivity=insensitive \
+
-O normalization=formD \
+
BOOM /dev/disk1
+
</syntaxhighlight>
+
 
+
and the HFS+ file system was created with the standard OS X Disk Utility.app, with everything default (journaled, case-insensitive).
+
  
 
'''Iozone''' was run with standard automode:
 
'''Iozone''' was run with standard automode:

Please note that all contributions to OpenZFS on OS X may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see OpenZFS on OS X:Copyrights for details). Do not submit copyrighted work without permission!

Cancel | Editing help (opens in new window)