ZFS Raid FAULTED corrupted data

danb35

Hall of Famer
Joined
Aug 16, 2011
Messages
15,504
If zpool import -f doesn't work for you
The command really should be zpool import -F (with an uppercase F)--the -f option only bypasses the warning about the pool last being used on another machine.
 

Vishimtar

Dabbler
Joined
Nov 17, 2014
Messages
30
The command really should be zpool import -F (with an uppercase F)--the -f option only bypasses the warning about the pool last being used on another machine.

Hi,
Code:
 zpool import -F 
I tried this way, but it didn't. When the covid-19 quarantine process is over when I go to the office, I will look at ways to repair old disks and replace the FreeNAS box.
 

sretalla

Powered by Neutrality
Moderator
Joined
Jan 1, 2016
Messages
9,703
So you tried zpool import -F zfsraid ?
 

Vishimtar

Dabbler
Joined
Nov 17, 2014
Messages
30
So you tried zpool import -F zfsraid ?


Yes
zpool import zfsraid

Code:

[root@mnas] ~# zpool import -F zfsraid
cannot import 'zfsraid': I/O error
        Destroy and re-create the pool from
        a backup source.
 
Last edited:

Vishimtar

Dabbler
Joined
Nov 17, 2014
Messages
30
these are web gui screenshots

storage view disks.PNG
storage volumes.PNG
 
Top