Tuesday, 31 May 2016

Windows 10 DirectX debug layer issue

Visual Studio lack of support DirectX 11 Debug layer. You can fix it:

- HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Windows\WindowsUpdate\AU 
UseWUServer set to zero

-Restart Windows
-Install Graphics tool
-Settings/System/Apps&Features/ManageOptionalFeatures/AddFeature/GraphicsTools

Friday, 13 May 2016

Proper partitioning WD Red 4T disk

I partitioned my disk in NAS by the following way:

parted /dev/sdc


at the parted prompt 

mklabel gpt mkpart primary ext4 4096s 100%

align-check opt 1

quit


Formating the drive:

mkfs.ext4 -L lia_store /dev/sdb1

reboot