Giter Site home page Giter Site logo

Comments (12)

hari-bo avatar hari-bo commented on September 26, 2024 2

I've got it working again. I did the following steps.

  1. Shutdown NAS.
  2. Remove all M2 devices.
  3. Power on NAS.
  4. Shutdown NAS.
  5. Add M2 devices Kingston and Adata.
  6. Power on NAS.
  7. Run ./syno_hdd_db.sh -nfr
  8. All M2 devices are detected.
root@DiskStation:/volume2/CUSTOM/Synology# ./syno_hdd_db.sh -nfr
Synology_HDD_db v3.1.64
DS918+ DSM 7.2.1-69057
Using options: -nfr
Running from: /volume2/CUSTOM/Synology/syno_hdd_db.sh

HDD/SSD models found: 1
MG07ACA12TE,0103

M.2 drive models found: 2
ADATA SX8200PNP,32B3T8EA
KINGSTON SNV2S2000G,SBM02103

No M.2 PCIe cards found

No Expansion Units found

MG07ACA12TE already exists in ds918+_host_v7.db
Updated ADATA SX8200PNP to ds918+_host_v7.db
Added KINGSTON SNV2S2000G to ds918+_host_v7.db

Support disk compatibility already disabled.

Max memory already set to 16 GB.

M.2 volume support already enabled.

Drive db auto updates already disabled.

DSM successfully checked disk compatibility.

You may need to reboot the Synology to see the changes.

from synology_hdd_db.

hari-bo avatar hari-bo commented on September 26, 2024 1

There's no ouput when requesting the information.
I've runned the script which shows an reboot messaged, after that no M2 storage visible.

./syno_enable_m2_volume.sh -c
Synology_enable_M2_volume v1.0.10
DS918+ DSM 7.2.1-69057

Using options: -c
Running from: /volume2/CUSTOM/Synology_enable_M2_volume/syno_enable_m2_volume.sh
File already backed up.

Checking value in file.
193018 = 2f1fa
0002f1fa: 803E 00B8 0100 0000 9090 488B

File already edited.

Checking value in backup file.
193018 = 2f1fa
0002f1fa: 803E 00B8 0100 0000 7524 488B

Backup file is unedited.

This weekend i will remove the Kingston M2 devices, and will add an spare Adata Xpg Sx8200 Pro 512Gb M.2. Will let you know the outcome.

from synology_hdd_db.

hari-bo avatar hari-bo commented on September 26, 2024 1

Everything is fine. And donated for the great support, thanks!

from synology_hdd_db.

leginag avatar leginag commented on September 26, 2024 1

Just adding that I had to follow the "physically remove M2 drives" instructions above to fix it on my 920+ when updating to 7.2.1

from synology_hdd_db.

hari-bo avatar hari-bo commented on September 26, 2024

If I can provide more information just let me know.

from synology_hdd_db.

007revad avatar 007revad commented on September 26, 2024

Which Synology model do you have? Is it a real Synology NAS or Xpenology?

I upgraded from DSM 7.2-64570 to 7.2.1 and my M2 volume survived.

I also managed to rollback to 7.2-64570 without losing any data. See #149 (comment)

from synology_hdd_db.

hari-bo avatar hari-bo commented on September 26, 2024

Which Synology model do you have? Is it a real Synology NAS or Xpenology?

I upgraded from DSM 7.2-64570 to 7.2.1 and my M2 volume survived.

I also managed to rollback to 7.2-64570 without losing any data. See #149 (comment)

I’ve a DS918+ no Xpenogy.

from synology_hdd_db.

007revad avatar 007revad commented on September 26, 2024

What do each of the following commands return:

sudo -i nvme list

ls /run/synostorage/disks

ls /run/synostorage/disks/nvme0n1

ls /run/synostorage/disks/nvme1n1

get_key_value /etc.defaults/synoinfo.conf support_m2_pool

get_key_value /etc/synoinfo.conf support_m2_pool

get_key_value /etc.defaults/synoinfo.conf supportnvme

get_key_value /etc/synoinfo.conf supportnvme

from synology_hdd_db.

hari-bo avatar hari-bo commented on September 26, 2024

Here's the requested output.

sudo -i nvme list
empty

ls /run/synostorage/disks
sda  sdb  sdc (SATA Storage)

ls /run/synostorage/disks/nvme0n1
ls: cannot access '/run/synostorage/disks/nvme0n1': No such file or directory

ls /run/synostorage/disks/nvme1n1
ls: cannot access '/run/synostorage/disks/nvme1n1': No such file or directory

get_key_value /etc.defaults/synoinfo.conf support_m2_pool
no

get_key_value /etc/synoinfo.conf support_m2_pool
no

get_key_value /etc.defaults/synoinfo.conf supportnvme
yes

get_key_value /etc/synoinfo.conf supportnvme
yes

And i've got Home Assistant with Synology intergration and the M2 is then visible, but within the Storage Manager from DSM not.
Screenshot at Oct 05 12-00-15

from synology_hdd_db.

007revad avatar 007revad commented on September 26, 2024

Can you run this script and see if that makes the NVMe drive show in storage manager.
https://github.com/AuxXxilium/arc-extensions/blob/main/nvmecache/all/usr/sbin/nvmecache.sh

download_button

If that works can you then run syno_hdd_db.sh again.

from synology_hdd_db.

hari-bo avatar hari-bo commented on September 26, 2024

I've runned the script under root user (it gives no output) but within the GUI and running syno_hdd_db.sh shows no M2 device yet.

from synology_hdd_db.

007revad avatar 007revad commented on September 26, 2024

I've runned the script under root user (it gives no output

It should have output something like this:
nvme0 - 0000:00:14.0 - 303030303a30303a31342e30

The only reason it would output nothing is if ls /sys/class/nvme returned nothing.

What do these commands return:

ls /sys/class/nvme

ls /sys/block | grep nvme

I wonder if Synology have blacklisted kingston M2 drives somewhere in DSM 7.2.1. I installed 7.2.1 on my DS720+ and still shows my WD NVMe drive in storage manager. After I ran my syno_enable_m2_volume.sh script I was able to create a volume in storage manager.

Do you want to try https://github.com/007revad/Synology_enable_M2_volume

from synology_hdd_db.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.