Boot-SSD wahrscheinlich defekt - System bootet noch, aber kein Pool

bo2000

Dabbler
Joined
Nov 19, 2020
Messages
12
Hallo Forum,

beim NAS eines Freundes ist wahrscheinlich die Boot-SSD defekt (oder zumindest der darauf befindliche Pool):


Code:
root@nas[~]# zpool status -v
  pool: boot-pool
 state: ONLINE
status: One or more devices has experienced an error resulting in data
        corruption.  Applications may be affected.
action: Restore the file in question if possible.  Otherwise restore the
        entire pool from backup.
   see: https://openzfs.github.io/openzfs-docs/msg/ZFS-8000-8A
  scan: scrub repaired 0B in 00:00:32 with 4 errors on Thu Nov 11 03:45:32 2021
config:

        NAME        STATE     READ WRITE CKSUM
        boot-pool   ONLINE       0     0     0
          ada1p2    ONLINE       0     0     4

errors: Permanent errors have been detected in the following files:

        boot-pool/ROOT/12.0-U6@2021-01-07-10:46:50:/root/caddy/freenas-iocage-caddy/includes/caddy
        boot-pool/ROOT/12.0-U6@2021-01-07-10:46:50:/root/caddy/freenas-iocage-caddy/.git/hooks/commit-msg.sample
        boot-pool/ROOT/12.0-U6@2021-01-07-10:46:50:/root/caddy/freenas-iocage-caddy/.git/hooks/update.sample
        boot-pool/ROOT/12.0-U6@2021-01-07-10:46:50:/root/caddy/freenas-iocage-caddy/includes/Caddyfile.example

  pool: tb2
 state: ONLINE
  scan: scrub repaired 0B in 05:07:55 with 0 errors on Mon Nov  1 05:07:56 2021
config:

        NAME                                          STATE     READ WRITE CKSUM
        tb2                                           ONLINE       0     0     0
          gptid/c9bddd4d-25ec-11eb-b148-a8a15942dbb6  ONLINE       0     0     0

errors: No known data errors

  pool: tb3
 state: ONLINE
  scan: scrub repaired 0B in 00:06:31 with 0 errors on Thu Nov  4 00:06:32 2021
config:

        NAME                                          STATE     READ WRITE CKSUM
        tb3                                           ONLINE       0     0     0
          gptid/e37c7475-26aa-11eb-a4b3-a8a15942dbb6  ONLINE       0     0     0

errors: No known data errors


Die Partition ist noch da:

Code:
root@nas[~]# gpart show /dev/ada1
=>       40  234441568  ada1  GPT  (112G)
         40     532480     1  efi  (260M)
     532520   33554432     3  freebsd-swap  (16G)
   34086952  200343552     2  freebsd-zfs  (96G)
  234430504      11104        - free -  (5.4M)



Allerdings ist kein Pool mehr da:

Code:
root@nas[~]# zpool import
no pools available to import


Lässt sich hier noch etwas machen, oder ist die Installation einfach hinüber?
 

Patrick M. Hausen

Hall of Famer
Joined
Nov 25, 2013
Messages
7,776
Der Pool ist doch schon importiert, deshalb klappt das kein zweites Mal.
Ja, der Boot Pool ist wohl hin. Config sichern, auf neuem Medium neu installieren, Config importieren.
 

bo2000

Dabbler
Joined
Nov 19, 2020
Messages
12
Da fehlt nur der Pool "SSD-Pool". Daher wunderte ich mich.
Hier lagen die Jails und Plugins drauf. Hatte gehofft, den noch importieren zu können, um Daten davon zu sichern.
 

Patrick M. Hausen

Hall of Famer
Joined
Nov 25, 2013
Messages
7,776
Ah - das hatte ich nicht richtig verstanden.
 
Top