Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 9 additions & 4 deletions faq.html
Original file line number Diff line number Diff line change
Expand Up @@ -76,16 +76,16 @@ <h3>1.1 What about the licensing issue?</h3></a>
<a name="HowDoIInstallIt">
<h3>1.2 How do I install it?</h3></a>

<p>If your using an Ubuntu distribution the easiest way to install ZFS is
with Darik Horn's <a href="https://launchpad.net/~dajhorn/+archive/zfs">
<p>If you are using an Ubuntu distribution the easiest way to install ZFS is
with Darik Horn's <a href="https://launchpad.net/~zfs-native/+archive/stable">
ZFS PPA</a>. Simply add the PPA to your list of repositories and install
the ZFS packages with your favorite package manager. The ZFS source will
be downloaded to your system and compiled with dkms. In addition, the ZFS
source will be automatically recompiled when a new version is available
or when you update your kernel.</p>

<pre>
$ sudo add-apt-repository ppa:dajhorn/zfs
$ sudo add-apt-repository ppa:zfs-native/stable
$ sudo apt-get update
$ sudo apt-get install ubuntu-zfs
</pre>
Expand Down Expand Up @@ -488,7 +488,12 @@ <h3>1.14 How do I automatically mount ZFS file systems during startup?</h3></a>
<ul>
<li>
<b>Ubuntu PPA:</b>
If you are using Darik Horn's <a href="https://launchpad.net/~dajhorn/+archive/zfs">ZFS PPA</a>, auto mounting and auto unmounting features are configured on /etc/default/zfs configuration. Just edit the values of ZFS_MOUNT and ZFS_UNMOUNT in the file /etc/default/zfs to other than the default value (a blank string). Here's an example content of /etc/default/zfs configuration file:
If you are using Darik Horn's
<a href="https://launchpad.net/~zfs-native/+archive/stable">ZFS PPA</a>, auto
mounting and auto unmounting features are configured in the /etc/default/zfs
configuration file. Just edit the values of ZFS_MOUNT and ZFS_UNMOUNT in the
file /etc/default/zfs to other than the default value (a blank string). Here is
an example content of /etc/default/zfs configuration file:

<pre>
$ cat /etc/default/zfs
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
<td> <a href="spl-building-deb.html">deb</a></td>
<td> <a href="zfs-building-rpm.html">rpm</a></td>
<td> <a href="zfs-building-deb.html">deb</a></td>
<td> <a href="https://launchpad.net/~dajhorn/+archive/zfs">ppa</a></td>
<td> <a href="https://launchpad.net/~zfs-native/+archive/stable">ppa</a></td>
</tr>
<tr align="center" bgcolor="#80ff00">
<td> <a href="http://github.com/downloads/zfsonlinux/spl/spl-0.5.2.tar.gz">spl-0.5.2</a></td>
Expand Down