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

ZFS Installation in Deepin Linux – Step-by-step

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

Installing

  1. 2. Setting Up Backports

    How to Install Backports Repository on Deepin GNU/Linux

    Backports Deepin Linux Setup Guide
  2. 3. Installing ZFS

    Then to Install ZFS on Deepin
    Simply run:

    sudo apt install -t bookworm-backports 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