Difference between revisions of "Main Page"

From OpenZFS on OS X
Jump to: navigation, search
(Open ZFS on OS X)
(64 intermediate revisions by 6 users not shown)
Line 1: Line 1:
== Open ZFS on OS X ==
+
__NOTOC__ __NOEDITSECTION__
 +
'''Welcome to the  [[O3XWiki:About|O3XWiki]]: your source for [https://openzfsonosx.org OpenZFS on OS X] documentation.'''
  
('''O'''pen ZFS '''o'''n '''O'''S '''X''' OOOX o3x)
+
(If you were looking for information about the MacZFS project, you should use their site instead: [http://code.google.com/p/maczfs/ http://maczfs.org].)
 +
==The Software==
  
This wiki will contain information regarding '''Open ZFS on OS X''', please help fill it. Ask '''lundman''' for editing privileges.
+
<div style="float: left; margin-right: 1%; width: 49%;">
  
If you are running '''MacZFS''', please use their wiki [http://code.google.com/p/maczfs/w/list MacZFS].
+
; [[OpenZFS on OS X]]: Brief overview of OpenZFS on OS X.  
  
=== Downloads ===
+
; [[Downloads]]: Latest release of the Mac installer.
  
* [[Downloads]]
+
; [[FAQ]]: List of common and frequently asked questions.
  
=== Getting started ===
+
; [[Documentation|O3X Documentation]]: Index of popular articles and often-referenced information about O3X and OpenZFS.
  
* [[zpool|Creating a pool]]
+
; [[Changelog]]: Bug fixes, new features, etc.
  
=== Installation ===
+
</div>
 +
<div style="float: left; width: 50%;">
 +
; [[Install|Installation Guide]]: Detailed guide through the whole process of installing OpenZFS on OS X.
  
* [[Source-Based Installation|Installing from the source code]]
+
; [[Uninstall|Uninstallation Guide]]: How to remove O3X from your computer.
  
=== Sources ===
+
; [[Development]]: Information of particular interest to developers.
  
* [https://github.com/zfs-osx/zfs ZFS repository]
+
; [[Performance]]: Performance and Benchmarking
* [https://github.com/zfs-osx/spl SPL repository]
+
* [https://github.com/zfs-osx/zfs/archive/zfs-0.6.2-rc1.zip ZFS source code zip file]
+
* [https://github.com/zfs-osx/spl/archive/spl-0.6.2-rc1.zip SPL source code zip file]
+
  
=== Help ===
+
; [[Source code|Source Code]]: Show me the code.
  
* The [http://openzfsonosx.org/forum/index.php o3x forums]
+
; [[Versioning]]: Version numbers of releases, pkgs, upstream, etc.
* IRC freenode #openzfs-osx
+
</div>
 +
 
 +
<div style="clear: both;"></div>
 +
 
 +
==Our Community==
 +
 
 +
<div style="float: left; margin-right: 1%; width: 49%;">
 +
; [[Getting involved|Getting Involved]]: Describes various ways O3X users can contribute to the O3X community.
 +
 
 +
; [[O3XWiki:Contributing]]: If willing and able to contribute to the wiki, please see this article for ideas.
 +
 
 +
; [[Help:Editing]]: Technical Information about editing and contributing to the OpenZFS on OS X Wiki.
 +
</div>
 +
 
 +
<div style="float: left; width: 50%;">
 +
 
 +
; [[O3X forums|O3X Forums]]:  General technical assistance for users and discussion of all things O3X including development.
 +
 
 +
; [[IRC channel|IRC Channel]]: Live problem-solving and conversation with your fellow O3X users and developers '''#openzfs-macos'''.
 +
 
 +
; [[Beyond our walls|Beyond Our Walls]]: How to get connect more broadly with users and developers of OpenZFS on other platforms.
 +
</div>
 +
<div style="clear: both;"></div>
 +
 
 +
== Contact Us ==
 +
 
 +
<div style="float: left; margin-right: 1%; width: 49%;">
 +
 
 +
; [[O3XWiki:Administrators]]: Contact one of the admins by email.
 +
 
 +
</div>
 +
 
 +
<div style="float: left; width: 50%;">
 +
 
 +
; [[O3XWiki:Donations]]: Donations and other ways to contribute
 +
</div>
 +
<div style="clear: both;"></div>
 +
 
 +
==Twitter==
 +
[https://twitter.com/openzfsonosx @openzfsonosx] on Twitter.
 +
 
 +
<html><a class="twitter-timeline" href="https://twitter.com/openzfsonosx" data-widget-id="444275713776951296">Tweets by @OpenZFSonOSX</a>
 +
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+"://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
 +
 
 +
<span>
 +
<br>
 +
<a href="https://twitter.com/openzfsonosx" class="twitter-follow-button" data-show-count="true">Follow @openzfsonosx</a>
 +
<br>
 +
<a href="https://twitter.com/share" class="twitter-share-button" data-via="OpenZFSonOSX">Tweet</a>
 +
</span>
 +
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');</script></html>

Revision as of 03:24, 27 May 2021

Welcome to the O3XWiki: your source for OpenZFS on OS X documentation.

(If you were looking for information about the MacZFS project, you should use their site instead: http://maczfs.org.)

The Software

OpenZFS on OS X
Brief overview of OpenZFS on OS X.
Downloads
Latest release of the Mac installer.
FAQ
List of common and frequently asked questions.
O3X Documentation
Index of popular articles and often-referenced information about O3X and OpenZFS.
Changelog
Bug fixes, new features, etc.
Installation Guide
Detailed guide through the whole process of installing OpenZFS on OS X.
Uninstallation Guide
How to remove O3X from your computer.
Development
Information of particular interest to developers.
Performance
Performance and Benchmarking
Source Code
Show me the code.
Versioning
Version numbers of releases, pkgs, upstream, etc.

Our Community

Getting Involved
Describes various ways O3X users can contribute to the O3X community.
O3XWiki:Contributing
If willing and able to contribute to the wiki, please see this article for ideas.
Help:Editing
Technical Information about editing and contributing to the OpenZFS on OS X Wiki.
O3X Forums
General technical assistance for users and discussion of all things O3X including development.
IRC Channel
Live problem-solving and conversation with your fellow O3X users and developers #openzfs-macos.
Beyond Our Walls
How to get connect more broadly with users and developers of OpenZFS on other platforms.

Contact Us

O3XWiki:Administrators
Contact one of the admins by email.
O3XWiki:Donations
Donations and other ways to contribute

Twitter

@openzfsonosx on Twitter.