LoginSignup
0
0

More than 3 years have passed since last update.

zfs-kmodをCentOSにコピペで入れる。

Last updated at Posted at 2020-05-20

細かい説明は一切なし。

RHEL 7.8

yum -y install yum-utils
yum -y remove zfs zfs-kmod spl spl-kmod libzfs2 libnvpair1 libuutil1 libzpool2 zfs-release
yum -y install http://download.zfsonlinux.org/epel/zfs-release.el7_8.noarch.rpm
yum-config-manager --disable zfs
yum-config-manager --enable zfs-kmod
yum -y clean metadata
yum -y install zfs
systemctl enable zfs.target
systemctl enable zfs-import-scan.service --now
systemctl enable zfs-mount.service --now

RHEL 8.2

dnf -y install dnf-utils
yum -y remove zfs zfs-kmod spl spl-kmod libzfs2 libnvpair1 libuutil1 libzpool2 zfs-release
yum -y install http://download.zfsonlinux.org/epel/zfs-release.el8_2.noarch.rpm
yum-config-manager --disable zfs
yum-config-manager --enable zfs-kmod
yum -y clean metadata
yum -y install zfs
systemctl enable zfs.target
systemctl enable zfs-import-scan.service --now
systemctl enable zfs-mount.service --now
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0