원래 시스템이 부팅(시작)되지 않습니다. 해결하지 못하는 오류가 많습니다. 새 장치에 우분투를 설치했고 이전 디스크에서 이전 풀을 볼 수 있습니다.
이름이 동일하므로 풀을 가져올 수 없습니다. rpool을 어떻게 가져올 수 있나요?
~$ zpool status
pool: bpool
state: ONLINE
config:
NAME STATE READ WRITE CKSUM
bpool ONLINE 0 0 0
04ef5f14-e5f9-b647-b997-245aa36411f5 ONLINE 0 0 0
errors: No known data errors
pool: rpool
state: ONLINE
config:
NAME STATE READ WRITE CKSUM
rpool ONLINE 0 0 0
93f2c53e-2192-d942-a117-c0109619b3c8 ONLINE 0 0 0
$ sudo zpool import
pool: bpool
id: 13370236194316687362
state: ONLINE
status: Some supported features are not enabled on the pool.
(Note that they may be intentionally disabled if the
'compatibility' property is set.)
action: The pool can be imported using its name or numeric identifier, though
some features will not be available without an explicit 'zpool upgrade'.
config:
bpool ONLINE
683100ad-262c-0548-8f70-ea093bdbce23 ONLINE
pool: rpool
id: 8969077933931556505
state: ONLINE
action: The pool can be imported using its name or numeric identifier.
config:
rpool ONLINE
0e34f9cd-4128-6343-b54b-c5f8250b5d19 ONLINE
답변1
새 이름으로 ID별로 풀을 가져올 수 있으며 대체 루트로 가져오는 것도 현명합니다.
zpool import -o altroot=/oldrpool 8969077933931556505 oldrpool