mirror of
https://github.com/007revad/Synology_HDD_db.git
synced 2026-04-25 21:55:59 +03:00
[GH-ISSUE #436] About the modification of storage_panel.js #151
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Synology_HDD_db#151
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @wjz304 on GitHub (Mar 4, 2025).
Original GitHub issue: https://github.com/007revad/Synology_HDD_db/issues/436
github.com/007revad/Synology_HDD_db@aa5ec68125/syno_hdd_db.sh (L2247)Can you help me complete the version less than 64570 and how to modify it?
@007revad commented on GitHub (Mar 4, 2025):
For versions less than 64570
I've just changed it to:
https://github.com/007revad/Synology_HDD_db/releases/tag/v3.6.111
DSM 7.1.1-42962 was the first version that supported M.2 volumes.
@wjz304 commented on GitHub (Mar 5, 2025):
I need something lower, from 42218
42218: storage_panel.js.gz
@wjz304 commented on GitHub (Mar 5, 2025):
Because I only analyzed 69057 and above versions of so before cracking the nvme installation system, storage_panel.js only needs to follow your method. Yesterday, someone applied to me to use 7.0 for nvme installation system, so I analyzed 42218 so, but I am not very good at js language, so I didn't show it.
@007revad commented on GitHub (Mar 5, 2025):
I'm not very good at js. After formatting the js file to make it readable the file is around 40,000 lines!
42218 does not have the functions that I edit. It may just be checking if the drive is in a SATA or SAS drive tray with "isNormalTray".
There are 4 lines where it calls a
isNormalTray()function but I cannot find that function.@wjz304 commented on GitHub (Mar 5, 2025):
OK, I'll take a look and share the results here.
@wjz304 commented on GitHub (Mar 5, 2025):
@007revad commented on GitHub (Mar 5, 2025):
Nice work!
@wjz304 commented on GitHub (Mar 6, 2025):