Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the wordpress-seo domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/artsoldi/tech.camefrom.space/wp-includes/functions.php on line 6114
How to reimport your unmounted ZFS Pool - Tech from space

How to reimport your unmounted ZFS Pool

After a restart it can happen that your ZFS Pool does not remount automatically. If that happens you can do the following to fix this issue. I have written this hotfix because I ZFS has alot of commands that can import or add a drive but this one did the trick for me. Tested on a Mac Mini running ZFS 2.1.0.

$ sudo zpool import
   pool: backupraid
     id: 12345678901234567890
  state: ONLINE
 action: The pool can be imported using its name or numeric identifier.

# Take the ID for the final import
$ sudo zpool import 12345678901234567890

After that your Pool should be remounted again and you can use it like before.

Leave a Reply

Your email address will not be published. Required fields are marked *