很抱歉向 Ubuntu 提问,但我希望这里有人对此有一些经验。
我必须在 Ubuntu 上挂载我用 freenas8 创建的 zfs 池。我按照这里的描述进行了尝试。
我能够毫无错误地运行该命令:
sudo zpool import data
Run Code Online (Sandbox Code Playgroud)
我的 zpool 的状态是这样的:
user@server:~$ sudo zpool status
pool: data
state: ONLINE
status: The pool is formatted using an older on-disk format. The pool can
still be used, but some features are unavailable.
action: Upgrade the pool using 'zpool upgrade'. Once this is done, the
pool will no longer be accessible on older software versions.
scan: none requested
config:
NAME STATE READ …Run Code Online (Sandbox Code Playgroud)