I must setup a system where i can do a "dd if=/dev/sda of=/dev/sdb" to a backup and the reverse. This means i need disks to have exactly the same number of byte or i will run in trouble.
It's not only a backup disk it also might be an easy new experimental install where the new os will decide itself automatically how to partition the whole disk and therefore use all the disksize. So a larger backup disk will not work at all. It must be idential. I also don't want to use any tool more complex then "dd"
But i don't want to buy two large SSD when the backup only needs HDD performance.
I could not find any precise information in the Data sheets of the disk manufacturers.