2020-06-22 10:49:39 +02:00
|
|
|
# zfs trouble live boot solution
|
|
|
|
## zpool trouble you can mount it from live systeme
|
|
|
|
|
|
|
|
boot on usb drive which permit zfs then :
|
|
|
|
|
|
|
|
~~~
|
|
|
|
zpool import -R /mnt rpool
|
|
|
|
zfs load-key rpool
|
|
|
|
zfs mount rpool/USERDATA/nomad_e8bdbt
|
|
|
|
~~~
|
|
|
|
|
|
|
|
## in case you wanted to change zpool passwd
|
|
|
|
|
|
|
|
~~~{.shell}
|
2020-06-22 10:49:52 +02:00
|
|
|
zfs change-key rpool
|
2020-06-22 10:49:39 +02:00
|
|
|
~~~
|