$schemamarkup = get_post_meta(get_the_ID(), 'schemamarkup', true); if(!empty($schemamarkup)) { echo $schemamarkup; }

ZFS Installation in Parrot OS – Step-by-step

November 10, 2023 | By the+gnu+linux+evangelist.

Installing

  1. 2. Installing ZFS

    Then to Install ZFS on Parrot
    Simply run:

    sudo apt install zfs-dkms zfs-utils

    For further Insight see the Official Documentation.
    Testing Installation with:

    sudo zpool upgrade

    Last, to enable it Reboot with:

    sudo reboot

Contents