[GH-ISSUE #219] why it set maxium ram to 32GB not 64GB while i have 64GB installed? #586

Closed
opened 2026-03-11 12:21:45 +03:00 by kerem · 22 comments
Owner

Originally created by @leonpano2006 on GitHub (Jan 20, 2024).
Original GitHub issue: https://github.com/007revad/Synology_HDD_db/issues/219

Originally assigned to: @007revad on GitHub.

DS:DiskStation[/volume1/homes/leonpano/Synology_HDD_db]# ./syno_hdd_db.sh -r
Synology_HDD_db v3.4.80
DS2419+ DSM 7.2.1-69057-3 
StorageManager 1.0.0-0017

Using options: -r
Running from: /volume1/homes/leonpano/Synology_HDD_db/syno_hdd_db.sh

HDD/SSD models found: 3
SSDSC2BB016T6K,G201CS01
ST20000NM007D-3DJ103,SN03
WUH722222ALE6L4,LNGNW730

M.2 drive models found: 2
SAMSUNG MZ1L23T8HBLA-00A07,GDC7302Q
Seagate IronWolf ZP2000NM30002-2XW302,SU9SC017

M.2 PCIe card models found: 1
E10M20-T1

No Expansion Units found

Added SSDSC2BB016T6K to ds2419+_host_v7.db
Added ST20000NM007D-3DJ103 to ds2419+_host_v7.db
Added WUH722222ALE6L4 to ds2419+_host_v7.db
Added SAMSUNG MZ1L23T8HBLA-00A07 to ds2419+_host_v7.db
Added SAMSUNG MZ1L23T8HBLA-00A07 to ds2419+_e10m20-t1_v7.db
Backed up ds2419+_e10m20-t1_v7.db.new
Added SAMSUNG MZ1L23T8HBLA-00A07 to ds2419+_e10m20-t1_v7.db.new
Added Seagate IronWolf ZP2000NM30002-2XW302 to ds2419+_host_v7.db
Added Seagate IronWolf ZP2000NM30002-2XW302 to ds2419+_e10m20-t1_v7.db
Added Seagate IronWolf ZP2000NM30002-2XW302 to ds2419+_e10m20-t1_v7.db.new

Backed up /usr/syno/etc.defaults/adapter_cards.conf
Backed up /usr/syno/etc/adapter_cards.conf
E10M20-T1 NIC already enabled for DS2419+
E10M20-T1 NVMe already enabled for DS2419+

Backed up synoinfo.conf

Support disk compatibility already enabled.

Max memory is set to 32 GB.

NVMe support already enabled.

Enabled M.2 volume support.

Drive db auto updates already enabled.

Backed up storage_panel.js
Enabled creating pool on drives in M.2 adaptor card.

DSM successfully checked disk compatibility.

You may need to reboot the Synology to see the changes.
DS:DiskStation[/volume1/homes/leonpano/Synology_HDD_db]# cat /proc/meminfo
MemTotal:       65821000 kB
MemFree:         1532932 kB
MemAvailable:   60273456 kB
Buffers:          105112 kB
Cached:         50251232 kB
SwapCached:       126752 kB
Active:         11286472 kB
Inactive:       41579032 kB
Active(anon):    1715528 kB
Inactive(anon):  1152780 kB
Active(file):    9570944 kB
Inactive(file): 40426252 kB
Unevictable:      111348 kB
Mlocked:          111348 kB
SwapTotal:      41590700 kB
SwapFree:       41264244 kB
Dirty:              1404 kB
Writeback:             0 kB
AnonPages:       2572272 kB
Mapped:           815772 kB
Shmem:            277616 kB
Slab:            9575892 kB
SReclaimable:    9270668 kB
SUnreclaim:       305224 kB
KernelStack:       36416 kB
PageTables:        66884 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    74501200 kB
Committed_AS:   17190836 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
DirectMap4k:       10504 kB
DirectMap2M:     1957888 kB
DirectMap1G:    67108864 kB
Originally created by @leonpano2006 on GitHub (Jan 20, 2024). Original GitHub issue: https://github.com/007revad/Synology_HDD_db/issues/219 Originally assigned to: @007revad on GitHub. ```bash DS:DiskStation[/volume1/homes/leonpano/Synology_HDD_db]# ./syno_hdd_db.sh -r Synology_HDD_db v3.4.80 DS2419+ DSM 7.2.1-69057-3 StorageManager 1.0.0-0017 Using options: -r Running from: /volume1/homes/leonpano/Synology_HDD_db/syno_hdd_db.sh HDD/SSD models found: 3 SSDSC2BB016T6K,G201CS01 ST20000NM007D-3DJ103,SN03 WUH722222ALE6L4,LNGNW730 M.2 drive models found: 2 SAMSUNG MZ1L23T8HBLA-00A07,GDC7302Q Seagate IronWolf ZP2000NM30002-2XW302,SU9SC017 M.2 PCIe card models found: 1 E10M20-T1 No Expansion Units found Added SSDSC2BB016T6K to ds2419+_host_v7.db Added ST20000NM007D-3DJ103 to ds2419+_host_v7.db Added WUH722222ALE6L4 to ds2419+_host_v7.db Added SAMSUNG MZ1L23T8HBLA-00A07 to ds2419+_host_v7.db Added SAMSUNG MZ1L23T8HBLA-00A07 to ds2419+_e10m20-t1_v7.db Backed up ds2419+_e10m20-t1_v7.db.new Added SAMSUNG MZ1L23T8HBLA-00A07 to ds2419+_e10m20-t1_v7.db.new Added Seagate IronWolf ZP2000NM30002-2XW302 to ds2419+_host_v7.db Added Seagate IronWolf ZP2000NM30002-2XW302 to ds2419+_e10m20-t1_v7.db Added Seagate IronWolf ZP2000NM30002-2XW302 to ds2419+_e10m20-t1_v7.db.new Backed up /usr/syno/etc.defaults/adapter_cards.conf Backed up /usr/syno/etc/adapter_cards.conf E10M20-T1 NIC already enabled for DS2419+ E10M20-T1 NVMe already enabled for DS2419+ Backed up synoinfo.conf Support disk compatibility already enabled. Max memory is set to 32 GB. NVMe support already enabled. Enabled M.2 volume support. Drive db auto updates already enabled. Backed up storage_panel.js Enabled creating pool on drives in M.2 adaptor card. DSM successfully checked disk compatibility. You may need to reboot the Synology to see the changes. ``` ```bash DS:DiskStation[/volume1/homes/leonpano/Synology_HDD_db]# cat /proc/meminfo MemTotal: 65821000 kB MemFree: 1532932 kB MemAvailable: 60273456 kB Buffers: 105112 kB Cached: 50251232 kB SwapCached: 126752 kB Active: 11286472 kB Inactive: 41579032 kB Active(anon): 1715528 kB Inactive(anon): 1152780 kB Active(file): 9570944 kB Inactive(file): 40426252 kB Unevictable: 111348 kB Mlocked: 111348 kB SwapTotal: 41590700 kB SwapFree: 41264244 kB Dirty: 1404 kB Writeback: 0 kB AnonPages: 2572272 kB Mapped: 815772 kB Shmem: 277616 kB Slab: 9575892 kB SReclaimable: 9270668 kB SUnreclaim: 305224 kB KernelStack: 36416 kB PageTables: 66884 kB NFS_Unstable: 0 kB Bounce: 0 kB WritebackTmp: 0 kB CommitLimit: 74501200 kB Committed_AS: 17190836 kB VmallocTotal: 34359738367 kB VmallocUsed: 0 kB VmallocChunk: 0 kB DirectMap4k: 10504 kB DirectMap2M: 1957888 kB DirectMap1G: 67108864 kB ```
kerem closed this issue 2026-03-11 12:21:50 +03:00
Author
Owner

@007revad commented on GitHub (Jan 20, 2024):

It should have set it to 64 GB if the setting in synoinfo.conf was set to less than 65536 MB.

To get the amount of installed memory I originally used cat /proc/meminfo but because older versions of DSM 6 did not have /proc/meminfo I changed to using dmidecode.

I just noticed this line:

if [[ $dsm -gt "6" ]]; then  # DSM 6 as has no /proc/meminfo

but then the script uses dmidecode -t memory instead of cat /proc/meminfo

The comment should say "DSM 6 as has no dmidecode"

What does this command return?
dmidecode -t memory | grep -E "[Ss]ize: [0-9]+ [MG]{1}[B]{1}$"

<!-- gh-comment-id:1902260970 --> @007revad commented on GitHub (Jan 20, 2024): It should have set it to 64 GB if the setting in synoinfo.conf was set to less than 65536 MB. To get the amount of installed memory I originally used `cat /proc/meminfo` but because older versions of DSM 6 did not have /proc/meminfo I changed to using dmidecode. I just noticed this line: ``` if [[ $dsm -gt "6" ]]; then # DSM 6 as has no /proc/meminfo ``` but then the script uses `dmidecode -t memory` instead of `cat /proc/meminfo` The comment should say "DSM 6 as has no dmidecode" What does this command return? `dmidecode -t memory | grep -E "[Ss]ize: [0-9]+ [MG]{1}[B]{1}$"`
Author
Owner

@leonpano2006 commented on GitHub (Jan 22, 2024):

DS:DiskStation[~]$ dmidecode -t memory | grep -E "[Ss]ize: [0-9]+ [MG]{1}[B]{1}$"
/sys/firmware/dmi/tables/smbios_entry_point: Permission denied
/dev/mem: Permission denied
DS:DiskStation[~]$ sudo su
Password: 
Sorry, try again.
Password: 
DS:DiskStation[/volume1/homes/leonpano]# dmidecode -t memory | grep -E "[Ss]ize: [0-9]+ [MG]{1}[B]{1}$"
	Size: 1 MB
	Size: 1 MB
<!-- gh-comment-id:1903820766 --> @leonpano2006 commented on GitHub (Jan 22, 2024): <pre>DS:<font color="#26A269">DiskStation</font><font color="#D0CFCC"><b>[</b></font><font color="#26A269"><b>~</b></font><font color="#D0CFCC"><b>]</b></font><font color="#A2734C"><b>$ </b></font>dmidecode -t memory | grep -E &quot;[Ss]ize: [0-9]+ [MG]{1}[B]{1}$&quot; /sys/firmware/dmi/tables/smbios_entry_point: Permission denied /dev/mem: Permission denied DS:<font color="#26A269">DiskStation</font><font color="#D0CFCC"><b>[</b></font><font color="#26A269"><b>~</b></font><font color="#D0CFCC"><b>]</b></font><font color="#A2734C"><b>$ </b></font>sudo su Password: Sorry, try again. Password: DS:<font color="#26A269">DiskStation</font><font color="#D0CFCC"><b>[</b></font><font color="#26A269"><b>/volume1/homes/leonpano</b></font><font color="#D0CFCC"><b>]</b></font><font color="#A2734C"><b># </b></font>dmidecode -t memory | grep -E &quot;[Ss]ize: [0-9]+ [MG]{1}[B]{1}$&quot; Size: 1 MB Size: 1 MB </pre>
Author
Owner

@leonpano2006 commented on GitHub (Jan 22, 2024):

idk how to fix this false 1MB shit
it think 1 stick of 32GB as 1 stick 1MB
this also cause i have issue to use vm station
image
image

<!-- gh-comment-id:1903825086 --> @leonpano2006 commented on GitHub (Jan 22, 2024): idk how to fix this false 1MB shit it think 1 stick of 32GB as 1 stick 1MB this also cause i have issue to use vm station ![image](https://github.com/007revad/Synology_HDD_db/assets/58368166/155e86c0-5967-4203-93e0-68d81b997271) ![image](https://github.com/007revad/Synology_HDD_db/assets/58368166/6f35b19a-d5f6-42b3-8239-81aa1e3372f1)
Author
Owner

@007revad commented on GitHub (Jan 22, 2024):

Max memory is set to 32 GB.

I see why it said that. It's thinks you only have 1 MB of memory(!) so the script is saying the max_memory setting is already greater than the amount the NAS thinks is installed.

32 GB is the default max_memory setting for a DS2419+

Obviously DSM uses dmidecode to work out how much memory is installed because DSM thinks you only have 1 MB.

The specs for the DS2419+ say:
Memory 4 GB DDR4 Non-ECC SO-DIMM1 (expandable up to 32 GB with 16 GB ECC SO-DIMM x 2)

Have you tried it with just 1 x 32 GB?

<!-- gh-comment-id:1903850230 --> @007revad commented on GitHub (Jan 22, 2024): > Max memory is set to 32 GB. I see why it said that. It's thinks you only have 1 MB of memory(!) so the script is saying the max_memory setting is already greater than the amount the NAS thinks is installed. 32 GB is the default max_memory setting for a DS2419+ Obviously DSM uses dmidecode to work out how much memory is installed because DSM thinks you only have 1 MB. The specs for the DS2419+ say: `Memory 4 GB DDR4 Non-ECC SO-DIMM1 (expandable up to 32 GB with 16 GB ECC SO-DIMM x 2)` Have you tried it with just 1 x 32 GB?
Author
Owner

@leonpano2006 commented on GitHub (Jan 22, 2024):

I tried 1*32GB
then it will show 1MB total ram installed

But htop shows correct size of ram
Also neofetch

<!-- gh-comment-id:1903876254 --> @leonpano2006 commented on GitHub (Jan 22, 2024): I tried 1*32GB then it will show 1MB total ram installed But htop shows correct size of ram Also neofetch
Author
Owner

@leonpano2006 commented on GitHub (Jan 22, 2024):

Max memory is set to 32 GB.

I see why it said that. It's thinks you only have 1 MB of memory(!) so the script is saying the max_memory setting is already greater than the amount the NAS thinks is installed.

32 GB is the default max_memory setting for a DS2419+

Obviously DSM uses dmidecode to work out how much memory is installed because DSM thinks you only have 1 MB.

The specs for the DS2419+ say:

Memory 4 GB DDR4 Non-ECC SO-DIMM1 (expandable up to 32 GB with 16 GB ECC SO-DIMM x 2)

Have you tried it with just 1 x 32 GB?

And I also don't know why Intel say this cpu support up to 256GB
I wonder what device need weak cpu but large ram

<!-- gh-comment-id:1903880954 --> @leonpano2006 commented on GitHub (Jan 22, 2024): > > Max memory is set to 32 GB. > > > > I see why it said that. It's thinks you only have 1 MB of memory(!) so the script is saying the max_memory setting is already greater than the amount the NAS thinks is installed. > > > > 32 GB is the default max_memory setting for a DS2419+ > > > > Obviously DSM uses dmidecode to work out how much memory is installed because DSM thinks you only have 1 MB. > > > > The specs for the DS2419+ say: > > `Memory 4 GB DDR4 Non-ECC SO-DIMM1 (expandable up to 32 GB with 16 GB ECC SO-DIMM x 2)` > > > > Have you tried it with just 1 x 32 GB? And I also don't know why Intel say this cpu support up to 256GB I wonder what device need weak cpu but large ram
Author
Owner

@007revad commented on GitHub (Jan 22, 2024):

Yep. Intel says:

Max Memory Size (dependent on memory type) 256 GB
Memory Types DDR4: 2133

But they don't specify if memory type means dual or single rank, speed, ECC or not.

While the Intel Atom C3538 supports 256 GB the DS2429+ chipset may not support more than 32 GB total, with 16 GB per slot.

<!-- gh-comment-id:1903906836 --> @007revad commented on GitHub (Jan 22, 2024): Yep. Intel says: > Max Memory Size (dependent on memory type) 256 GB > Memory Types DDR4: 2133 But they don't specify if memory type means dual or single rank, speed, ECC or not. While the Intel Atom C3538 supports 256 GB the DS2429+ chipset may not support more than 32 GB total, with 16 GB per slot.
Author
Owner

@leonpano2006 commented on GitHub (Jan 22, 2024):

Yep. Intel says:

Max Memory Size (dependent on memory type) 256 GB

Memory Types DDR4: 2133

But they don't specify if memory type means dual or single rank, speed, ECC or not.

While the Intel Atom C3538 supports 256 GB the DS2429+ chipset may not support more than 32 GB total, with 16 GB per slot.

If is chipset doesn't support it then I believe it won't boot up at all
And this is SoC chip(it is atom), I don't it have chipset like normal Intel CPUs
And question before just ask what is this cpu made for

But is there any fix can be done?

<!-- gh-comment-id:1903997233 --> @leonpano2006 commented on GitHub (Jan 22, 2024): > Yep. Intel says: > > > > > Max Memory Size (dependent on memory type) 256 GB > > > Memory Types DDR4: 2133 > > > > But they don't specify if memory type means dual or single rank, speed, ECC or not. > > > > While the Intel Atom C3538 supports 256 GB the DS2429+ chipset may not support more than 32 GB total, with 16 GB per slot. If is chipset doesn't support it then I believe it won't boot up at all And this is SoC chip(it is atom), I don't it have chipset like normal Intel CPUs And question before just ask what is this cpu made for But is there any fix can be done?
Author
Owner

@leonpano2006 commented on GitHub (Jan 23, 2024):

DS:DiskStation[/volume1/homes/leonpano/Synology_HDD_db]# dmidecode
# dmidecode 3.2
Getting SMBIOS data from sysfs.
SMBIOS 2.8 present.
34 structures occupying 1652 bytes.
Table at 0x784A3000.

Handle 0x0000, DMI type 0, 24 bytes
BIOS Information
	Vendor: Insyde
	Version: M.309
	Release Date: 2019/11/01
	Address: 0xE0000
	Runtime Size: 128 kB
	ROM Size: 8192 kB
	Characteristics:
		PCI is supported
		BIOS is upgradeable
		BIOS shadowing is allowed
		Boot from CD is supported
		Selectable boot is supported
		EDD is supported
		Japanese floppy for NEC 9800 1.2 MB is supported (int 13h)
		Japanese floppy for Toshiba 1.2 MB is supported (int 13h)
		5.25"/360 kB floppy services are supported (int 13h)
		5.25"/1.2 MB floppy services are supported (int 13h)
		3.5"/720 kB floppy services are supported (int 13h)
		3.5"/2.88 MB floppy services are supported (int 13h)
		8042 keyboard services are supported (int 9h)
		CGA/mono video services are supported (int 10h)
		ACPI is supported
		USB legacy is supported
		BIOS boot specification is supported
		Targeted content distribution is supported
		UEFI is supported
	BIOS Revision: 5.4

Handle 0x0001, DMI type 1, 27 bytes
System Information
	Manufacturer: Synology Inc.
	Product Name: DS2419+
	Version: 1.0
	Serial Number: 123456789
	UUID: 12345678-1234-5678-90ab-cddeefaabbcc
	Wake-up Type: Power Switch
	SKU Number: Type1Sku0
	Family: RackStation

Handle 0x0002, DMI type 2, 15 bytes
Base Board Information
	Manufacturer: Type2 - Board Vendor Name1
	Product Name: Type2 - Board Product Name1
	Version: Type2 - Board Version
	Serial Number: Type2 - Board Serial Number
	Asset Tag: Type2 - Board Asset Tag
	Features:
		Board is a hosting board
		Board is replaceable
	Location In Chassis: Type2 - Board Chassis Location
	Chassis Handle: 0x0003
	Type: Motherboard
	Contained Object Handles: 0

Handle 0x0003, DMI type 3, 22 bytes
Chassis Information
	Manufacturer: Chassis Manufacturer
	Type: Other
	Lock: Not Present
	Version: Chassis Version
	Serial Number: Chassis Serial Number
	Asset Tag: Chassis Asset Tag
	Boot-up State: Safe
	Power Supply State: Safe
	Thermal State: Safe
	Security Status: None
	OEM Information: 0x00000000
	Height: Unspecified
	Number Of Power Cords: 1
	Contained Elements: 0
	SKU Number: SKU Number

Handle 0x0004, DMI type 4, 42 bytes
Processor Information
	Socket Designation: CPU0
	Type: Central Processor
	Family: Atom
	Manufacturer: Intel(R) Corporation
	ID: F1 06 05 00 FF FB EB BF
	Signature: Type 0, Family 6, Model 95, Stepping 1
	Flags:
		FPU (Floating-point unit on-chip)
		VME (Virtual mode extension)
		DE (Debugging extension)
		PSE (Page size extension)
		TSC (Time stamp counter)
		MSR (Model specific registers)
		PAE (Physical address extension)
		MCE (Machine check exception)
		CX8 (CMPXCHG8 instruction supported)
		APIC (On-chip APIC hardware supported)
		SEP (Fast system call)
		MTRR (Memory type range registers)
		PGE (Page global enable)
		MCA (Machine check architecture)
		CMOV (Conditional move instruction supported)
		PAT (Page attribute table)
		PSE-36 (36-bit page size extension)
		CLFSH (CLFLUSH instruction supported)
		DS (Debug store)
		ACPI (ACPI supported)
		MMX (MMX technology supported)
		FXSR (FXSAVE and FXSTOR instructions supported)
		SSE (Streaming SIMD extensions)
		SSE2 (Streaming SIMD extensions 2)
		SS (Self-snoop)
		HTT (Multi-threading)
		TM (Thermal monitor supported)
		PBE (Pending break enabled)
	Version: Intel(R) Atom(TM) CPU C3538 @ 2.10GHz
	Voltage: 1.6 V
	External Clock: 100 MHz
	Max Speed: 3800 MHz
	Current Speed: 2100 MHz
	Status: Populated, Enabled
	Upgrade: Socket LGA775
	L1 Cache Handle: 0x0005
	L2 Cache Handle: 0x0006
	L3 Cache Handle: Not Provided
	Serial Number: Not Specified
	Asset Tag: UNKNOWN
	Part Number: Not Specified
	Core Count: 4
	Core Enabled: 4
	Thread Count: 4
	Characteristics:
		64-bit capable
		Multi-Core
		Hardware Thread
		Execute Protection
		Enhanced Virtualization
		Power/Performance Control

Handle 0x0005, DMI type 7, 19 bytes
Cache Information
	Socket Designation: L1-Cache
	Configuration: Enabled, Not Socketed, Level 1
	Operational Mode: Write Back
	Location: Internal
	Installed Size: 224 kB
	Maximum Size: 224 kB
	Supported SRAM Types:
		Synchronous
	Installed SRAM Type: Synchronous
	Speed: Unknown
	Error Correction Type: Single-bit ECC
	System Type: Instruction
	Associativity: 8-way Set-associative

Handle 0x0006, DMI type 7, 19 bytes
Cache Information
	Socket Designation: L2-Cache
	Configuration: Enabled, Not Socketed, Level 2
	Operational Mode: Write Back
	Location: Internal
	Installed Size: 4096 kB
	Maximum Size: 4096 kB
	Supported SRAM Types:
		Synchronous
	Installed SRAM Type: Synchronous
	Speed: Unknown
	Error Correction Type: Single-bit ECC
	System Type: Unified
	Associativity: 16-way Set-associative

Handle 0x0007, DMI type 8, 9 bytes
Port Connector Information
	Internal Reference Designator: EC5
	Internal Connector Type: None
	External Reference Designator: USB
	External Connector Type: Access Bus (USB)
	Port Type: USB

Handle 0x0008, DMI type 8, 9 bytes
Port Connector Information
	Internal Reference Designator: EC6
	Internal Connector Type: None
	External Reference Designator: USB
	External Connector Type: Access Bus (USB)
	Port Type: USB

Handle 0x0009, DMI type 8, 9 bytes
Port Connector Information
	Internal Reference Designator: LAN1
	Internal Connector Type: None
	External Reference Designator: 1G Network
	External Connector Type: RJ-45
	Port Type: Network Port

Handle 0x000A, DMI type 8, 9 bytes
Port Connector Information
	Internal Reference Designator: LAN1
	Internal Connector Type: None
	External Reference Designator: 1G Network
	External Connector Type: RJ-45
	Port Type: Network Port

Handle 0x000B, DMI type 8, 9 bytes
Port Connector Information
	Internal Reference Designator: 10GLAN1
	Internal Connector Type: None
	External Reference Designator: 10G Network
	External Connector Type: RJ-45
	Port Type: Network Port

Handle 0x000C, DMI type 8, 9 bytes
Port Connector Information
	Internal Reference Designator: 10GLAN2
	Internal Connector Type: None
	External Reference Designator: 10G Network
	External Connector Type: RJ-45
	Port Type: Network Port

Handle 0x000D, DMI type 9, 17 bytes
System Slot Information
	Designation: J1B2
	Type: x8 PCI Express 3 x8
	Current Usage: In Use
	Length: Other
	ID: 1
	Characteristics:
		PME signal is supported
		Hot-plug devices are supported
	Bus Address: 0000:00:09.0

Handle 0x000E, DMI type 9, 17 bytes
System Slot Information
	Designation: J2B1
	Type: x4 PCI Express 3 x4
	Current Usage: In Use
	Length: Other
	ID: 2
	Characteristics:
		PME signal is supported
		Hot-plug devices are supported
	Bus Address: 0000:00:0e.0

Handle 0x000F, DMI type 9, 17 bytes
System Slot Information
	Designation: J3B1
	Type: x4 PCI Express 3 x4
	Current Usage: In Use
	Length: Other
	ID: 3
	Characteristics:
		PME signal is supported
		Hot-plug devices are supported
	Bus Address: 0000:00:10.0

Handle 0x0010, DMI type 11, 5 bytes
OEM Strings
	String 1: OemString1
	String 2: OemString2
	String 3: OemString3

Handle 0x0011, DMI type 12, 5 bytes
System Configuration Options
	Option 1: ConfigOptions1
	Option 2: ConfigOptions2
	Option 3: ConfigOptions3

Handle 0x0012, DMI type 13, 22 bytes
BIOS Language Information
	Language Description Format: Long
	Installable Languages: 4
		en|US|iso8859-1,0
		fr|CA|iso8859-1,0
		zh|TW|unicode,0
		ja|JP|unicode,0
	Currently Installed Language: en|US|iso8859-1,0

Handle 0x0013, DMI type 15, 29 bytes
System Event Log
	Area Length: 0 bytes
	Header Start Offset: 0x0000
	Header Length: 8192 bytes
	Data Start Offset: 0x2000
	Access Method: General-purpose non-volatile data functions
	Access Address: 0x0000
	Status: Valid, Not Full
	Change Token: 0x12345678
	Header Format: OEM-specific
	Supported Log Type Descriptors: 3
	Descriptor 1: POST memory resize
	Data Format 1: None
	Descriptor 2: POST error
	Data Format 2: POST results bitmap
	Descriptor 3: Log area reset/cleared
	Data Format 3: None

Handle 0x0014, DMI type 16, 23 bytes
Physical Memory Array
	Location: System Board Or Motherboard
	Use: System Memory
	Error Correction Type: Single-bit ECC
	Maximum Capacity: 32 GB
	Error Information Handle: No Error
	Number Of Devices: 2

Handle 0x0015, DMI type 17, 40 bytes
Memory Device
	Array Handle: 0x0014
	Error Information Handle: No Error
	Total Width: 72 bits
	Data Width: 64 bits
	Size: 1 MB
	Form Factor: SODIMM
	Set: None
	Locator: DIMM0
	Bank Locator: BANK 1
	Type: DDR4
	Type Detail: Synchronous
	Speed: 3200 MT/s
	Manufacturer: Micron
	Serial Number: 37E8369C
	Asset Tag: 01
	Part Number: 18ASF4G72HZ-3G2B2   
	Rank: 2
	Configured Memory Speed: 2133 MT/s
	Minimum Voltage: 1.2 V
	Maximum Voltage: 1.2 V
	Configured Voltage: 1.2 V

Handle 0x0016, DMI type 17, 40 bytes
Memory Device
	Array Handle: 0x0014
	Error Information Handle: No Error
	Total Width: 72 bits
	Data Width: 64 bits
	Size: 1 MB
	Form Factor: SODIMM
	Set: None
	Locator: DIMM1
	Bank Locator: BANK 0
	Type: DDR4
	Type Detail: Synchronous
	Speed: 3200 MT/s
	Manufacturer: Micron
	Serial Number: 37E81EA1
	Asset Tag: 02
	Part Number: 18ASF4G72HZ-3G2B2   
	Rank: 2
	Configured Memory Speed: 2133 MT/s
	Minimum Voltage: 1.2 V
	Maximum Voltage: 1.2 V
	Configured Voltage: 1.2 V

Handle 0x0017, DMI type 19, 31 bytes
Memory Array Mapped Address
	Starting Address: 0x00000000000
	Ending Address: 0x00FFFFFFFFF
	Range Size: 64 GB
	Physical Array Handle: 0x0014
	Partition Width: 2

Handle 0x0018, DMI type 20, 35 bytes
Memory Device Mapped Address
	Starting Address: 0x00000000000
	Ending Address: 0x007FFFFFFFF
	Range Size: 32 GB
	Physical Device Handle: 0x0015
	Memory Array Mapped Address Handle: 0x0017
	Partition Row Position: Unknown

Handle 0x0019, DMI type 20, 35 bytes
Memory Device Mapped Address
	Starting Address: 0x00800000000
	Ending Address: 0x00FFFFFFFFF
	Range Size: 32 GB
	Physical Device Handle: 0x0016
	Memory Array Mapped Address Handle: 0x0017
	Partition Row Position: Unknown

Handle 0x001A, DMI type 32, 11 bytes
System Boot Information
	Status: No errors detected

Handle 0x001B, DMI type 39, 22 bytes
System Power Supply
	Location: OEM Define 0
	Name: OEM Define 1
	Manufacturer: OEM Define 2
	Serial Number: OEM Define 3
	Asset Tag: OEM Define 4
	Model Part Number: OEM Define 5
	Revision: OEM Define 6
	Max Power Capacity: 75 W
	Status: Not Present
	Type: Regulator
	Input Voltage Range Switching: Auto-switch
	Plugged: No
	Hot Replaceable: No

Handle 0x001C, DMI type 40, 17 bytes
Additional Information 1
	Referenced Handle: 0x000c
	Referenced Offset: 0x05
	String: PCIExpressx16
	Value: 0xaa
Additional Information 2
	Referenced Handle: 0x0000
	Referenced Offset: 0x05
	String: Compiler Version: VC 9.0
	Value: 0x00

Handle 0x001D, DMI type 128, 8 bytes
OEM-specific Type
	Header and Data:
		80 08 1D 00 55 AA 55 AA
	Strings:
		Oem Type 128 Test 1
		Oem Type 128 Test 2

Handle 0x001E, DMI type 129, 8 bytes
OEM-specific Type
	Header and Data:
		81 08 1E 00 01 01 02 01
	Strings:
		Insyde_ASF_001
		Insyde_ASF_002

Handle 0x001F, DMI type 130, 20 bytes
OEM-specific Type
	Header and Data:
		82 14 1F 00 24 41 4D 54 01 01 01 01 01 A5 1F 02
		00 00 00 00

Handle 0x0020, DMI type 136, 6 bytes
OEM-specific Type
	Header and Data:
		88 06 20 00 FF FF

Handle 0xFEFF, DMI type 127, 4 bytes
End Of Table

<!-- gh-comment-id:1906285021 --> @leonpano2006 commented on GitHub (Jan 23, 2024): <pre>DS:<font color="#26A269">DiskStation</font><font color="#D0CFCC"><b>[</b></font><font color="#26A269"><b>/volume1/homes/leonpano/Synology_HDD_db</b></font><font color="#D0CFCC"><b>]</b></font><font color="#A2734C"><b># </b></font>dmidecode # dmidecode 3.2 Getting SMBIOS data from sysfs. SMBIOS 2.8 present. 34 structures occupying 1652 bytes. Table at 0x784A3000. Handle 0x0000, DMI type 0, 24 bytes BIOS Information Vendor: Insyde Version: M.309 Release Date: 2019/11/01 Address: 0xE0000 Runtime Size: 128 kB ROM Size: 8192 kB Characteristics: PCI is supported BIOS is upgradeable BIOS shadowing is allowed Boot from CD is supported Selectable boot is supported EDD is supported Japanese floppy for NEC 9800 1.2 MB is supported (int 13h) Japanese floppy for Toshiba 1.2 MB is supported (int 13h) 5.25&quot;/360 kB floppy services are supported (int 13h) 5.25&quot;/1.2 MB floppy services are supported (int 13h) 3.5&quot;/720 kB floppy services are supported (int 13h) 3.5&quot;/2.88 MB floppy services are supported (int 13h) 8042 keyboard services are supported (int 9h) CGA/mono video services are supported (int 10h) ACPI is supported USB legacy is supported BIOS boot specification is supported Targeted content distribution is supported UEFI is supported BIOS Revision: 5.4 Handle 0x0001, DMI type 1, 27 bytes System Information Manufacturer: Synology Inc. Product Name: DS2419+ Version: 1.0 Serial Number: 123456789 UUID: 12345678-1234-5678-90ab-cddeefaabbcc Wake-up Type: Power Switch SKU Number: Type1Sku0 Family: RackStation Handle 0x0002, DMI type 2, 15 bytes Base Board Information Manufacturer: Type2 - Board Vendor Name1 Product Name: Type2 - Board Product Name1 Version: Type2 - Board Version Serial Number: Type2 - Board Serial Number Asset Tag: Type2 - Board Asset Tag Features: Board is a hosting board Board is replaceable Location In Chassis: Type2 - Board Chassis Location Chassis Handle: 0x0003 Type: Motherboard Contained Object Handles: 0 Handle 0x0003, DMI type 3, 22 bytes Chassis Information Manufacturer: Chassis Manufacturer Type: Other Lock: Not Present Version: Chassis Version Serial Number: Chassis Serial Number Asset Tag: Chassis Asset Tag Boot-up State: Safe Power Supply State: Safe Thermal State: Safe Security Status: None OEM Information: 0x00000000 Height: Unspecified Number Of Power Cords: 1 Contained Elements: 0 SKU Number: SKU Number Handle 0x0004, DMI type 4, 42 bytes Processor Information Socket Designation: CPU0 Type: Central Processor Family: Atom Manufacturer: Intel(R) Corporation ID: F1 06 05 00 FF FB EB BF Signature: Type 0, Family 6, Model 95, Stepping 1 Flags: FPU (Floating-point unit on-chip) VME (Virtual mode extension) DE (Debugging extension) PSE (Page size extension) TSC (Time stamp counter) MSR (Model specific registers) PAE (Physical address extension) MCE (Machine check exception) CX8 (CMPXCHG8 instruction supported) APIC (On-chip APIC hardware supported) SEP (Fast system call) MTRR (Memory type range registers) PGE (Page global enable) MCA (Machine check architecture) CMOV (Conditional move instruction supported) PAT (Page attribute table) PSE-36 (36-bit page size extension) CLFSH (CLFLUSH instruction supported) DS (Debug store) ACPI (ACPI supported) MMX (MMX technology supported) FXSR (FXSAVE and FXSTOR instructions supported) SSE (Streaming SIMD extensions) SSE2 (Streaming SIMD extensions 2) SS (Self-snoop) HTT (Multi-threading) TM (Thermal monitor supported) PBE (Pending break enabled) Version: Intel(R) Atom(TM) CPU C3538 @ 2.10GHz Voltage: 1.6 V External Clock: 100 MHz Max Speed: 3800 MHz Current Speed: 2100 MHz Status: Populated, Enabled Upgrade: Socket LGA775 L1 Cache Handle: 0x0005 L2 Cache Handle: 0x0006 L3 Cache Handle: Not Provided Serial Number: Not Specified Asset Tag: UNKNOWN Part Number: Not Specified Core Count: 4 Core Enabled: 4 Thread Count: 4 Characteristics: 64-bit capable Multi-Core Hardware Thread Execute Protection Enhanced Virtualization Power/Performance Control Handle 0x0005, DMI type 7, 19 bytes Cache Information Socket Designation: L1-Cache Configuration: Enabled, Not Socketed, Level 1 Operational Mode: Write Back Location: Internal Installed Size: 224 kB Maximum Size: 224 kB Supported SRAM Types: Synchronous Installed SRAM Type: Synchronous Speed: Unknown Error Correction Type: Single-bit ECC System Type: Instruction Associativity: 8-way Set-associative Handle 0x0006, DMI type 7, 19 bytes Cache Information Socket Designation: L2-Cache Configuration: Enabled, Not Socketed, Level 2 Operational Mode: Write Back Location: Internal Installed Size: 4096 kB Maximum Size: 4096 kB Supported SRAM Types: Synchronous Installed SRAM Type: Synchronous Speed: Unknown Error Correction Type: Single-bit ECC System Type: Unified Associativity: 16-way Set-associative Handle 0x0007, DMI type 8, 9 bytes Port Connector Information Internal Reference Designator: EC5 Internal Connector Type: None External Reference Designator: USB External Connector Type: Access Bus (USB) Port Type: USB Handle 0x0008, DMI type 8, 9 bytes Port Connector Information Internal Reference Designator: EC6 Internal Connector Type: None External Reference Designator: USB External Connector Type: Access Bus (USB) Port Type: USB Handle 0x0009, DMI type 8, 9 bytes Port Connector Information Internal Reference Designator: LAN1 Internal Connector Type: None External Reference Designator: 1G Network External Connector Type: RJ-45 Port Type: Network Port Handle 0x000A, DMI type 8, 9 bytes Port Connector Information Internal Reference Designator: LAN1 Internal Connector Type: None External Reference Designator: 1G Network External Connector Type: RJ-45 Port Type: Network Port Handle 0x000B, DMI type 8, 9 bytes Port Connector Information Internal Reference Designator: 10GLAN1 Internal Connector Type: None External Reference Designator: 10G Network External Connector Type: RJ-45 Port Type: Network Port Handle 0x000C, DMI type 8, 9 bytes Port Connector Information Internal Reference Designator: 10GLAN2 Internal Connector Type: None External Reference Designator: 10G Network External Connector Type: RJ-45 Port Type: Network Port Handle 0x000D, DMI type 9, 17 bytes System Slot Information Designation: J1B2 Type: x8 PCI Express 3 x8 Current Usage: In Use Length: Other ID: 1 Characteristics: PME signal is supported Hot-plug devices are supported Bus Address: 0000:00:09.0 Handle 0x000E, DMI type 9, 17 bytes System Slot Information Designation: J2B1 Type: x4 PCI Express 3 x4 Current Usage: In Use Length: Other ID: 2 Characteristics: PME signal is supported Hot-plug devices are supported Bus Address: 0000:00:0e.0 Handle 0x000F, DMI type 9, 17 bytes System Slot Information Designation: J3B1 Type: x4 PCI Express 3 x4 Current Usage: In Use Length: Other ID: 3 Characteristics: PME signal is supported Hot-plug devices are supported Bus Address: 0000:00:10.0 Handle 0x0010, DMI type 11, 5 bytes OEM Strings String 1: OemString1 String 2: OemString2 String 3: OemString3 Handle 0x0011, DMI type 12, 5 bytes System Configuration Options Option 1: ConfigOptions1 Option 2: ConfigOptions2 Option 3: ConfigOptions3 Handle 0x0012, DMI type 13, 22 bytes BIOS Language Information Language Description Format: Long Installable Languages: 4 en|US|iso8859-1,0 fr|CA|iso8859-1,0 zh|TW|unicode,0 ja|JP|unicode,0 Currently Installed Language: en|US|iso8859-1,0 Handle 0x0013, DMI type 15, 29 bytes System Event Log Area Length: 0 bytes Header Start Offset: 0x0000 Header Length: 8192 bytes Data Start Offset: 0x2000 Access Method: General-purpose non-volatile data functions Access Address: 0x0000 Status: Valid, Not Full Change Token: 0x12345678 Header Format: OEM-specific Supported Log Type Descriptors: 3 Descriptor 1: POST memory resize Data Format 1: None Descriptor 2: POST error Data Format 2: POST results bitmap Descriptor 3: Log area reset/cleared Data Format 3: None Handle 0x0014, DMI type 16, 23 bytes Physical Memory Array Location: System Board Or Motherboard Use: System Memory Error Correction Type: Single-bit ECC Maximum Capacity: 32 GB Error Information Handle: No Error Number Of Devices: 2 Handle 0x0015, DMI type 17, 40 bytes Memory Device Array Handle: 0x0014 Error Information Handle: No Error Total Width: 72 bits Data Width: 64 bits Size: 1 MB Form Factor: SODIMM Set: None Locator: DIMM0 Bank Locator: BANK 1 Type: DDR4 Type Detail: Synchronous Speed: 3200 MT/s Manufacturer: Micron Serial Number: 37E8369C Asset Tag: 01 Part Number: 18ASF4G72HZ-3G2B2 Rank: 2 Configured Memory Speed: 2133 MT/s Minimum Voltage: 1.2 V Maximum Voltage: 1.2 V Configured Voltage: 1.2 V Handle 0x0016, DMI type 17, 40 bytes Memory Device Array Handle: 0x0014 Error Information Handle: No Error Total Width: 72 bits Data Width: 64 bits Size: 1 MB Form Factor: SODIMM Set: None Locator: DIMM1 Bank Locator: BANK 0 Type: DDR4 Type Detail: Synchronous Speed: 3200 MT/s Manufacturer: Micron Serial Number: 37E81EA1 Asset Tag: 02 Part Number: 18ASF4G72HZ-3G2B2 Rank: 2 Configured Memory Speed: 2133 MT/s Minimum Voltage: 1.2 V Maximum Voltage: 1.2 V Configured Voltage: 1.2 V Handle 0x0017, DMI type 19, 31 bytes Memory Array Mapped Address Starting Address: 0x00000000000 Ending Address: 0x00FFFFFFFFF Range Size: 64 GB Physical Array Handle: 0x0014 Partition Width: 2 Handle 0x0018, DMI type 20, 35 bytes Memory Device Mapped Address Starting Address: 0x00000000000 Ending Address: 0x007FFFFFFFF Range Size: 32 GB Physical Device Handle: 0x0015 Memory Array Mapped Address Handle: 0x0017 Partition Row Position: Unknown Handle 0x0019, DMI type 20, 35 bytes Memory Device Mapped Address Starting Address: 0x00800000000 Ending Address: 0x00FFFFFFFFF Range Size: 32 GB Physical Device Handle: 0x0016 Memory Array Mapped Address Handle: 0x0017 Partition Row Position: Unknown Handle 0x001A, DMI type 32, 11 bytes System Boot Information Status: No errors detected Handle 0x001B, DMI type 39, 22 bytes System Power Supply Location: OEM Define 0 Name: OEM Define 1 Manufacturer: OEM Define 2 Serial Number: OEM Define 3 Asset Tag: OEM Define 4 Model Part Number: OEM Define 5 Revision: OEM Define 6 Max Power Capacity: 75 W Status: Not Present Type: Regulator Input Voltage Range Switching: Auto-switch Plugged: No Hot Replaceable: No Handle 0x001C, DMI type 40, 17 bytes Additional Information 1 Referenced Handle: 0x000c Referenced Offset: 0x05 String: PCIExpressx16 Value: 0xaa Additional Information 2 Referenced Handle: 0x0000 Referenced Offset: 0x05 String: Compiler Version: VC 9.0 Value: 0x00 Handle 0x001D, DMI type 128, 8 bytes OEM-specific Type Header and Data: 80 08 1D 00 55 AA 55 AA Strings: Oem Type 128 Test 1 Oem Type 128 Test 2 Handle 0x001E, DMI type 129, 8 bytes OEM-specific Type Header and Data: 81 08 1E 00 01 01 02 01 Strings: Insyde_ASF_001 Insyde_ASF_002 Handle 0x001F, DMI type 130, 20 bytes OEM-specific Type Header and Data: 82 14 1F 00 24 41 4D 54 01 01 01 01 01 A5 1F 02 00 00 00 00 Handle 0x0020, DMI type 136, 6 bytes OEM-specific Type Header and Data: 88 06 20 00 FF FF Handle 0xFEFF, DMI type 127, 4 bytes End Of Table </pre>
Author
Owner

@007revad commented on GitHub (Jul 1, 2024):

Is this still an issue in the latest version of syno_hdd_db?

<!-- gh-comment-id:2199701188 --> @007revad commented on GitHub (Jul 1, 2024): Is this still an issue in the latest version of syno_hdd_db?
Author
Owner

@leonpano2006 commented on GitHub (Jul 3, 2024):

I will test that

<!-- gh-comment-id:2205669460 --> @leonpano2006 commented on GitHub (Jul 3, 2024): I will test that
Author
Owner

@leonpano2006 commented on GitHub (Jul 18, 2024):

Is this still an issue in the latest version of syno_hdd_db?

Synology_HDD_db v3.5.94
DS2419+ DSM 7.2.1-69057-5 
StorageManager 1.0.0-0017

ds2419+_host_v7 version 8040

Using options: -nr
Running from: /volume1/homes/leonpano/Synology_HDD_db-3.5.94/syno_hdd_db.sh

HDD/SSD models found: 3
SSDSC2BB016T6K,G201CS01,1600 GB
ST20000NM007D-3DJ103,SN03,19999 GB
WUH722222ALE6L4,LNGNW730,22000 GB

M.2 drive models found: 2
SAMSUNG MZ1L23T8HBLA-00A07,GDC7302Q,3840 GB
Seagate IronWolf ZP2000NM30002-2XW302,SU9SC017,2000 GB

M.2 PCIe card models found: 1
E10M20-T1

No Expansion Units found

Added SSDSC2BB016T6K to ds2419+_host_v7.db
Edited unverified drives in ds2419+_host_v7.db
Added ST20000NM007D-3DJ103 to ds2419+_host_v7.db
Added WUH722222ALE6L4 to ds2419+_host_v7.db
Added SAMSUNG MZ1L23T8HBLA-00A07 to ds2419+_host_v7.db
Added SAMSUNG MZ1L23T8HBLA-00A07 to ds2419+_e10m20-t1_v7.db
Added Seagate IronWolf ZP2000NM30002-2XW302 to ds2419+_host_v7.db
Added Seagate IronWolf ZP2000NM30002-2XW302 to ds2419+_e10m20-t1_v7.db

Backed up /usr/syno/etc.defaults/adapter_cards.conf
Backed up /usr/syno/etc/adapter_cards.conf
E10M20-T1 NIC already enabled for DS2419+
E10M20-T1 NVMe already enabled for DS2419+

Backed up synoinfo.conf

Support disk compatibility already enabled.

Max memory is set to 32 GB.

NVMe support already enabled.

Enabled M.2 volume support.

Disabled drive db auto updates.

Backed up storage_panel.js
Enabled creating pool on drives in M.2 adaptor card.

DSM successfully checked disk compatibility.

You may need to reboot the Synology to see the changes.
<!-- gh-comment-id:2236325895 --> @leonpano2006 commented on GitHub (Jul 18, 2024): > Is this still an issue in the latest version of syno_hdd_db? ```leonpano@DiskStation:~/Synology_HDD_db-3.5.94$ sudo -s ./syno_hdd_db.sh -nr Synology_HDD_db v3.5.94 DS2419+ DSM 7.2.1-69057-5 StorageManager 1.0.0-0017 ds2419+_host_v7 version 8040 Using options: -nr Running from: /volume1/homes/leonpano/Synology_HDD_db-3.5.94/syno_hdd_db.sh HDD/SSD models found: 3 SSDSC2BB016T6K,G201CS01,1600 GB ST20000NM007D-3DJ103,SN03,19999 GB WUH722222ALE6L4,LNGNW730,22000 GB M.2 drive models found: 2 SAMSUNG MZ1L23T8HBLA-00A07,GDC7302Q,3840 GB Seagate IronWolf ZP2000NM30002-2XW302,SU9SC017,2000 GB M.2 PCIe card models found: 1 E10M20-T1 No Expansion Units found Added SSDSC2BB016T6K to ds2419+_host_v7.db Edited unverified drives in ds2419+_host_v7.db Added ST20000NM007D-3DJ103 to ds2419+_host_v7.db Added WUH722222ALE6L4 to ds2419+_host_v7.db Added SAMSUNG MZ1L23T8HBLA-00A07 to ds2419+_host_v7.db Added SAMSUNG MZ1L23T8HBLA-00A07 to ds2419+_e10m20-t1_v7.db Added Seagate IronWolf ZP2000NM30002-2XW302 to ds2419+_host_v7.db Added Seagate IronWolf ZP2000NM30002-2XW302 to ds2419+_e10m20-t1_v7.db Backed up /usr/syno/etc.defaults/adapter_cards.conf Backed up /usr/syno/etc/adapter_cards.conf E10M20-T1 NIC already enabled for DS2419+ E10M20-T1 NVMe already enabled for DS2419+ Backed up synoinfo.conf Support disk compatibility already enabled. Max memory is set to 32 GB. NVMe support already enabled. Enabled M.2 volume support. Disabled drive db auto updates. Backed up storage_panel.js Enabled creating pool on drives in M.2 adaptor card. DSM successfully checked disk compatibility. You may need to reboot the Synology to see the changes. ```
Author
Owner

@leonpano2006 commented on GitHub (Jul 18, 2024):

i just try again after script update

leonpano@DiskStation:~/Synology_HDD_db-3.5.96$ sudo -s ./syno_hdd_db.sh -nr
Password: 
Synology_HDD_db v3.5.96
DS2419+ DSM 7.2.1-69057-5 
StorageManager 1.0.0-0017

ds2419+_host_v7 version 8040

Using options: -nr
Running from: /volume1/homes/leonpano/Synology_HDD_db-3.5.96/syno_hdd_db.sh

HDD/SSD models found: 3
SSDSC2BB016T6K,G201CS01,1600 GB
ST20000NM007D-3DJ103,SN03,19999 GB
WUH722222ALE6L4,LNGNW730,22000 GB

M.2 drive models found: 2
SAMSUNG MZ1L23T8HBLA-00A07,GDC7302Q,3840 GB
Seagate IronWolf ZP2000NM30002-2XW302,SU9SC017,2000 GB

M.2 PCIe card models found: 1
E10M20-T1

No Expansion Units found

SSDSC2BB016T6K already exists in ds2419+_host_v7.db
ST20000NM007D-3DJ103 already exists in ds2419+_host_v7.db
WUH722222ALE6L4 already exists in ds2419+_host_v7.db
SAMSUNG MZ1L23T8HBLA-00A07 already exists in ds2419+_host_v7.db
SAMSUNG MZ1L23T8HBLA-00A07 already exists in ds2419+_e10m20-t1_v7.db
Seagate IronWolf ZP2000NM30002-2XW302 already exists in ds2419+_host_v7.db
Seagate IronWolf ZP2000NM30002-2XW302 already exists in ds2419+_e10m20-t1_v7.db

E10M20-T1 NIC already enabled for DS2419+
E10M20-T1 NVMe already enabled for DS2419+

Support disk compatibility already enabled.

Max memory is set to 32 GB.

NVMe support already enabled.

M.2 volume support already enabled.

Drive db auto updates already disabled.

Creating pool in UI on drives in M.2 adaptor card already enabled.

DSM successfully checked disk compatibility.

You may need to reboot the Synology to see the changes.
<!-- gh-comment-id:2236359861 --> @leonpano2006 commented on GitHub (Jul 18, 2024): i just try again after script update ``` leonpano@DiskStation:~/Synology_HDD_db-3.5.96$ sudo -s ./syno_hdd_db.sh -nr Password: Synology_HDD_db v3.5.96 DS2419+ DSM 7.2.1-69057-5 StorageManager 1.0.0-0017 ds2419+_host_v7 version 8040 Using options: -nr Running from: /volume1/homes/leonpano/Synology_HDD_db-3.5.96/syno_hdd_db.sh HDD/SSD models found: 3 SSDSC2BB016T6K,G201CS01,1600 GB ST20000NM007D-3DJ103,SN03,19999 GB WUH722222ALE6L4,LNGNW730,22000 GB M.2 drive models found: 2 SAMSUNG MZ1L23T8HBLA-00A07,GDC7302Q,3840 GB Seagate IronWolf ZP2000NM30002-2XW302,SU9SC017,2000 GB M.2 PCIe card models found: 1 E10M20-T1 No Expansion Units found SSDSC2BB016T6K already exists in ds2419+_host_v7.db ST20000NM007D-3DJ103 already exists in ds2419+_host_v7.db WUH722222ALE6L4 already exists in ds2419+_host_v7.db SAMSUNG MZ1L23T8HBLA-00A07 already exists in ds2419+_host_v7.db SAMSUNG MZ1L23T8HBLA-00A07 already exists in ds2419+_e10m20-t1_v7.db Seagate IronWolf ZP2000NM30002-2XW302 already exists in ds2419+_host_v7.db Seagate IronWolf ZP2000NM30002-2XW302 already exists in ds2419+_e10m20-t1_v7.db E10M20-T1 NIC already enabled for DS2419+ E10M20-T1 NVMe already enabled for DS2419+ Support disk compatibility already enabled. Max memory is set to 32 GB. NVMe support already enabled. M.2 volume support already enabled. Drive db auto updates already disabled. Creating pool in UI on drives in M.2 adaptor card already enabled. DSM successfully checked disk compatibility. You may need to reboot the Synology to see the changes. ```
Author
Owner

@007revad commented on GitHub (Jul 18, 2024):

I'm sorry this has taken so long.

I just searched all the old versions and test files and found 1 from 13 months ago where I tested cat /proc/meminfo but didn't continue with it for some reason.

I'll edit the script tomorrow to use cat /proc/meminfo | grep [Mm]em[Tt]otal. It's 11pm here so I need to go bed.

<!-- gh-comment-id:2236446645 --> @007revad commented on GitHub (Jul 18, 2024): I'm sorry this has taken so long. I just searched all the old versions and test files and found 1 from 13 months ago where I tested `cat /proc/meminfo` but didn't continue with it for some reason. I'll edit the script tomorrow to use `cat /proc/meminfo | grep [Mm]em[Tt]otal`. It's 11pm here so I need to go bed.
Author
Owner

@leonpano2006 commented on GitHub (Jul 18, 2024):

leonpano@DiskStation:~$ cat /proc/meminfo
MemTotal:       65821000 kB
MemFree:          470252 kB
MemAvailable:   59196368 kB
Buffers:           52516 kB
Cached:         58423608 kB
SwapCached:       181224 kB
Active:         31533572 kB
Inactive:       30732864 kB
Active(anon):    2352392 kB
Inactive(anon):  1649248 kB
Active(file):   29181180 kB
Inactive(file): 29083616 kB
Unevictable:        1784 kB
Mlocked:            1784 kB
SwapTotal:      41590700 kB
SwapFree:       40745852 kB
Dirty:              1104 kB
Writeback:             0 kB
AnonPages:       3698328 kB
Mapped:           472116 kB
Shmem:            209572 kB
Slab:            1172272 kB
SReclaimable:     988660 kB
SUnreclaim:       183612 kB
KernelStack:       31424 kB
PageTables:        63780 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    74501200 kB
Committed_AS:   16132660 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
DirectMap4k:       10504 kB
DirectMap2M:     1957888 kB
DirectMap1G:    67108864 kB
leonpano@DiskStation:~$ cat /proc/meminfo | grep [Mm]em[Tt]otal
MemTotal:       65821000 kB
<!-- gh-comment-id:2236735018 --> @leonpano2006 commented on GitHub (Jul 18, 2024): ``` leonpano@DiskStation:~$ cat /proc/meminfo MemTotal: 65821000 kB MemFree: 470252 kB MemAvailable: 59196368 kB Buffers: 52516 kB Cached: 58423608 kB SwapCached: 181224 kB Active: 31533572 kB Inactive: 30732864 kB Active(anon): 2352392 kB Inactive(anon): 1649248 kB Active(file): 29181180 kB Inactive(file): 29083616 kB Unevictable: 1784 kB Mlocked: 1784 kB SwapTotal: 41590700 kB SwapFree: 40745852 kB Dirty: 1104 kB Writeback: 0 kB AnonPages: 3698328 kB Mapped: 472116 kB Shmem: 209572 kB Slab: 1172272 kB SReclaimable: 988660 kB SUnreclaim: 183612 kB KernelStack: 31424 kB PageTables: 63780 kB NFS_Unstable: 0 kB Bounce: 0 kB WritebackTmp: 0 kB CommitLimit: 74501200 kB Committed_AS: 16132660 kB VmallocTotal: 34359738367 kB VmallocUsed: 0 kB VmallocChunk: 0 kB DirectMap4k: 10504 kB DirectMap2M: 1957888 kB DirectMap1G: 67108864 kB leonpano@DiskStation:~$ cat /proc/meminfo | grep [Mm]em[Tt]otal MemTotal: 65821000 kB ```
Author
Owner

@leonpano2006 commented on GitHub (Jul 18, 2024):

leonpano@DiskStation:~$ sudo dmidecode
# dmidecode 3.2
Getting SMBIOS data from sysfs.
SMBIOS 2.8 present.
34 structures occupying 1652 bytes.
Table at 0x784A3000.

Handle 0x0000, DMI type 0, 24 bytes
BIOS Information
	Vendor: Insyde
	Version: M.309
	Release Date: 2019/11/01
	Address: 0xE0000
	Runtime Size: 128 kB
	ROM Size: 8192 kB
	Characteristics:
		PCI is supported
		BIOS is upgradeable
		BIOS shadowing is allowed
		Boot from CD is supported
		Selectable boot is supported
		EDD is supported
		Japanese floppy for NEC 9800 1.2 MB is supported (int 13h)
		Japanese floppy for Toshiba 1.2 MB is supported (int 13h)
		5.25"/360 kB floppy services are supported (int 13h)
		5.25"/1.2 MB floppy services are supported (int 13h)
		3.5"/720 kB floppy services are supported (int 13h)
		3.5"/2.88 MB floppy services are supported (int 13h)
		8042 keyboard services are supported (int 9h)
		CGA/mono video services are supported (int 10h)
		ACPI is supported
		USB legacy is supported
		BIOS boot specification is supported
		Targeted content distribution is supported
		UEFI is supported
	BIOS Revision: 5.4

Handle 0x0001, DMI type 1, 27 bytes
System Information
	Manufacturer: Synology Inc.
	Product Name: DS2419+
	Version: 1.0
	Serial Number: 123456789
	UUID: 12345678-1234-5678-90ab-cddeefaabbcc
	Wake-up Type: Power Switch
	SKU Number: Type1Sku0
	Family: RackStation

Handle 0x0002, DMI type 2, 15 bytes
Base Board Information
	Manufacturer: Type2 - Board Vendor Name1
	Product Name: Type2 - Board Product Name1
	Version: Type2 - Board Version
	Serial Number: Type2 - Board Serial Number
	Asset Tag: Type2 - Board Asset Tag
	Features:
		Board is a hosting board
		Board is replaceable
	Location In Chassis: Type2 - Board Chassis Location
	Chassis Handle: 0x0003
	Type: Motherboard
	Contained Object Handles: 0

Handle 0x0003, DMI type 3, 22 bytes
Chassis Information
	Manufacturer: Chassis Manufacturer
	Type: Other
	Lock: Not Present
	Version: Chassis Version
	Serial Number: Chassis Serial Number
	Asset Tag: Chassis Asset Tag
	Boot-up State: Safe
	Power Supply State: Safe
	Thermal State: Safe
	Security Status: None
	OEM Information: 0x00000000
	Height: Unspecified
	Number Of Power Cords: 1
	Contained Elements: 0
	SKU Number: SKU Number

Handle 0x0004, DMI type 4, 42 bytes
Processor Information
	Socket Designation: CPU0
	Type: Central Processor
	Family: Atom
	Manufacturer: Intel(R) Corporation
	ID: F1 06 05 00 FF FB EB BF
	Signature: Type 0, Family 6, Model 95, Stepping 1
	Flags:
		FPU (Floating-point unit on-chip)
		VME (Virtual mode extension)
		DE (Debugging extension)
		PSE (Page size extension)
		TSC (Time stamp counter)
		MSR (Model specific registers)
		PAE (Physical address extension)
		MCE (Machine check exception)
		CX8 (CMPXCHG8 instruction supported)
		APIC (On-chip APIC hardware supported)
		SEP (Fast system call)
		MTRR (Memory type range registers)
		PGE (Page global enable)
		MCA (Machine check architecture)
		CMOV (Conditional move instruction supported)
		PAT (Page attribute table)
		PSE-36 (36-bit page size extension)
		CLFSH (CLFLUSH instruction supported)
		DS (Debug store)
		ACPI (ACPI supported)
		MMX (MMX technology supported)
		FXSR (FXSAVE and FXSTOR instructions supported)
		SSE (Streaming SIMD extensions)
		SSE2 (Streaming SIMD extensions 2)
		SS (Self-snoop)
		HTT (Multi-threading)
		TM (Thermal monitor supported)
		PBE (Pending break enabled)
	Version: Intel(R) Atom(TM) CPU C3538 @ 2.10GHz
	Voltage: 1.6 V
	External Clock: 100 MHz
	Max Speed: 3800 MHz
	Current Speed: 2100 MHz
	Status: Populated, Enabled
	Upgrade: Socket LGA775
	L1 Cache Handle: 0x0005
	L2 Cache Handle: 0x0006
	L3 Cache Handle: Not Provided
	Serial Number: Not Specified
	Asset Tag: UNKNOWN
	Part Number: Not Specified
	Core Count: 4
	Core Enabled: 4
	Thread Count: 4
	Characteristics:
		64-bit capable
		Multi-Core
		Hardware Thread
		Execute Protection
		Enhanced Virtualization
		Power/Performance Control

Handle 0x0005, DMI type 7, 19 bytes
Cache Information
	Socket Designation: L1-Cache
	Configuration: Enabled, Not Socketed, Level 1
	Operational Mode: Write Back
	Location: Internal
	Installed Size: 224 kB
	Maximum Size: 224 kB
	Supported SRAM Types:
		Synchronous
	Installed SRAM Type: Synchronous
	Speed: Unknown
	Error Correction Type: Single-bit ECC
	System Type: Instruction
	Associativity: 8-way Set-associative

Handle 0x0006, DMI type 7, 19 bytes
Cache Information
	Socket Designation: L2-Cache
	Configuration: Enabled, Not Socketed, Level 2
	Operational Mode: Write Back
	Location: Internal
	Installed Size: 4096 kB
	Maximum Size: 4096 kB
	Supported SRAM Types:
		Synchronous
	Installed SRAM Type: Synchronous
	Speed: Unknown
	Error Correction Type: Single-bit ECC
	System Type: Unified
	Associativity: 16-way Set-associative

Handle 0x0007, DMI type 8, 9 bytes
Port Connector Information
	Internal Reference Designator: EC5
	Internal Connector Type: None
	External Reference Designator: USB
	External Connector Type: Access Bus (USB)
	Port Type: USB

Handle 0x0008, DMI type 8, 9 bytes
Port Connector Information
	Internal Reference Designator: EC6
	Internal Connector Type: None
	External Reference Designator: USB
	External Connector Type: Access Bus (USB)
	Port Type: USB

Handle 0x0009, DMI type 8, 9 bytes
Port Connector Information
	Internal Reference Designator: LAN1
	Internal Connector Type: None
	External Reference Designator: 1G Network
	External Connector Type: RJ-45
	Port Type: Network Port

Handle 0x000A, DMI type 8, 9 bytes
Port Connector Information
	Internal Reference Designator: LAN1
	Internal Connector Type: None
	External Reference Designator: 1G Network
	External Connector Type: RJ-45
	Port Type: Network Port

Handle 0x000B, DMI type 8, 9 bytes
Port Connector Information
	Internal Reference Designator: 10GLAN1
	Internal Connector Type: None
	External Reference Designator: 10G Network
	External Connector Type: RJ-45
	Port Type: Network Port

Handle 0x000C, DMI type 8, 9 bytes
Port Connector Information
	Internal Reference Designator: 10GLAN2
	Internal Connector Type: None
	External Reference Designator: 10G Network
	External Connector Type: RJ-45
	Port Type: Network Port

Handle 0x000D, DMI type 9, 17 bytes
System Slot Information
	Designation: J1B2
	Type: x8 PCI Express 3 x8
	Current Usage: In Use
	Length: Other
	ID: 1
	Characteristics:
		PME signal is supported
		Hot-plug devices are supported
	Bus Address: 0000:00:09.0

Handle 0x000E, DMI type 9, 17 bytes
System Slot Information
	Designation: J2B1
	Type: x4 PCI Express 3 x4
	Current Usage: In Use
	Length: Other
	ID: 2
	Characteristics:
		PME signal is supported
		Hot-plug devices are supported
	Bus Address: 0000:00:0e.0

Handle 0x000F, DMI type 9, 17 bytes
System Slot Information
	Designation: J3B1
	Type: x4 PCI Express 3 x4
	Current Usage: In Use
	Length: Other
	ID: 3
	Characteristics:
		PME signal is supported
		Hot-plug devices are supported
	Bus Address: 0000:00:10.0

Handle 0x0010, DMI type 11, 5 bytes
OEM Strings
	String 1: OemString1
	String 2: OemString2
	String 3: OemString3

Handle 0x0011, DMI type 12, 5 bytes
System Configuration Options
	Option 1: ConfigOptions1
	Option 2: ConfigOptions2
	Option 3: ConfigOptions3

Handle 0x0012, DMI type 13, 22 bytes
BIOS Language Information
	Language Description Format: Long
	Installable Languages: 4
		en|US|iso8859-1,0
		fr|CA|iso8859-1,0
		zh|TW|unicode,0
		ja|JP|unicode,0
	Currently Installed Language: en|US|iso8859-1,0

Handle 0x0013, DMI type 15, 29 bytes
System Event Log
	Area Length: 0 bytes
	Header Start Offset: 0x0000
	Header Length: 8192 bytes
	Data Start Offset: 0x2000
	Access Method: General-purpose non-volatile data functions
	Access Address: 0x0000
	Status: Valid, Not Full
	Change Token: 0x12345678
	Header Format: OEM-specific
	Supported Log Type Descriptors: 3
	Descriptor 1: POST memory resize
	Data Format 1: None
	Descriptor 2: POST error
	Data Format 2: POST results bitmap
	Descriptor 3: Log area reset/cleared
	Data Format 3: None

Handle 0x0014, DMI type 16, 23 bytes
Physical Memory Array
	Location: System Board Or Motherboard
	Use: System Memory
	Error Correction Type: Single-bit ECC
	Maximum Capacity: 32 GB
	Error Information Handle: No Error
	Number Of Devices: 2

Handle 0x0015, DMI type 17, 40 bytes
Memory Device
	Array Handle: 0x0014
	Error Information Handle: No Error
	Total Width: 72 bits
	Data Width: 64 bits
	Size: 1 MB
	Form Factor: SODIMM
	Set: None
	Locator: DIMM0
	Bank Locator: BANK 1
	Type: DDR4
	Type Detail: Synchronous
	Speed: 3200 MT/s
	Manufacturer: Micron
	Serial Number: 37E8369C
	Asset Tag: 01
	Part Number: 18ASF4G72HZ-3G2B2   
	Rank: 2
	Configured Memory Speed: 2133 MT/s
	Minimum Voltage: 1.2 V
	Maximum Voltage: 1.2 V
	Configured Voltage: 1.2 V

Handle 0x0016, DMI type 17, 40 bytes
Memory Device
	Array Handle: 0x0014
	Error Information Handle: No Error
	Total Width: 72 bits
	Data Width: 64 bits
	Size: 1 MB
	Form Factor: SODIMM
	Set: None
	Locator: DIMM1
	Bank Locator: BANK 0
	Type: DDR4
	Type Detail: Synchronous
	Speed: 3200 MT/s
	Manufacturer: Micron
	Serial Number: 37E81EA1
	Asset Tag: 02
	Part Number: 18ASF4G72HZ-3G2B2   
	Rank: 2
	Configured Memory Speed: 2133 MT/s
	Minimum Voltage: 1.2 V
	Maximum Voltage: 1.2 V
	Configured Voltage: 1.2 V

Handle 0x0017, DMI type 19, 31 bytes
Memory Array Mapped Address
	Starting Address: 0x00000000000
	Ending Address: 0x00FFFFFFFFF
	Range Size: 64 GB
	Physical Array Handle: 0x0014
	Partition Width: 2

Handle 0x0018, DMI type 20, 35 bytes
Memory Device Mapped Address
	Starting Address: 0x00000000000
	Ending Address: 0x007FFFFFFFF
	Range Size: 32 GB
	Physical Device Handle: 0x0015
	Memory Array Mapped Address Handle: 0x0017
	Partition Row Position: Unknown

Handle 0x0019, DMI type 20, 35 bytes
Memory Device Mapped Address
	Starting Address: 0x00800000000
	Ending Address: 0x00FFFFFFFFF
	Range Size: 32 GB
	Physical Device Handle: 0x0016
	Memory Array Mapped Address Handle: 0x0017
	Partition Row Position: Unknown

Handle 0x001A, DMI type 32, 11 bytes
System Boot Information
	Status: No errors detected

Handle 0x001B, DMI type 39, 22 bytes
System Power Supply
	Location: OEM Define 0
	Name: OEM Define 1
	Manufacturer: OEM Define 2
	Serial Number: OEM Define 3
	Asset Tag: OEM Define 4
	Model Part Number: OEM Define 5
	Revision: OEM Define 6
	Max Power Capacity: 75 W
	Status: Not Present
	Type: Regulator
	Input Voltage Range Switching: Auto-switch
	Plugged: No
	Hot Replaceable: No

Handle 0x001C, DMI type 40, 17 bytes
Additional Information 1
	Referenced Handle: 0x000c
	Referenced Offset: 0x05
	String: PCIExpressx16
	Value: 0xaa
Additional Information 2
	Referenced Handle: 0x0000
	Referenced Offset: 0x05
	String: Compiler Version: VC 9.0
	Value: 0x00

Handle 0x001D, DMI type 128, 8 bytes
OEM-specific Type
	Header and Data:
		80 08 1D 00 55 AA 55 AA
	Strings:
		Oem Type 128 Test 1
		Oem Type 128 Test 2

Handle 0x001E, DMI type 129, 8 bytes
OEM-specific Type
	Header and Data:
		81 08 1E 00 01 01 02 01
	Strings:
		Insyde_ASF_001
		Insyde_ASF_002

Handle 0x001F, DMI type 130, 20 bytes
OEM-specific Type
	Header and Data:
		82 14 1F 00 24 41 4D 54 01 01 01 01 01 A5 1F 02
		00 00 00 00

Handle 0x0020, DMI type 136, 6 bytes
OEM-specific Type
	Header and Data:
		88 06 20 00 FF FF

Handle 0xFEFF, DMI type 127, 4 bytes
End Of Table

leonpano@DiskStation:~$ 

<!-- gh-comment-id:2236761055 --> @leonpano2006 commented on GitHub (Jul 18, 2024): ``` leonpano@DiskStation:~$ sudo dmidecode # dmidecode 3.2 Getting SMBIOS data from sysfs. SMBIOS 2.8 present. 34 structures occupying 1652 bytes. Table at 0x784A3000. Handle 0x0000, DMI type 0, 24 bytes BIOS Information Vendor: Insyde Version: M.309 Release Date: 2019/11/01 Address: 0xE0000 Runtime Size: 128 kB ROM Size: 8192 kB Characteristics: PCI is supported BIOS is upgradeable BIOS shadowing is allowed Boot from CD is supported Selectable boot is supported EDD is supported Japanese floppy for NEC 9800 1.2 MB is supported (int 13h) Japanese floppy for Toshiba 1.2 MB is supported (int 13h) 5.25"/360 kB floppy services are supported (int 13h) 5.25"/1.2 MB floppy services are supported (int 13h) 3.5"/720 kB floppy services are supported (int 13h) 3.5"/2.88 MB floppy services are supported (int 13h) 8042 keyboard services are supported (int 9h) CGA/mono video services are supported (int 10h) ACPI is supported USB legacy is supported BIOS boot specification is supported Targeted content distribution is supported UEFI is supported BIOS Revision: 5.4 Handle 0x0001, DMI type 1, 27 bytes System Information Manufacturer: Synology Inc. Product Name: DS2419+ Version: 1.0 Serial Number: 123456789 UUID: 12345678-1234-5678-90ab-cddeefaabbcc Wake-up Type: Power Switch SKU Number: Type1Sku0 Family: RackStation Handle 0x0002, DMI type 2, 15 bytes Base Board Information Manufacturer: Type2 - Board Vendor Name1 Product Name: Type2 - Board Product Name1 Version: Type2 - Board Version Serial Number: Type2 - Board Serial Number Asset Tag: Type2 - Board Asset Tag Features: Board is a hosting board Board is replaceable Location In Chassis: Type2 - Board Chassis Location Chassis Handle: 0x0003 Type: Motherboard Contained Object Handles: 0 Handle 0x0003, DMI type 3, 22 bytes Chassis Information Manufacturer: Chassis Manufacturer Type: Other Lock: Not Present Version: Chassis Version Serial Number: Chassis Serial Number Asset Tag: Chassis Asset Tag Boot-up State: Safe Power Supply State: Safe Thermal State: Safe Security Status: None OEM Information: 0x00000000 Height: Unspecified Number Of Power Cords: 1 Contained Elements: 0 SKU Number: SKU Number Handle 0x0004, DMI type 4, 42 bytes Processor Information Socket Designation: CPU0 Type: Central Processor Family: Atom Manufacturer: Intel(R) Corporation ID: F1 06 05 00 FF FB EB BF Signature: Type 0, Family 6, Model 95, Stepping 1 Flags: FPU (Floating-point unit on-chip) VME (Virtual mode extension) DE (Debugging extension) PSE (Page size extension) TSC (Time stamp counter) MSR (Model specific registers) PAE (Physical address extension) MCE (Machine check exception) CX8 (CMPXCHG8 instruction supported) APIC (On-chip APIC hardware supported) SEP (Fast system call) MTRR (Memory type range registers) PGE (Page global enable) MCA (Machine check architecture) CMOV (Conditional move instruction supported) PAT (Page attribute table) PSE-36 (36-bit page size extension) CLFSH (CLFLUSH instruction supported) DS (Debug store) ACPI (ACPI supported) MMX (MMX technology supported) FXSR (FXSAVE and FXSTOR instructions supported) SSE (Streaming SIMD extensions) SSE2 (Streaming SIMD extensions 2) SS (Self-snoop) HTT (Multi-threading) TM (Thermal monitor supported) PBE (Pending break enabled) Version: Intel(R) Atom(TM) CPU C3538 @ 2.10GHz Voltage: 1.6 V External Clock: 100 MHz Max Speed: 3800 MHz Current Speed: 2100 MHz Status: Populated, Enabled Upgrade: Socket LGA775 L1 Cache Handle: 0x0005 L2 Cache Handle: 0x0006 L3 Cache Handle: Not Provided Serial Number: Not Specified Asset Tag: UNKNOWN Part Number: Not Specified Core Count: 4 Core Enabled: 4 Thread Count: 4 Characteristics: 64-bit capable Multi-Core Hardware Thread Execute Protection Enhanced Virtualization Power/Performance Control Handle 0x0005, DMI type 7, 19 bytes Cache Information Socket Designation: L1-Cache Configuration: Enabled, Not Socketed, Level 1 Operational Mode: Write Back Location: Internal Installed Size: 224 kB Maximum Size: 224 kB Supported SRAM Types: Synchronous Installed SRAM Type: Synchronous Speed: Unknown Error Correction Type: Single-bit ECC System Type: Instruction Associativity: 8-way Set-associative Handle 0x0006, DMI type 7, 19 bytes Cache Information Socket Designation: L2-Cache Configuration: Enabled, Not Socketed, Level 2 Operational Mode: Write Back Location: Internal Installed Size: 4096 kB Maximum Size: 4096 kB Supported SRAM Types: Synchronous Installed SRAM Type: Synchronous Speed: Unknown Error Correction Type: Single-bit ECC System Type: Unified Associativity: 16-way Set-associative Handle 0x0007, DMI type 8, 9 bytes Port Connector Information Internal Reference Designator: EC5 Internal Connector Type: None External Reference Designator: USB External Connector Type: Access Bus (USB) Port Type: USB Handle 0x0008, DMI type 8, 9 bytes Port Connector Information Internal Reference Designator: EC6 Internal Connector Type: None External Reference Designator: USB External Connector Type: Access Bus (USB) Port Type: USB Handle 0x0009, DMI type 8, 9 bytes Port Connector Information Internal Reference Designator: LAN1 Internal Connector Type: None External Reference Designator: 1G Network External Connector Type: RJ-45 Port Type: Network Port Handle 0x000A, DMI type 8, 9 bytes Port Connector Information Internal Reference Designator: LAN1 Internal Connector Type: None External Reference Designator: 1G Network External Connector Type: RJ-45 Port Type: Network Port Handle 0x000B, DMI type 8, 9 bytes Port Connector Information Internal Reference Designator: 10GLAN1 Internal Connector Type: None External Reference Designator: 10G Network External Connector Type: RJ-45 Port Type: Network Port Handle 0x000C, DMI type 8, 9 bytes Port Connector Information Internal Reference Designator: 10GLAN2 Internal Connector Type: None External Reference Designator: 10G Network External Connector Type: RJ-45 Port Type: Network Port Handle 0x000D, DMI type 9, 17 bytes System Slot Information Designation: J1B2 Type: x8 PCI Express 3 x8 Current Usage: In Use Length: Other ID: 1 Characteristics: PME signal is supported Hot-plug devices are supported Bus Address: 0000:00:09.0 Handle 0x000E, DMI type 9, 17 bytes System Slot Information Designation: J2B1 Type: x4 PCI Express 3 x4 Current Usage: In Use Length: Other ID: 2 Characteristics: PME signal is supported Hot-plug devices are supported Bus Address: 0000:00:0e.0 Handle 0x000F, DMI type 9, 17 bytes System Slot Information Designation: J3B1 Type: x4 PCI Express 3 x4 Current Usage: In Use Length: Other ID: 3 Characteristics: PME signal is supported Hot-plug devices are supported Bus Address: 0000:00:10.0 Handle 0x0010, DMI type 11, 5 bytes OEM Strings String 1: OemString1 String 2: OemString2 String 3: OemString3 Handle 0x0011, DMI type 12, 5 bytes System Configuration Options Option 1: ConfigOptions1 Option 2: ConfigOptions2 Option 3: ConfigOptions3 Handle 0x0012, DMI type 13, 22 bytes BIOS Language Information Language Description Format: Long Installable Languages: 4 en|US|iso8859-1,0 fr|CA|iso8859-1,0 zh|TW|unicode,0 ja|JP|unicode,0 Currently Installed Language: en|US|iso8859-1,0 Handle 0x0013, DMI type 15, 29 bytes System Event Log Area Length: 0 bytes Header Start Offset: 0x0000 Header Length: 8192 bytes Data Start Offset: 0x2000 Access Method: General-purpose non-volatile data functions Access Address: 0x0000 Status: Valid, Not Full Change Token: 0x12345678 Header Format: OEM-specific Supported Log Type Descriptors: 3 Descriptor 1: POST memory resize Data Format 1: None Descriptor 2: POST error Data Format 2: POST results bitmap Descriptor 3: Log area reset/cleared Data Format 3: None Handle 0x0014, DMI type 16, 23 bytes Physical Memory Array Location: System Board Or Motherboard Use: System Memory Error Correction Type: Single-bit ECC Maximum Capacity: 32 GB Error Information Handle: No Error Number Of Devices: 2 Handle 0x0015, DMI type 17, 40 bytes Memory Device Array Handle: 0x0014 Error Information Handle: No Error Total Width: 72 bits Data Width: 64 bits Size: 1 MB Form Factor: SODIMM Set: None Locator: DIMM0 Bank Locator: BANK 1 Type: DDR4 Type Detail: Synchronous Speed: 3200 MT/s Manufacturer: Micron Serial Number: 37E8369C Asset Tag: 01 Part Number: 18ASF4G72HZ-3G2B2 Rank: 2 Configured Memory Speed: 2133 MT/s Minimum Voltage: 1.2 V Maximum Voltage: 1.2 V Configured Voltage: 1.2 V Handle 0x0016, DMI type 17, 40 bytes Memory Device Array Handle: 0x0014 Error Information Handle: No Error Total Width: 72 bits Data Width: 64 bits Size: 1 MB Form Factor: SODIMM Set: None Locator: DIMM1 Bank Locator: BANK 0 Type: DDR4 Type Detail: Synchronous Speed: 3200 MT/s Manufacturer: Micron Serial Number: 37E81EA1 Asset Tag: 02 Part Number: 18ASF4G72HZ-3G2B2 Rank: 2 Configured Memory Speed: 2133 MT/s Minimum Voltage: 1.2 V Maximum Voltage: 1.2 V Configured Voltage: 1.2 V Handle 0x0017, DMI type 19, 31 bytes Memory Array Mapped Address Starting Address: 0x00000000000 Ending Address: 0x00FFFFFFFFF Range Size: 64 GB Physical Array Handle: 0x0014 Partition Width: 2 Handle 0x0018, DMI type 20, 35 bytes Memory Device Mapped Address Starting Address: 0x00000000000 Ending Address: 0x007FFFFFFFF Range Size: 32 GB Physical Device Handle: 0x0015 Memory Array Mapped Address Handle: 0x0017 Partition Row Position: Unknown Handle 0x0019, DMI type 20, 35 bytes Memory Device Mapped Address Starting Address: 0x00800000000 Ending Address: 0x00FFFFFFFFF Range Size: 32 GB Physical Device Handle: 0x0016 Memory Array Mapped Address Handle: 0x0017 Partition Row Position: Unknown Handle 0x001A, DMI type 32, 11 bytes System Boot Information Status: No errors detected Handle 0x001B, DMI type 39, 22 bytes System Power Supply Location: OEM Define 0 Name: OEM Define 1 Manufacturer: OEM Define 2 Serial Number: OEM Define 3 Asset Tag: OEM Define 4 Model Part Number: OEM Define 5 Revision: OEM Define 6 Max Power Capacity: 75 W Status: Not Present Type: Regulator Input Voltage Range Switching: Auto-switch Plugged: No Hot Replaceable: No Handle 0x001C, DMI type 40, 17 bytes Additional Information 1 Referenced Handle: 0x000c Referenced Offset: 0x05 String: PCIExpressx16 Value: 0xaa Additional Information 2 Referenced Handle: 0x0000 Referenced Offset: 0x05 String: Compiler Version: VC 9.0 Value: 0x00 Handle 0x001D, DMI type 128, 8 bytes OEM-specific Type Header and Data: 80 08 1D 00 55 AA 55 AA Strings: Oem Type 128 Test 1 Oem Type 128 Test 2 Handle 0x001E, DMI type 129, 8 bytes OEM-specific Type Header and Data: 81 08 1E 00 01 01 02 01 Strings: Insyde_ASF_001 Insyde_ASF_002 Handle 0x001F, DMI type 130, 20 bytes OEM-specific Type Header and Data: 82 14 1F 00 24 41 4D 54 01 01 01 01 01 A5 1F 02 00 00 00 00 Handle 0x0020, DMI type 136, 6 bytes OEM-specific Type Header and Data: 88 06 20 00 FF FF Handle 0xFEFF, DMI type 127, 4 bytes End Of Table leonpano@DiskStation:~$ ```
Author
Owner

@007revad commented on GitHub (Jul 19, 2024):

I remember why I didn't use cat /proc/meminfo | grep 'MemTotal'. The kB values aren't KB or KiB and I don't how to convert them to MB and GB. Dividing by 1024 or 1000 does not give the correct result.
code)"

On a NAS with 6GB of memory I can divide the MemTotal kB by 962.69 to get the expected 6144 MB. And divide the MemTotal kB by 985794 to get 6 GB. But dividing by 962.69 and 985794 does not give the correct results for 3GB or 32GB.

# /volume1/scripts/get_mem_amount.sh

DS1821+ 32768 MB (32 GB)
MemTotal 32841680 kB
MB 34114.5               <- needs to be 32768 or 32768.x
GB 33.315                <- needs to be 32 or 32.x

DS720+ 6144 MB (6 GB)
MemTotal 5914768 kB
MB 6144                  <- correct
GB 6                     <- correct

DS1812+ 3072 MB (3 GB)
MemTotal 3076104 kB
MB 3195.32               <- needs to be 3072 or 3072.x
GB 3.12043               <- needs to be 3 or 3.x

EDIT I just discovered "MemTotal: Total usable ram (i.e. physical ram minus a few reserved bits and the kernel binary."

<!-- gh-comment-id:2238240317 --> @007revad commented on GitHub (Jul 19, 2024): I remember why I didn't use `cat /proc/meminfo | grep 'MemTotal'`. The kB values aren't KB or KiB and I don't how to convert them to MB and GB. Dividing by 1024 or 1000 does not give the correct result. code)" On a NAS with 6GB of memory I can divide the MemTotal kB by 962.69 to get the expected 6144 MB. And divide the MemTotal kB by 985794 to get 6 GB. But dividing by 962.69 and 985794 does not give the correct results for 3GB or 32GB. ``` # /volume1/scripts/get_mem_amount.sh DS1821+ 32768 MB (32 GB) MemTotal 32841680 kB MB 34114.5 <- needs to be 32768 or 32768.x GB 33.315 <- needs to be 32 or 32.x DS720+ 6144 MB (6 GB) MemTotal 5914768 kB MB 6144 <- correct GB 6 <- correct DS1812+ 3072 MB (3 GB) MemTotal 3076104 kB MB 3195.32 <- needs to be 3072 or 3072.x GB 3.12043 <- needs to be 3 or 3.x ``` **EDIT** I just discovered "MemTotal: Total usable ram (i.e. physical ram minus a few reserved bits and the kernel binary."
Author
Owner

@007revad commented on GitHub (Jul 19, 2024):

Lets try a different tactic.

If you have syno_hdd_db scheduled change the schedule so it does NOT include the -r or --ram options.

Then run these commands to set the mem_max_mb to 64 GB

sudo synosetkeyvalue /etc/synoinfo.conf mem_max_mb ‭65536
sudo synosetkeyvalue /etc.defaults/synoinfo.conf mem_max_mb ‭65536
<!-- gh-comment-id:2238319494 --> @007revad commented on GitHub (Jul 19, 2024): Lets try a different tactic. If you have syno_hdd_db scheduled change the schedule so it does NOT include the -r or --ram options. Then run these commands to set the mem_max_mb to 64 GB ``` sudo synosetkeyvalue /etc/synoinfo.conf mem_max_mb ‭65536 sudo synosetkeyvalue /etc.defaults/synoinfo.conf mem_max_mb ‭65536 ```
Author
Owner

@leonpano2006 commented on GitHub (Aug 16, 2024):

Latest veraion(downloaded with git clone #THIS_REPO)


leonpano@DiskStation:~/Synology_HDD_db$ sudo ./syno_hdd_db.sh  -nr
Synology_HDD_db v3.5.98
DS2419+ DSM 7.2.1-69057-5 
StorageManager 1.0.0-0017

ds2419+_host_v7 version 8040

Using options: -nr
Running from: /volume1/homes/leonpano/Synology_HDD_db/syno_hdd_db.sh

HDD/SSD models found: 3
SSDSC2BB016T6K,G201CS01,1600 GB
ST20000NM007D-3DJ103,SN03,19999 GB
WUH722222ALE6L4,LNGNW730,22000 GB

M.2 drive models found: 2
SAMSUNG MZ1L23T8HBLA-00A07,GDC7302Q,3840 GB
Seagate IronWolf ZP2000NM30002-2XW302,SU9SC017,2000 GB

M.2 PCIe card models found: 1
E10M20-T1

No Expansion Units found

SSDSC2BB016T6K already exists in ds2419+_host_v7.db
ST20000NM007D-3DJ103 already exists in ds2419+_host_v7.db
WUH722222ALE6L4 already exists in ds2419+_host_v7.db
SAMSUNG MZ1L23T8HBLA-00A07 already exists in ds2419+_host_v7.db
SAMSUNG MZ1L23T8HBLA-00A07 already exists in ds2419+_e10m20-t1_v7.db
Seagate IronWolf ZP2000NM30002-2XW302 already exists in ds2419+_host_v7.db
Seagate IronWolf ZP2000NM30002-2XW302 already exists in ds2419+_e10m20-t1_v7.db

E10M20-T1 NIC already enabled for DS2419+
E10M20-T1 NVMe already enabled for DS2419+

Support disk compatibility already enabled.
./syno_hdd_db.sh: line 1945: [[: ‭65536: syntax error: operand expected (error token is "‭65536")
./syno_hdd_db.sh: line 1957: [[: ‭65536: syntax error: operand expected (error token is "‭65536")
./syno_hdd_db.sh: line 1975: [[: ‭65536: syntax error: operand expected (error token is "‭65536")
./syno_hdd_db.sh: line 1977: ‭65536: syntax error: operand expected (error token is "‭65536")

NVMe support already enabled.

M.2 volume support already enabled.

Disabled drive db auto updates.

Creating pool in UI on drives in M.2 adaptor card already enabled.

DSM successfully checked disk compatibility.

You may need to reboot the Synology to see the changes.```
<!-- gh-comment-id:2293030222 --> @leonpano2006 commented on GitHub (Aug 16, 2024): Latest veraion(downloaded with git clone #THIS_REPO) ``` leonpano@DiskStation:~/Synology_HDD_db$ sudo ./syno_hdd_db.sh -nr Synology_HDD_db v3.5.98 DS2419+ DSM 7.2.1-69057-5 StorageManager 1.0.0-0017 ds2419+_host_v7 version 8040 Using options: -nr Running from: /volume1/homes/leonpano/Synology_HDD_db/syno_hdd_db.sh HDD/SSD models found: 3 SSDSC2BB016T6K,G201CS01,1600 GB ST20000NM007D-3DJ103,SN03,19999 GB WUH722222ALE6L4,LNGNW730,22000 GB M.2 drive models found: 2 SAMSUNG MZ1L23T8HBLA-00A07,GDC7302Q,3840 GB Seagate IronWolf ZP2000NM30002-2XW302,SU9SC017,2000 GB M.2 PCIe card models found: 1 E10M20-T1 No Expansion Units found SSDSC2BB016T6K already exists in ds2419+_host_v7.db ST20000NM007D-3DJ103 already exists in ds2419+_host_v7.db WUH722222ALE6L4 already exists in ds2419+_host_v7.db SAMSUNG MZ1L23T8HBLA-00A07 already exists in ds2419+_host_v7.db SAMSUNG MZ1L23T8HBLA-00A07 already exists in ds2419+_e10m20-t1_v7.db Seagate IronWolf ZP2000NM30002-2XW302 already exists in ds2419+_host_v7.db Seagate IronWolf ZP2000NM30002-2XW302 already exists in ds2419+_e10m20-t1_v7.db E10M20-T1 NIC already enabled for DS2419+ E10M20-T1 NVMe already enabled for DS2419+ Support disk compatibility already enabled. ./syno_hdd_db.sh: line 1945: [[: ‭65536: syntax error: operand expected (error token is "‭65536") ./syno_hdd_db.sh: line 1957: [[: ‭65536: syntax error: operand expected (error token is "‭65536") ./syno_hdd_db.sh: line 1975: [[: ‭65536: syntax error: operand expected (error token is "‭65536") ./syno_hdd_db.sh: line 1977: ‭65536: syntax error: operand expected (error token is "‭65536") NVMe support already enabled. M.2 volume support already enabled. Disabled drive db auto updates. Creating pool in UI on drives in M.2 adaptor card already enabled. DSM successfully checked disk compatibility. You may need to reboot the Synology to see the changes.```
Author
Owner

@007revad commented on GitHub (Aug 16, 2024):

./syno_hdd_db.sh: line 1945: [[: ‭65536: syntax error: operand expected (error token is "‭65536")
./syno_hdd_db.sh: line 1957: [[: ‭65536: syntax error: operand expected (error token is "‭65536")
./syno_hdd_db.sh: line 1975: [[: ‭65536: syntax error: operand expected (error token is "‭65536")
./syno_hdd_db.sh: line 1977: ‭65536: syntax error: operand expected (error token is "‭65536")

The fact the script got to those lines tells me that the $ramtotal variable was numeric. And since all 4 of those lines are comparing $ramtotal to $setting that would suggest that the $setting variable is the problem but 65536 is valid.

Can you download and run this test script and report back with the output:
https://github.com/007revad/Synology_HDD_db/blob/test/ramsize_213.sh

<!-- gh-comment-id:2293158166 --> @007revad commented on GitHub (Aug 16, 2024): ``` ./syno_hdd_db.sh: line 1945: [[: ‭65536: syntax error: operand expected (error token is "‭65536") ./syno_hdd_db.sh: line 1957: [[: ‭65536: syntax error: operand expected (error token is "‭65536") ./syno_hdd_db.sh: line 1975: [[: ‭65536: syntax error: operand expected (error token is "‭65536") ./syno_hdd_db.sh: line 1977: ‭65536: syntax error: operand expected (error token is "‭65536") ``` The fact the script got to those lines tells me that the $ramtotal variable was numeric. And since all 4 of those lines are comparing $ramtotal to $setting that would suggest that the $setting variable is the problem but 65536 is valid. Can you download and run this test script and report back with the output: https://github.com/007revad/Synology_HDD_db/blob/test/ramsize_213.sh
Author
Owner

@leonpano2006 commented on GitHub (Aug 24, 2024):

leonpano@DiskStation:~$ sudo ./ramsize_213.sh 
Password: 
./ramsize_213.sh: line 7: syntax error near unexpected token `newline'
./ramsize_213.sh: line 7: `<!DOCTYPE html>'
leonpano@DiskStation:~$ sudo su
ash-4.4# bash
bash-4.4# bash
bash-4.4# exit
exit
bash-4.4# ./ramsize_213.sh 
./ramsize_213.sh: line 7: syntax error near unexpected token `newline'
./ramsize_213.sh: line 7: `<!DOCTYPE html>'
bash-4.4# bash ramsize_213.sh 
ramsize_213.sh: line 7: syntax error near unexpected token `newline'
ramsize_213.sh: line 7: `<!DOCTYPE html>'
bash-4.4# exit
exit
ash-4.4# exit
exit
leonpano@DiskStation:~$ ./ramsize_213.sh 
./ramsize_213.sh: line 7: syntax error near unexpected token `newline'
./ramsize_213.sh: line 7: `<!DOCTYPE html>'

<!-- gh-comment-id:2308522278 --> @leonpano2006 commented on GitHub (Aug 24, 2024): ``` leonpano@DiskStation:~$ sudo ./ramsize_213.sh Password: ./ramsize_213.sh: line 7: syntax error near unexpected token `newline' ./ramsize_213.sh: line 7: `<!DOCTYPE html>' leonpano@DiskStation:~$ sudo su ash-4.4# bash bash-4.4# bash bash-4.4# exit exit bash-4.4# ./ramsize_213.sh ./ramsize_213.sh: line 7: syntax error near unexpected token `newline' ./ramsize_213.sh: line 7: `<!DOCTYPE html>' bash-4.4# bash ramsize_213.sh ramsize_213.sh: line 7: syntax error near unexpected token `newline' ramsize_213.sh: line 7: `<!DOCTYPE html>' bash-4.4# exit exit ash-4.4# exit exit leonpano@DiskStation:~$ ./ramsize_213.sh ./ramsize_213.sh: line 7: syntax error near unexpected token `newline' ./ramsize_213.sh: line 7: `<!DOCTYPE html>' ```
Author
Owner

@007revad commented on GitHub (Aug 25, 2024):

You downloaded the webpage instead of the file.

Download this zip file: https://github.com/007revad/Synology_HDD_db/raw/test/ramsize_213.zip then unzip it and run the ramsize_213.sh

<!-- gh-comment-id:2308580798 --> @007revad commented on GitHub (Aug 25, 2024): You downloaded the webpage instead of the file. Download this zip file: https://github.com/007revad/Synology_HDD_db/raw/test/ramsize_213.zip then unzip it and run the ramsize_213.sh
Sign in to join this conversation.
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/Synology_HDD_db#586
No description provided.