13
Mar
2010
We will share some new test results and repeat our old test again with a different method. Here's the results:
Samsung MLC SSD (16 GB)
ad6: 15272MB <SAMSUNG MMBRE16GSMPP-MVA VAM1101Q> at ata3-master SATA150
# diskinfo -c -t /dev/ad6s1d
/dev/ad6s1d
512 # sectorsize
16013910528 # mediasize in bytes (15G)
31277169 # mediasize in sectors
31028 # Cylinders according to firmware.
16 # Heads according to firmware.
...
10
Jul
2009
Solid state drives write the data into memory cells. This cells are made of floating-gate transistors.
Single Level Cell (SLC)
SLC flash memories store only one bit of data in a single cell. Each cell stores one bit. So SLC memories are capable of faster write. SLC also has the advantage of higher cell endurance and lower power consumption. Although SLC technology has so many advantages, it costs more than MLC. SLC technology is chosed for servers and heavy applications by companies.
Multi...
(0)