라즈베리 파이 4의 데비안 불스아이에 zfsutils 설치

라즈베리 파이 4의 데비안 불스아이에 zfsutils 설치

Debian Bullseye로 업그레이드된 Pi OS 64비트에 zfsutils를 설치하는 중에 오류가 발생했습니다.

sudo apt install zfsutils-linux

The following packages have unmet dependencies:  zfsutils-linux : Depends: libnvpair3linux (= 2.0.3-9~bpo10+1) but 2.0.3-9 is to be installed
                  Depends: libuutil3linux (= 2.0.3-9~bpo10+1) but 2.0.3-9 is to be installed
                  Depends: libzfs4linux (= 2.0.3-9~bpo10+1) but 2.0.3-9 is to be installed
                  Depends: libzpool4linux (= 2.0.3-9~bpo10+1) but 2.0.3-9 is to be installed
                  Recommends: zfs-zed but it is not going to be installed E: Unable to correct problems, you have held broken packages.

apt policy zfsutils-linux

zfsutils-linux:
  Installed: (none)
  Candidate: 2.0.3-9~bpo10+1
  Version table:
     2.0.3-9 500
        500 http://deb.debian.org/debian bullseye/contrib arm64 Packages
     2.0.3-9~bpo10+1 990
        100 http://deb.debian.org/debian buster-backports/contrib arm64 Packages
     2.0.2-1~bpo10+1 500
        500 http://archive.raspberrypi.org/debian buster/main arm64 Packages
     0.7.12-2+deb10u2 500
        500 http://deb.debian.org/debian buster/contrib arm64 Packages

어떤 아이디어가 있나요?

답변1

적절한 소스 및 업데이트에서 버스터 백포트를 제거하는 데 필요합니다. 그 후 zfsutils 2.0.3-9가 제대로 설치되었습니다.

답변2

업그레이드된 Raspberry Pi Os, 버스터에서 불스아이로 또는 Raspberry Pi OS를 새로 설치하여 커널 5.15를 사용하는 불스아이에는 내 컴퓨터에 적절한 버스터 백포트가 없습니다. 그리고 dkms-zfs 및 zfsutils-linux가 손상되었습니다. 따라서 ZFS는 2022년 11월 10일 현재 Raspberry Pi OS에 설치되지 않습니다.

답변3

ZFS는 2023년 3월 현재 Raspberry Pi OS에 설치되지 않습니다.여기그리고원본 게시물.

관련 정보