[GH-ISSUE #7] Błąd tworzenia partycji #5

Closed
opened 2026-03-04 12:04:53 +03:00 by kerem · 8 comments
Owner

Originally created by @obsy on GitHub (Jan 14, 2026).
Original GitHub issue: https://github.com/4IceG/luci-app-mini-diskmanager/issues/7

Podczas tworzenia z gui na wolnym miejscu zwracany jest błąd


minidiskmanager.js?v=26.006.11347~6e7ed76-1767385801:775 createPartition error: Error: RPC call failed: nieznany błąd
    at eval (minidiskmanager.js?v=26.006.11347~6e7ed76-1767385801:459:2376)

W gui wołane jest

ubus call minidiskmanager create_partition "{\"device\":\"/dev/sda\",\"type\":\"primary\",\"fstype\":\"ext4\",\"size\":\"1908408\",\"layout\":\"mbr\",\"label\":\"\"}

Jak wykonuję to w konsoli - to partycja się założyła.

I teraz: dysk jest taki

# fdisk -l /dev/sda
Disk /dev/sda: 1.82 TiB, 2000398934016 bytes, 3907029168 sectors
Disk model: WDC WD20SPZX-60U
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disklabel type: dos
Disk identifier: 0x9688092e

Device     Boot  Start        End    Sectors  Size Id Type
/dev/sda1  *       512      33279      32768   16M 83 Linux
/dev/sda2        33792     246783     212992  104M 83 Linux
/dev/sda3       247808 3907029167 3906781360  1.8T 83 Linux

Co gui pokazuje jako

Image

Pokazuje że miejsce zostało co jest bzdurą bo partycja właśnie została zrobiona.

Originally created by @obsy on GitHub (Jan 14, 2026). Original GitHub issue: https://github.com/4IceG/luci-app-mini-diskmanager/issues/7 Podczas tworzenia z gui na wolnym miejscu zwracany jest błąd ``` minidiskmanager.js?v=26.006.11347~6e7ed76-1767385801:775 createPartition error: Error: RPC call failed: nieznany błąd at eval (minidiskmanager.js?v=26.006.11347~6e7ed76-1767385801:459:2376) ``` W gui wołane jest `ubus call minidiskmanager create_partition "{\"device\":\"/dev/sda\",\"type\":\"primary\",\"fstype\":\"ext4\",\"size\":\"1908408\",\"layout\":\"mbr\",\"label\":\"\"}` Jak wykonuję to w konsoli - to partycja się założyła. I teraz: dysk jest taki ``` # fdisk -l /dev/sda Disk /dev/sda: 1.82 TiB, 2000398934016 bytes, 3907029168 sectors Disk model: WDC WD20SPZX-60U Units: sectors of 1 * 512 = 512 bytes Sector size (logical/physical): 512 bytes / 4096 bytes I/O size (minimum/optimal): 4096 bytes / 4096 bytes Disklabel type: dos Disk identifier: 0x9688092e Device Boot Start End Sectors Size Id Type /dev/sda1 * 512 33279 32768 16M 83 Linux /dev/sda2 33792 246783 212992 104M 83 Linux /dev/sda3 247808 3907029167 3906781360 1.8T 83 Linux ``` Co gui pokazuje jako <img width="1082" height="389" alt="Image" src="https://github.com/user-attachments/assets/70676a95-a6a3-46e9-978a-4f186315f279" /> Pokazuje że miejsce zostało co jest bzdurą bo partycja właśnie została zrobiona.
kerem closed this issue 2026-03-04 12:04:53 +03:00
Author
Owner

@obsy commented on GitHub (Jan 14, 2026):

PS. Pisze także że "Informacje Nie można odczytać danych S.M.A.R.T." może że z konsoli smart jest normalnie czytany (

<!-- gh-comment-id:3750870461 --> @obsy commented on GitHub (Jan 14, 2026): PS. Pisze także że "Informacje Nie można odczytać danych S.M.A.R.T." może że z konsoli smart jest normalnie czytany (
Author
Owner

@4IceG commented on GitHub (Jan 14, 2026):

A co Cezary zwraca log z tworzenia "nieudanej partycji"? znając życie pobiera nazwę dysku, nie konkretnej partycji i już fikołek gotowy.

<!-- gh-comment-id:3750893212 --> @4IceG commented on GitHub (Jan 14, 2026): A co Cezary zwraca log z tworzenia "nieudanej partycji"? znając życie pobiera nazwę dysku, nie konkretnej partycji i już fikołek gotowy.
Author
Owner

@obsy commented on GitHub (Jan 14, 2026):

Taka jest sytuacja wyjściowa:

Device     Boot Start    End Sectors  Size Id Type
/dev/sda1  *      512  33279   32768   16M 83 Linux
/dev/sda2       33792 246783  212992  104M 83 Linux
Image

Klikam to trzecie "nieprzydzielone miejsce", klikam utwórz, klikam uzupełnij rozmiar, takie jest okno

Image

Robię utwórz, konsola js zwraca natychmiast w/w błąd. Przeglądarka woła

Image

Zaś odpowiedź:

Image

Dysk zostaje niezmieniony. Jak w/w call'a robię z konsoli to zwraca pid i normalnie robi partycję.

<!-- gh-comment-id:3750925074 --> @obsy commented on GitHub (Jan 14, 2026): Taka jest sytuacja wyjściowa: ``` Device Boot Start End Sectors Size Id Type /dev/sda1 * 512 33279 32768 16M 83 Linux /dev/sda2 33792 246783 212992 104M 83 Linux ``` <img width="1077" height="283" alt="Image" src="https://github.com/user-attachments/assets/fa629c63-5125-4cb6-9916-7e74d3983a1c" /> Klikam to trzecie "nieprzydzielone miejsce", klikam utwórz, klikam uzupełnij rozmiar, takie jest okno <img width="675" height="449" alt="Image" src="https://github.com/user-attachments/assets/face06a9-623f-41f4-956c-229509383a1b" /> Robię utwórz, konsola js zwraca natychmiast w/w błąd. Przeglądarka woła <img width="755" height="615" alt="Image" src="https://github.com/user-attachments/assets/95c94594-85ba-479a-921a-d8129be0d4a0" /> Zaś odpowiedź: <img width="629" height="166" alt="Image" src="https://github.com/user-attachments/assets/585fb639-4a97-42c9-a76e-ce55de817c2a" /> Dysk zostaje niezmieniony. Jak w/w call'a robię z konsoli to zwraca pid i normalnie robi partycję.
Author
Owner

@4IceG commented on GitHub (Jan 14, 2026):

Czyli szukamy co boli Lucynę a nie sam skrypt, oki.

<!-- gh-comment-id:3750939763 --> @4IceG commented on GitHub (Jan 14, 2026): Czyli szukamy co boli Lucynę a nie sam skrypt, oki.
Author
Owner

@4IceG commented on GitHub (Jan 14, 2026):

PS. Pisze także że "Informacje Nie można odczytać danych S.M.A.R.T." może że z konsoli smart jest normalnie czytany (

Zerknę na to.

<!-- gh-comment-id:3750944505 --> @4IceG commented on GitHub (Jan 14, 2026): > PS. Pisze także że "Informacje Nie można odczytać danych S.M.A.R.T." może że z konsoli smart jest normalnie czytany ( Zerknę na to.
Author
Owner

@4IceG commented on GitHub (Jan 14, 2026):

Możesz @obsy Cezary sprawdzić czy teraz jest OK. Partycje tworzy mi poprawnie. Niestety S.M.A.R.T.-a aktualnie nie mam na czym zweryfikować.

<!-- gh-comment-id:3751228428 --> @4IceG commented on GitHub (Jan 14, 2026): Możesz @obsy Cezary sprawdzić czy teraz jest OK. Partycje tworzy mi poprawnie. Niestety S.M.A.R.T.-a aktualnie nie mam na czym zweryfikować.
Author
Owner

@obsy commented on GitHub (Jan 14, 2026):

Formatowanie działa. Smart nadal nie, wyświetla że nie ma atrybutów. Poniżej to co smart z mojego zwraca

{
  "json_format_version": [
    1,
    0
  ],
  "smartctl": {
    "version": [
      7,
      5
    ],
    "pre_release": false,
    "svn_revision": "5714",
    "platform_info": "x86_64-linux-6.12.63",
    "build_info": "(localbuild)",
    "argv": [
      "smartctl",
      "-A",
      "-j",
      "/dev/sda"
    ],
    "drive_database_version": {
      "string": "7.5/5706"
    },
    "exit_status": 0
  },
  "local_time": {
    "time_t": 1768419682,
    "asctime": "Wed Jan 14 20:41:22 2026 CET"
  },
  "device": {
    "name": "/dev/sda",
    "info_name": "/dev/sda [SAT]",
    "type": "sat",
    "protocol": "ATA"
  },
  "ata_smart_attributes": {
    "revision": 32,
    "table": [
      {
        "id": 1,
        "name": "Raw_Read_Error_Rate",
        "value": 100,
        "worst": 100,
        "thresh": 50,
        "when_failed": "",
        "flags": {
          "value": 47,
          "string": "POSR-K ",
          "prefailure": true,
          "updated_online": true,
          "performance": true,
          "error_rate": true,
          "event_count": false,
          "auto_keep": true
        },
        "raw": {
          "value": 0,
          "string": "0"
        }
      },
      {
        "id": 3,
        "name": "Spin_Up_Time",
        "value": 51,
        "worst": 50,
        "thresh": 21,
        "when_failed": "",
        "flags": {
          "value": 39,
          "string": "POS--K ",
          "prefailure": true,
          "updated_online": true,
          "performance": true,
          "error_rate": false,
          "event_count": false,
          "auto_keep": true
        },
        "raw": {
          "value": 1841,
          "string": "1841"
        }
      },
      {
        "id": 4,
        "name": "Start_Stop_Count",
        "value": 100,
        "worst": 100,
        "thresh": 0,
        "when_failed": "",
        "flags": {
          "value": 50,
          "string": "-O--CK ",
          "prefailure": false,
          "updated_online": true,
          "performance": false,
          "error_rate": false,
          "event_count": true,
          "auto_keep": true
        },
        "raw": {
          "value": 9,
          "string": "9"
        }
      },
      {
        "id": 5,
        "name": "Reallocated_Sector_Ct",
        "value": 100,
        "worst": 100,
        "thresh": 10,
        "when_failed": "",
        "flags": {
          "value": 51,
          "string": "PO--CK ",
          "prefailure": true,
          "updated_online": true,
          "performance": false,
          "error_rate": false,
          "event_count": true,
          "auto_keep": true
        },
        "raw": {
          "value": 0,
          "string": "0"
        }
      },
      {
        "id": 7,
        "name": "Seek_Error_Rate",
        "value": 100,
        "worst": 100,
        "thresh": 30,
        "when_failed": "",
        "flags": {
          "value": 47,
          "string": "POSR-K ",
          "prefailure": true,
          "updated_online": true,
          "performance": true,
          "error_rate": true,
          "event_count": false,
          "auto_keep": true
        },
        "raw": {
          "value": 50563,
          "string": "50563"
        }
      },
      {
        "id": 9,
        "name": "Power_On_Hours",
        "value": 100,
        "worst": 100,
        "thresh": 0,
        "when_failed": "",
        "flags": {
          "value": 50,
          "string": "-O--CK ",
          "prefailure": false,
          "updated_online": true,
          "performance": false,
          "error_rate": false,
          "event_count": true,
          "auto_keep": true
        },
        "raw": {
          "value": 6285,
          "string": "6285"
        }
      },
      {
        "id": 10,
        "name": "Spin_Retry_Count",
        "value": 100,
        "worst": 100,
        "thresh": 50,
        "when_failed": "",
        "flags": {
          "value": 51,
          "string": "PO--CK ",
          "prefailure": true,
          "updated_online": true,
          "performance": false,
          "error_rate": false,
          "event_count": true,
          "auto_keep": true
        },
        "raw": {
          "value": 0,
          "string": "0"
        }
      },
      {
        "id": 12,
        "name": "Power_Cycle_Count",
        "value": 100,
        "worst": 100,
        "thresh": 0,
        "when_failed": "",
        "flags": {
          "value": 50,
          "string": "-O--CK ",
          "prefailure": false,
          "updated_online": true,
          "performance": false,
          "error_rate": false,
          "event_count": true,
          "auto_keep": true
        },
        "raw": {
          "value": 8,
          "string": "8"
        }
      },
      {
        "id": 183,
        "name": "Runtime_Bad_Block",
        "value": 100,
        "worst": 100,
        "thresh": 0,
        "when_failed": "",
        "flags": {
          "value": 50,
          "string": "-O--CK ",
          "prefailure": false,
          "updated_online": true,
          "performance": false,
          "error_rate": false,
          "event_count": true,
          "auto_keep": true
        },
        "raw": {
          "value": 0,
          "string": "0"
        }
      },
      {
        "id": 184,
        "name": "End-to-End_Error",
        "value": 100,
        "worst": 100,
        "thresh": 97,
        "when_failed": "",
        "flags": {
          "value": 59,
          "string": "PO-RCK ",
          "prefailure": true,
          "updated_online": true,
          "performance": false,
          "error_rate": true,
          "event_count": true,
          "auto_keep": true
        },
        "raw": {
          "value": 0,
          "string": "0"
        }
      },
      {
        "id": 187,
        "name": "Reported_Uncorrect",
        "value": 100,
        "worst": 100,
        "thresh": 0,
        "when_failed": "",
        "flags": {
          "value": 50,
          "string": "-O--CK ",
          "prefailure": false,
          "updated_online": true,
          "performance": false,
          "error_rate": false,
          "event_count": true,
          "auto_keep": true
        },
        "raw": {
          "value": 0,
          "string": "0"
        }
      },
      {
        "id": 188,
        "name": "Command_Timeout",
        "value": 100,
        "worst": 100,
        "thresh": 0,
        "when_failed": "",
        "flags": {
          "value": 50,
          "string": "-O--CK ",
          "prefailure": false,
          "updated_online": true,
          "performance": false,
          "error_rate": false,
          "event_count": true,
          "auto_keep": true
        },
        "raw": {
          "value": 0,
          "string": "0"
        }
      },
      {
        "id": 189,
        "name": "High_Fly_Writes",
        "value": 100,
        "worst": 100,
        "thresh": 0,
        "when_failed": "",
        "flags": {
          "value": 58,
          "string": "-O-RCK ",
          "prefailure": false,
          "updated_online": true,
          "performance": false,
          "error_rate": true,
          "event_count": true,
          "auto_keep": true
        },
        "raw": {
          "value": 0,
          "string": "0"
        }
      },
      {
        "id": 191,
        "name": "G-Sense_Error_Rate",
        "value": 94,
        "worst": 94,
        "thresh": 0,
        "when_failed": "",
        "flags": {
          "value": 50,
          "string": "-O--CK ",
          "prefailure": false,
          "updated_online": true,
          "performance": false,
          "error_rate": false,
          "event_count": true,
          "auto_keep": true
        },
        "raw": {
          "value": 6,
          "string": "6"
        }
      },
      {
        "id": 192,
        "name": "Power-Off_Retract_Count",
        "value": 100,
        "worst": 100,
        "thresh": 0,
        "when_failed": "",
        "flags": {
          "value": 50,
          "string": "-O--CK ",
          "prefailure": false,
          "updated_online": true,
          "performance": false,
          "error_rate": false,
          "event_count": true,
          "auto_keep": true
        },
        "raw": {
          "value": 25769803782,
          "string": "25769803782"
        }
      },
      {
        "id": 193,
        "name": "Load_Cycle_Count",
        "value": 1,
        "worst": 1,
        "thresh": 0,
        "when_failed": "",
        "flags": {
          "value": 50,
          "string": "-O--CK ",
          "prefailure": false,
          "updated_online": true,
          "performance": false,
          "error_rate": false,
          "event_count": true,
          "auto_keep": true
        },
        "raw": {
          "value": 271917,
          "string": "271917"
        }
      },
      {
        "id": 194,
        "name": "Temperature_Celsius",
        "value": 30,
        "worst": 36,
        "thresh": 0,
        "when_failed": "",
        "flags": {
          "value": 34,
          "string": "-O---K ",
          "prefailure": false,
          "updated_online": true,
          "performance": false,
          "error_rate": false,
          "event_count": false,
          "auto_keep": true
        },
        "raw": {
          "value": 505085982,
          "string": "30 (Min/Max 27/30)"
        }
      },
      {
        "id": 197,
        "name": "Current_Pending_Sector",
        "value": 100,
        "worst": 100,
        "thresh": 0,
        "when_failed": "",
        "flags": {
          "value": 50,
          "string": "-O--CK ",
          "prefailure": false,
          "updated_online": true,
          "performance": false,
          "error_rate": false,
          "event_count": true,
          "auto_keep": true
        },
        "raw": {
          "value": 0,
          "string": "0"
        }
      },
      {
        "id": 198,
        "name": "Offline_Uncorrectable",
        "value": 100,
        "worst": 100,
        "thresh": 0,
        "when_failed": "",
        "flags": {
          "value": 48,
          "string": "----CK ",
          "prefailure": false,
          "updated_online": false,
          "performance": false,
          "error_rate": false,
          "event_count": true,
          "auto_keep": true
        },
        "raw": {
          "value": 0,
          "string": "0"
        }
      },
      {
        "id": 199,
        "name": "UDMA_CRC_Error_Count",
        "value": 100,
        "worst": 100,
        "thresh": 0,
        "when_failed": "",
        "flags": {
          "value": 50,
          "string": "-O--CK ",
          "prefailure": false,
          "updated_online": true,
          "performance": false,
          "error_rate": false,
          "event_count": true,
          "auto_keep": true
        },
        "raw": {
          "value": 0,
          "string": "0"
        }
      },
      {
        "id": 200,
        "name": "Multi_Zone_Error_Rate",
        "value": 100,
        "worst": 253,
        "thresh": 0,
        "when_failed": "",
        "flags": {
          "value": 8,
          "string": "---R-- ",
          "prefailure": false,
          "updated_online": false,
          "performance": false,
          "error_rate": true,
          "event_count": false,
          "auto_keep": false
        },
        "raw": {
          "value": 0,
          "string": "0"
        }
      },
      {
        "id": 240,
        "name": "Head_Flying_Hours",
        "value": 100,
        "worst": 100,
        "thresh": 0,
        "when_failed": "",
        "flags": {
          "value": 50,
          "string": "-O--CK ",
          "prefailure": false,
          "updated_online": true,
          "performance": false,
          "error_rate": false,
          "event_count": true,
          "auto_keep": true
        },
        "raw": {
          "value": 29864,
          "string": "29864"
        }
      },
      {
        "id": 243,
        "name": "Unknown_Attribute",
        "value": 100,
        "worst": 100,
        "thresh": 0,
        "when_failed": "",
        "flags": {
          "value": 50,
          "string": "-O--CK ",
          "prefailure": false,
          "updated_online": true,
          "performance": false,
          "error_rate": false,
          "event_count": true,
          "auto_keep": true
        },
        "raw": {
          "value": 231331,
          "string": "231331"
        }
      }
    ]
  },
  "spare_available": {
    "current_percent": 100,
    "threshold_percent": 10
  },
  "power_on_time": {
    "hours": 6285
  },
  "power_cycle_count": 8,
  "temperature": {
    "current": 30
  }
}

<!-- gh-comment-id:3751302195 --> @obsy commented on GitHub (Jan 14, 2026): Formatowanie działa. Smart nadal nie, wyświetla że nie ma atrybutów. Poniżej to co smart z mojego zwraca ``` { "json_format_version": [ 1, 0 ], "smartctl": { "version": [ 7, 5 ], "pre_release": false, "svn_revision": "5714", "platform_info": "x86_64-linux-6.12.63", "build_info": "(localbuild)", "argv": [ "smartctl", "-A", "-j", "/dev/sda" ], "drive_database_version": { "string": "7.5/5706" }, "exit_status": 0 }, "local_time": { "time_t": 1768419682, "asctime": "Wed Jan 14 20:41:22 2026 CET" }, "device": { "name": "/dev/sda", "info_name": "/dev/sda [SAT]", "type": "sat", "protocol": "ATA" }, "ata_smart_attributes": { "revision": 32, "table": [ { "id": 1, "name": "Raw_Read_Error_Rate", "value": 100, "worst": 100, "thresh": 50, "when_failed": "", "flags": { "value": 47, "string": "POSR-K ", "prefailure": true, "updated_online": true, "performance": true, "error_rate": true, "event_count": false, "auto_keep": true }, "raw": { "value": 0, "string": "0" } }, { "id": 3, "name": "Spin_Up_Time", "value": 51, "worst": 50, "thresh": 21, "when_failed": "", "flags": { "value": 39, "string": "POS--K ", "prefailure": true, "updated_online": true, "performance": true, "error_rate": false, "event_count": false, "auto_keep": true }, "raw": { "value": 1841, "string": "1841" } }, { "id": 4, "name": "Start_Stop_Count", "value": 100, "worst": 100, "thresh": 0, "when_failed": "", "flags": { "value": 50, "string": "-O--CK ", "prefailure": false, "updated_online": true, "performance": false, "error_rate": false, "event_count": true, "auto_keep": true }, "raw": { "value": 9, "string": "9" } }, { "id": 5, "name": "Reallocated_Sector_Ct", "value": 100, "worst": 100, "thresh": 10, "when_failed": "", "flags": { "value": 51, "string": "PO--CK ", "prefailure": true, "updated_online": true, "performance": false, "error_rate": false, "event_count": true, "auto_keep": true }, "raw": { "value": 0, "string": "0" } }, { "id": 7, "name": "Seek_Error_Rate", "value": 100, "worst": 100, "thresh": 30, "when_failed": "", "flags": { "value": 47, "string": "POSR-K ", "prefailure": true, "updated_online": true, "performance": true, "error_rate": true, "event_count": false, "auto_keep": true }, "raw": { "value": 50563, "string": "50563" } }, { "id": 9, "name": "Power_On_Hours", "value": 100, "worst": 100, "thresh": 0, "when_failed": "", "flags": { "value": 50, "string": "-O--CK ", "prefailure": false, "updated_online": true, "performance": false, "error_rate": false, "event_count": true, "auto_keep": true }, "raw": { "value": 6285, "string": "6285" } }, { "id": 10, "name": "Spin_Retry_Count", "value": 100, "worst": 100, "thresh": 50, "when_failed": "", "flags": { "value": 51, "string": "PO--CK ", "prefailure": true, "updated_online": true, "performance": false, "error_rate": false, "event_count": true, "auto_keep": true }, "raw": { "value": 0, "string": "0" } }, { "id": 12, "name": "Power_Cycle_Count", "value": 100, "worst": 100, "thresh": 0, "when_failed": "", "flags": { "value": 50, "string": "-O--CK ", "prefailure": false, "updated_online": true, "performance": false, "error_rate": false, "event_count": true, "auto_keep": true }, "raw": { "value": 8, "string": "8" } }, { "id": 183, "name": "Runtime_Bad_Block", "value": 100, "worst": 100, "thresh": 0, "when_failed": "", "flags": { "value": 50, "string": "-O--CK ", "prefailure": false, "updated_online": true, "performance": false, "error_rate": false, "event_count": true, "auto_keep": true }, "raw": { "value": 0, "string": "0" } }, { "id": 184, "name": "End-to-End_Error", "value": 100, "worst": 100, "thresh": 97, "when_failed": "", "flags": { "value": 59, "string": "PO-RCK ", "prefailure": true, "updated_online": true, "performance": false, "error_rate": true, "event_count": true, "auto_keep": true }, "raw": { "value": 0, "string": "0" } }, { "id": 187, "name": "Reported_Uncorrect", "value": 100, "worst": 100, "thresh": 0, "when_failed": "", "flags": { "value": 50, "string": "-O--CK ", "prefailure": false, "updated_online": true, "performance": false, "error_rate": false, "event_count": true, "auto_keep": true }, "raw": { "value": 0, "string": "0" } }, { "id": 188, "name": "Command_Timeout", "value": 100, "worst": 100, "thresh": 0, "when_failed": "", "flags": { "value": 50, "string": "-O--CK ", "prefailure": false, "updated_online": true, "performance": false, "error_rate": false, "event_count": true, "auto_keep": true }, "raw": { "value": 0, "string": "0" } }, { "id": 189, "name": "High_Fly_Writes", "value": 100, "worst": 100, "thresh": 0, "when_failed": "", "flags": { "value": 58, "string": "-O-RCK ", "prefailure": false, "updated_online": true, "performance": false, "error_rate": true, "event_count": true, "auto_keep": true }, "raw": { "value": 0, "string": "0" } }, { "id": 191, "name": "G-Sense_Error_Rate", "value": 94, "worst": 94, "thresh": 0, "when_failed": "", "flags": { "value": 50, "string": "-O--CK ", "prefailure": false, "updated_online": true, "performance": false, "error_rate": false, "event_count": true, "auto_keep": true }, "raw": { "value": 6, "string": "6" } }, { "id": 192, "name": "Power-Off_Retract_Count", "value": 100, "worst": 100, "thresh": 0, "when_failed": "", "flags": { "value": 50, "string": "-O--CK ", "prefailure": false, "updated_online": true, "performance": false, "error_rate": false, "event_count": true, "auto_keep": true }, "raw": { "value": 25769803782, "string": "25769803782" } }, { "id": 193, "name": "Load_Cycle_Count", "value": 1, "worst": 1, "thresh": 0, "when_failed": "", "flags": { "value": 50, "string": "-O--CK ", "prefailure": false, "updated_online": true, "performance": false, "error_rate": false, "event_count": true, "auto_keep": true }, "raw": { "value": 271917, "string": "271917" } }, { "id": 194, "name": "Temperature_Celsius", "value": 30, "worst": 36, "thresh": 0, "when_failed": "", "flags": { "value": 34, "string": "-O---K ", "prefailure": false, "updated_online": true, "performance": false, "error_rate": false, "event_count": false, "auto_keep": true }, "raw": { "value": 505085982, "string": "30 (Min/Max 27/30)" } }, { "id": 197, "name": "Current_Pending_Sector", "value": 100, "worst": 100, "thresh": 0, "when_failed": "", "flags": { "value": 50, "string": "-O--CK ", "prefailure": false, "updated_online": true, "performance": false, "error_rate": false, "event_count": true, "auto_keep": true }, "raw": { "value": 0, "string": "0" } }, { "id": 198, "name": "Offline_Uncorrectable", "value": 100, "worst": 100, "thresh": 0, "when_failed": "", "flags": { "value": 48, "string": "----CK ", "prefailure": false, "updated_online": false, "performance": false, "error_rate": false, "event_count": true, "auto_keep": true }, "raw": { "value": 0, "string": "0" } }, { "id": 199, "name": "UDMA_CRC_Error_Count", "value": 100, "worst": 100, "thresh": 0, "when_failed": "", "flags": { "value": 50, "string": "-O--CK ", "prefailure": false, "updated_online": true, "performance": false, "error_rate": false, "event_count": true, "auto_keep": true }, "raw": { "value": 0, "string": "0" } }, { "id": 200, "name": "Multi_Zone_Error_Rate", "value": 100, "worst": 253, "thresh": 0, "when_failed": "", "flags": { "value": 8, "string": "---R-- ", "prefailure": false, "updated_online": false, "performance": false, "error_rate": true, "event_count": false, "auto_keep": false }, "raw": { "value": 0, "string": "0" } }, { "id": 240, "name": "Head_Flying_Hours", "value": 100, "worst": 100, "thresh": 0, "when_failed": "", "flags": { "value": 50, "string": "-O--CK ", "prefailure": false, "updated_online": true, "performance": false, "error_rate": false, "event_count": true, "auto_keep": true }, "raw": { "value": 29864, "string": "29864" } }, { "id": 243, "name": "Unknown_Attribute", "value": 100, "worst": 100, "thresh": 0, "when_failed": "", "flags": { "value": 50, "string": "-O--CK ", "prefailure": false, "updated_online": true, "performance": false, "error_rate": false, "event_count": true, "auto_keep": true }, "raw": { "value": 231331, "string": "231331" } } ] }, "spare_available": { "current_percent": 100, "threshold_percent": 10 }, "power_on_time": { "hours": 6285 }, "power_cycle_count": 8, "temperature": { "current": 30 } } ```
Author
Owner

@4IceG commented on GitHub (Jan 14, 2026):

Powinno już banglać.

<!-- gh-comment-id:3751897238 --> @4IceG commented on GitHub (Jan 14, 2026): Powinno już banglać.
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/luci-app-mini-diskmanager#5
No description provided.