1. How to setup a ZFS pool on CentOS 7.3

    Here's my quick notes on setting up a ZFS pool with 5 drives in it.

    1. Create 5 fake devices:

    Each one will be 2GB:

    truncate -s 2G zfs01.img
    truncate -s 2G zfs02.img
    truncate -s 2G zfs03.img
    truncate -s 2G zfs04.img
    truncate -s 2G zfs05.img …

  2. How to install ZFS on CentOS 7.3

    Hello internet,

    ZFS is an advanced filesystem originally developed by Sun. It has a ton of advantages, including a built in volume manager, compression live snapshots etc. It's been ported to FreeBSD and Linux.

    1. These are my notes on how I got it installed on CentOS 7.3:

    cat …

  3. How to install ZFS on CentOS 7.3

    Hello internet,

    ZFS is an advanced filesystem originally developed by Sun. It has a ton of advantages, including a built in volume manager, compression live snapshots etc. It's been ported to FreeBSD and Linux.

    1. These are my notes on how I got it installed on CentOS 7.3:

    cat …

Page 1 / 1