Debian 9ストレッチにzfsをインストールする
debian 9.1にzfsをインストールしようとしましたが、いくつかエラーが発生しています。 私の最初のインストールはzfs-dkmsだけでしたが、zfs-dkmsを実行するにはspl-dkmsも必要であることをネットで読みました。 私の手順は、次のようにnon-freeを追加して私のsources.listを変更することでした。 /etc/apt/sources.list deb http://ftp.nl.debian.org/debian/ stretch main contrib non-free deb-src http://ftp.nl.debian.org/debian/ stretch main contrib non-free deb http://security.debian.org/debian-security stretch/updates main contrib non-free deb-src http://security.debian.org/debian-security stretch/updates main contrib non-free # stretch-updates, previously known as 'volatile' deb http://ftp.nl.debian.org/debian/ stretch-updates main contrib non-free deb-src http://ftp.nl.debian.org/debian/ stretch-updates main contrib non-free 従来のapt-get更新を実行してから、以下を使用してzfsをインストールしてみました。 apt-get install …