I have just installed a new 2TB drive in my laptop.

I am able to install SQL Server 2014 SP1 Express on Windows 10.0.10532, but it fails to install on Windows 10.0.10240. When the installation fails, the event viewer reports:
"Cannot use file 'C:\Program Files\Microsoft SQL Server\MSSQL12.X2014\MSSQL\Template Data\master.mdf' because it was originally formatted with sector size 4096 and is now on a volume with sector size 3072. Move the file to a volume with a sector size that is the same as or smaller than the original sector size."
fsutil fsinfo ntfsinfo c: returns the following: Microsoft Windows [Version 10.0.10240] ++++++++++ NTFS Volume Serial Number :        0xfc42bd4b42bd0b80 NTFS Version   :                   3.1 LFS V ...

Go to the complete details ...