zimaos-rauc icon indicating copy to clipboard operation
zimaos-rauc copied to clipboard

ZFS无法挂载

Open NekoLines opened this issue 1 year ago • 1 comments

当前版本是v1.2.4 当我尝试执行命令挂载在debian下创建的ZFSPool时报错:

root@ZimaCube:/usr/lib# zpool import -f  pool_name
This pool uses the following feature(s) not supported by this system:
	com.klarasystems:vdev_zaps_v2
cannot import 'pool_name': unsupported version or feature

尝试使用只读模式挂载提示相同。检查这个链接,发现是zfs版本偏低导致的。需要zfs版本2.2.5才支持该特性。尝试自己手动更新,但是没有包管理器也不支持基础库所以失败。望后续更新。

NekoLines avatar Sep 21 '24 13:09 NekoLines

下个版本将更新到2.2.5,敬请期待。

jerrykuku avatar Sep 23 '24 08:09 jerrykuku

v1.2.5 has been released and is ready for testing.

LinkLeong avatar Oct 24 '24 10:10 LinkLeong