From 05e159d2428b66c900b395e0a2706fd7affce1e8 Mon Sep 17 00:00:00 2001 From: Michel Le Cocq Date: Mon, 22 Jun 2020 10:49:39 +0200 Subject: [PATCH] --- zfs-trouble-live-boot-solution.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 zfs-trouble-live-boot-solution.md diff --git a/zfs-trouble-live-boot-solution.md b/zfs-trouble-live-boot-solution.md new file mode 100644 index 0000000..5620203 --- /dev/null +++ b/zfs-trouble-live-boot-solution.md @@ -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 +~~~