Infra_HDC

Ubuntu 18.04 Live DVD, ZFS mount to rescue FreeBSD data

Nov 5th, 2018
180
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.13 KB | None | 0 0
  1. sudo apt update
  2. sudo apt install zfsutils-linux
  3. sudo mkdir /mnt/zroot
  4. sudo zpool import -f -o readonly=on -R /mnt/zroot zroot
Add Comment
Please, Sign In to add comment