Posted On March 31, 2019

A Comment on SSD Hardware

kimconnect 0 comments
blog.KimConnect.com >> Windows >> A Comment on SSD Hardware

There are different types of NAND flash: TLC, MLC, SLC. The Samsung EVO is TLC based, whereas the Pro is MLC based. MLC is for high-write applications. SLC is mostly reserved for servers and databases. TLC is for normal use.

Leave a Reply

Your email address will not be published. Required fields are marked *

Related Post

GPO Logon Banner

Update: this information is outdated. Use this link for the current method of creating Logon…

PowerShell: Update CSV File Using Active Directory

# adAccountsCsvUpdate.ps1 $originalCsv='C:\Users\rambo\Desktop\kimconnectUsers.csv' $newCsv='C:\Users\rambo\Desktop\kimconnectUsers-processed.csv' $newEmailSuffix='@kimconnect.com' $newOu='OU=Test,DC=kimconnect,DC=com' function adAccountsCsvUpdate{ param( $originalCsv, $newCsv, $newEmailSuffix, $newOu ) function…

Print Server Admin Tasks – 2006 Notes

How to resolve an issue with a print job that freezes upon "cancel" Preliminary: the…
Other project: DragonCoin.com