GNU social JP
  • FAQ
  • Login
GNU social JPは日本のGNU socialサーバーです。
Usage/ToS/admin/test/Pleroma FE
  • Public

    • Public
    • Network
    • Groups
    • Featured
    • Popular
    • People

Embed Notice

HTML Code

Corresponding Notice

  1. Embed this notice
    mk (mk@mastodon.satoshishop.de)'s status on Friday, 11-Aug-2023 14:20:07 JSTmkmk
    in reply to
    • Jeena

    @jeena

    zfs ist ein

    - raid controller,
    - lvm und
    - dateisystem

    in einem.

    $ sudo -i
    $ apt install zfsutils-linux
    $ dd if=/dev/zero of=/tmp/hdd0 bs=1GB count=1
    $ dd if=/dev/zero of=/tmp/hdd1 bs=1GB count=1

    $ zpool create \
    -o autoexpand=on \
    -o autoreplace=on \
    -o autotrim=on \
    -O sync=disabled \
    -O compression=lz4 \
    -O encryption=on \
    -O keylocation=prompt \
    -O keyformat=passphrase \
    demopool \
    /tmp/hdd0

    $ zpool list

    neue platte
    $ zpool add demopool /tmp/hdd1

    https://hedgedoc.satoshishop.de/Qb_TI8a6TsOyqX_e3op1PA#Gespiegelten-Pool-und-verschl%C3%BCsseltes-root-filesystem-erstellen

    In conversationFriday, 11-Aug-2023 14:20:07 JST from mastodon.satoshishop.depermalink
  • Help
  • About
  • FAQ
  • TOS
  • Privacy
  • Source
  • Version
  • Contact

GNU social JP is a social network, courtesy of GNU social JP管理人. It runs on GNU social, version 2.0.2-dev, available under the GNU Affero General Public License.

Creative Commons Attribution 3.0 All GNU social JP content and data are available under the Creative Commons Attribution 3.0 license.