I use ZFS to store my data, including configuration files, for my desktop PC, so it's important for my datasets to mount automatically on boot. I couldn't for the life of me figure out how to do this in Ubuntu 19.10.
At first, when I ran zfs list
and zpool list
, there was no output; it was empty. Then, after figuring out how to import my pools, they still wouldn't mount.
zfs.target
not being found (as outlined in more detail in this question about how the selection of datasets-to-mount works internally). If you happen to know more and could provide an answer to my question, I'd appreciate it. – lucidbrot Jul 15 '20 at 14:59