On Tue, May 10, 2016 at 06:32:28PM +0100, Chris Walker wrote:
<sigh> Why is that when you want to register the new SSD on the Sandisk site, it asks for a serial number which is on the underside of the disc which is now securely bolted in and with the covers on the machine? :-(
You can usually pull the serial number for a drive from within linux using either hdparm or smartctl (you may need to install the smartmontools),
example:
sudo smartctl -i /dev/sda
Adam