M.2 NVME on Synology, unsupported drives ## Problem You may see: > Not supported by the current DSM version ![m2-drive-unsupported-synology](https://hackmd.io/_uploads/BkRDth5Bgx.png) ## Solution To be done whenever the NAS is upgraded. Solution comes [from Reddit](https://www.reddit.com/r/synology/comments/11o1b0h/dsm_72_beta_killed_my_nvme_volume_on_ds918/). ``` sudo vim /etc.default/synoinfo.conf ``` ```diff -support_m2_pool="no" +support_m2_pool="yes" ``` then ``` sudo reboot ```