Trying to Import Pool Crashes System

0vErb0Ard

Cadet
Joined
Apr 24, 2014
Messages
2
I found this other thread that basically has the same issue and I have tried basically every command that is mentioned. I have made progress but only so far.


Trying to inport from the Gui just causes a reboot

ALSO: in the GUI under disks the ones from Red-Dawn show Red-Dawn as the Pool and (exported) next to Pool name when they are not imported.

NOTE: I had three pools in the old computer and two have imported no problem. I don't know if I can bring up the old system since the ram was bad and the old system would boot loop on ram check failure.

I have been able to import it readonly with:
zpool import -o readonly=on -f Red-Dawn
now the discs show up without a Pool association.

So, now that I have the dataset imported.

How do I mount the pool? OR

Access the pool and/or dataset(s) thru SMB?

or is there another way to import the pool that I haven't tried?


THIS IS THE OUTPUT FOR SEVERAL OF THE OTHER COMMANDS LISTED IN THE OTHER THREAD THAT I HAVE TRIED AND THEIR OUTPUTS.

----------

This is output for: sudo zpool import

pool: Red-Dawn
id: 8036861758977559387
state: ONLINE
status: The pool was last accessed by another system.
action: The pool can be imported using its name or numeric identifier and
the '-f' flag.
see: https://openzfs.github.io/openzfs-docs/msg/ZFS-8000-EY
config:

Red-Dawn ONLINE
raidz2-0 ONLINE
sdaj2 ONLINE
sdap2 ONLINE
sdam2 ONLINE
sdao2 ONLINE
sdal2 ONLINE
sdat2 ONLINE
sdax2 ONLINE
sdav2 ONLINE
sdar2 ONLINE

----------

Inputing: sudo zpool import -f this is what comes up.

admin@truenas[~]$ sudo zpool import -f
pool: Red-Dawn
id: 8036861758977559387
state: ONLINE
status: The pool was last accessed by another system.
action: The pool can be imported using its name or numeric identifier and
the '-f' flag.
see: https://openzfs.github.io/openzfs-docs/msg/ZFS-8000-EY
config:

Red-Dawn ONLINE
raidz2-0 ONLINE
sdaj2 ONLINE
sdap2 ONLINE
sdam2 ONLINE
sdao2 ONLINE
sdal2 ONLINE
sdat2 ONLINE
sdax2 ONLINE
sdav2 ONLINE
sdar2 ONLINE
admin@truenas[~]$

----------

I input: sudo zpool import Red-Dawn -f or
sudo zpool import -f Red-Dawn
results in a system reboot

----------

I tried:
sudo zpool import -o readonly=on Red-Dawn -R /mnt and
sudo zpool import -o readonly=on HostingPool -R /mnt/HostingPool
this is the result

admin@truenas[~]$ sudo zpool import -o readonly=on Red-Dawn -R /mnt
[sudo] password for admin:
cannot import 'Red-Dawn': pool was previously in use from another system.
Last accessed by (hostid=85d5fc6c) at Wed Feb 21 13:40:41 2024
The pool can be imported, use 'zpool import -f' to import the pool.


----------

Trying sudo zpool import -R /mnt Red-Dawn results in this:

cannot import 'Red-Dawn': pool was previously in use from another system.
Last accessed by (hostid=85d5fc6c) at Wed Feb 21 13:40:41 2024
The pool can be imported, use 'zpool import -f' to import the pool.

----------
 
Top