On Windows, I use
wmic diskdrive get Name, Manufacturer, Model, InterfaceType, MediaType, SerialNumber
and get 044A_5000_B130_099F. as the SerialNumber.
However, on Linux, I use
sudo smartctl -i /dev/nvme0
and get SS0L25186X2RC11X12CZ as the Serial Number.
Reinstalling system (and booting from a live cd) does not change both value. But what causes the difference? And which one is true?