This commit is contained in:
parent
8778dd4562
commit
05e159d242
16
zfs-trouble-live-boot-solution.md
Normal file
16
zfs-trouble-live-boot-solution.md
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
# 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}
|
||||||
|
$ zfs change-key rpool
|
||||||
|
~~~
|
Loading…
Reference in New Issue
Block a user