On FreeBSD, starting with Facter 4.0.27, disks serial numbers are reported with the _serial_number_ key : {{ disks => { ada0 => { model => "Samsung SSD 850 PRO 512GB", serial_number => "S250NXAG959927J", size => "476 . 94 GiB", size_bytes => 512110190592 } } os.family => FreeBSD}}
On Linux, starting with Facter 4.2.6, disks serial numbers are reported with the _serial_ key :
{{disks => { sda => { model => "INTEL SSDSC2BB48", serial => "BTWA617304H8480FGN", size => "447 . 13 GiB", size_bytes => 480103981056, type => "ssd", vendor => "ATA", wwn => "0x55cd2e404c21e895" }, sdb => { model => "INTEL SSDSC2BB48", serial => "PHWA634503Q5480FGN", size => "447.13 GiB", size_bytes => 480103981056, type => "ssd", vendor => "ATA", wwn => "0x55cd2e414d4691b4" } } os.family => Debian}} |
|