forked from zfsonlinux/zfsonlinux.github.com
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
188 lines (181 loc) · 5.29 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
<html>
<head>
<title>ZFS on Linux</title>
<meta name="keyword" content="zfs, linux"/>
<meta name="description" content="Native port of ZFS to Linux." />
<meta name="robots" content="all" />
</head>
<body>
<center>
<a href="index.html"><img title="Native ZFS on Linux" alt="Native ZFS on Linux" src="images/zfs-linux.png"></a>
<table width=80%>
<tr bgcolor="#aaaaaa">
<th colspan="3"> General </th>
</tr>
<tr>
<td>
<p>The native Linux kernel port of the ZFS filesystem. To get started with
ZFS on Linux simply download the latest release and install using the
directions for your distribution.</p>
</td>
</tr>
</table>
<br />
<table width=80%>
<tr bgcolor="#aaaaaa">
<th colspan="6">Releases </th>
</tr>
<tr bgcolor="#dddddd">
<th> Release Version </th>
<th> Checksums </th>
<th> ChangeLog </th>
<th> Pool Version </th>
<th> FS Version </th>
<th> Release Date </th>
</tr>
<tr align="center" bgcolor="#80ff00">
<td>
<a href="http://archive.zfsonlinux.org/downloads/zfsonlinux/spl/spl-0.6.2.tar.gz">spl-0.6.2</a> /
<a href="http://archive.zfsonlinux.org/downloads/zfsonlinux/zfs/zfs-0.6.2.tar.gz">zfs-0.6.2</a>
</td>
<td>
<a href="http://archive.zfsonlinux.org/downloads/zfsonlinux/zfs/zfs-0.6.2.sha256.asc">sha256</a>
</td>
<td>
<a href="http://github.com/zfsonlinux/spl/commits/spl-0.6.2">spl</a> /
<a href="http://github.com/zfsonlinux/zfs/commits/zfs-0.6.2">zfs</a>
</td>
<td> 5000 </td>
<td> 5 </td>
<td> Aug 23 2013 </td>
</tr>
<tr align="center">
<td>
<a href="http://archive.zfsonlinux.org/downloads/zfsonlinux/spl/spl-0.6.1.tar.gz">spl-0.6.1</a> /
<a href="http://archive.zfsonlinux.org/downloads/zfsonlinux/zfs/zfs-0.6.1.tar.gz">zfs-0.6.1</a>
</td>
<td>
<a href="http://archive.zfsonlinux.org/downloads/zfsonlinux/zfs/zfs-0.6.1.sha256.asc">sha256</a>
</td>
<td>
<a href="http://github.com/zfsonlinux/spl/commits/spl-0.6.1">spl</a> /
<a href="http://github.com/zfsonlinux/zfs/commits/zfs-0.6.1">zfs</a>
</td>
<td> 5000 </td>
<td> 5 </td>
<td> Mar 27 2013 </td>
</tr>
<tr align="center">
<td colspan=1> <a href="download.html">archived versions</a></td>
<td colspan=3></td>
</tr>
</table>
<br />
<table width=80%>
<tr bgcolor="#aaaaaa">
<th colspan="4">Packages</th>
</tr>
<tr bgcolor="#dddddd">
<th width=25%> Distribution </th>
<th width=25%> Distribution </th>
<th width=25%> Distribution </th>
<th width=25%> Distribution </th>
</tr>
<tr>
<td> <a href="https://wiki.archlinux.org/index.php/ZFS">Arch Linux</a> </td>
<td> <a href="debian.html">Debian</a> </td>
<td> <a href="fedora.html">Fedora</a> </td>
<td> <a href="http://www.funtoo.org/ZFS_Fun">Funtoo</a> </td>
</tr>
<tr>
<td> <a href="generic-deb.html">Generic DEBs</a> </td>
<td> <a href="generic-rpm.html">Generic RPMs</a> </td>
<td> <a href="http://wiki.gentoo.org/wiki/ZFS">Gentoo</a> </td>
<td> <a href="epel.html">RHEL / CentOS / SL</a>
</tr>
<tr>
<td> <a href="http://www.sabayon.org/">Sabayon</a> </td>
<td> <a href="https://www.sprezzatech.com/wiki/index.php/ZFS">SprezzOS</a> </td>
<td> <a href="https://launchpad.net/~zfs-native/+archive/stable">Ubuntu</a> </td>
<td> </td>
</tr>
</table>
<br />
<table width=80%>
<tr bgcolor="#aaaaaa">
<th colspan="4">Community Resources </th>
</tr>
<tr bgcolor="#dddddd">
<th width="25%"> General </th>
<th width="25%"> SPL </th>
<th width="25%"> ZFS </th>
<th widrh="25%"> Lustre </th>
</tr>
<tr>
<td width="25%"><a href="lists.html">
ZFS Mailing Lists</a> </td>
<td width="25%"><a href="download.html">SPL Downloads</a></td>
<td width="25%"><a href="download.html">ZFS Downloads</a></td>
<td width="25%"><a href="lustre.html">Lustre Downloads</a></td>
</tr>
<tr>
<td width="25%"><a href="docs.html">
ZFS Documentation</a> </td>
<td width="25%">
<a href="http://github.com/zfsonlinux/spl/issues">
SPL Issue Tracker</a></td>
<td width="25%">
<a href="http://github.com/zfsonlinux/zfs/issues">
ZFS Issue Tracker</a></td>
<td width="25%">
<a href="https://jira.hpdd.intel.com/browse/LU">
Lustre Issue Tracker</a></td>
</tr>
<tr>
<td width="25%"><a href="faq.html">
ZFS on Linux FAQ</a> </td>
<td width="25%"> <a href="http://github.com/zfsonlinux/spl">
SPL Source Repository </a></td>
<td width="25%"> <a href="http://github.com/zfsonlinux/zfs">
ZFS Source Repository </a></td>
<td width="25%"> <a href="https://wiki.hpdd.intel.com/display/
PUB/Lustre+Development"> Lustre Source Repository </a></td>
</tr>
<tr>
<td width="25%">
<a href="https://github.com/zfsonlinux/zfs/issues/milestones">
ZFS on Linux Roadmap </a>
</td>
<td width="25%"> </td>
<td width="25%"> </td>
<td width="25%"> </td>
</tr>
<tr>
<td width="25%">
<a href="http://pgp.mit.edu:11371/pks/lookup?
op=vindex&search=0x0AB9E991C6AF658B">
ZFS on Linux Public Key </a>
</td>
<td width="25%"> </td>
<td width="25%"> </td>
<td width="25%"> </td>
</tr>
<tr>
<td width="25%"> <a href="http://open-zfs.org">OpenZFS</a> </td>
<td width="25%"> </td>
<td width="25%"> </td>
<td width="25%"> </td>
</tr>
</table>
<br />
<br />
<hr>
<font size=2>
Native ZFS on Linux<br />
Produced at Lawrence Livermore National Laboratory<br />
<a href="spl-disclaimer.html">spl</a> /
<a href="zfs-disclaimer.html">zfs</a> disclaimer<br />
</font>
</center>
</body>
</html>