How to stretch the life of your SSD storage

July 18, 2013, 9:06 PM — Once a PC enthusiast's dream storage device, the solid-state drive (SSD) is quickly becoming commonplace in custom PC builds and retail desktops alike. After taking a detailed look at SSD technology, we're moving on to basic care and feeding--how to stretch the life of your drive. All it takes is a little education, and some new ways of managing storage that have nothing to do with your traditional hard drive's maintenance routine.

What wears down an SSD?

An SSD is flash storage. It has no moving parts. So unlike on a traditional mechanical hard drive, nothing breaks. SSD wear and tear has to do with write cycles.

 

Flash storage handles data in a specific way. When data is written to a block, the entire block must be erased before it can be written to again. The lifespan of an SSD is measured in these program-erase (P/E) cycles. Modern, consumer-grade, Multi-Level Cell (MLC) NAND memory can generally endure about 3,000 to 5,000 P/E cycles before the storage's integrity starts to deteriorate. The higher-end, Single-Level Cell (SLC) flash memory chip can withstand up to 100,000 P/E cycles.

怎样增加你的硬盘的寿命
没有人喜欢一个坏的硬盘,你可以在每次写入数据的时候减少或者避免损耗。

七月18号,2013,9:06 PM——一旦一个电脑爱好者产生一个理想化的存储设备的想法的时候,固态驱动器很快出现在pc市场就会变成一件司空见惯的事情。仔细看看SSD技术之后,我们将会把注意力转移到最基本的事情,即如何增加你的设备的寿命。他只需要一点知识和管理存储设备的一些新方法,在你的硬盘的日常维护当中,你并不需要做任何事情。

怎么样才算是磨损ssd?
ssd就是一个闪存存储器。他没有删除功能。因此他不像传统的机器硬盘无休止的工作。ssd的磨损伴随着一次写入磁盘周期。
闪存是用另一种特殊的方式来处理数据。当数据被写入某一个区域的时候之前,他会在擦除整个磁盘。ssd的寿命取决于程序的擦除周期。现在市场上有多种存储设备,一类是NAND闪存,他可以承受3000-5000次的擦除周期。一种更高端的设备(SLC)闪存可以经得起100 000次的擦除周期。

【oneday_onepage】——How to stretch the life of your SSD storage的更多相关文章

  1. 【oneday_onepage】—— 日常用语

    what do you do for living? 一般用在问对方的工作.如果直接说“what is your job?”会显得有点生硬了. i was wondering if you can t ...

  2. 【oneday_onepage】——美国主食吃什么

    Cocktail 鸡尾酒 It is quite usual to drink cocktails before lunch and dinner in America and somewhat le ...

  3. 【oneday_onepage】——Ten Changes To Make A Difference In Your Life

    When you want to change something in your life, it can feel overwhelming. Whether it’s losing 50lbs ...

  4. 【oneday_onepage】—— 美国人的仪容整洁与个人卫生

    There used to be an old joke in America that people should take a bath once a week, whether they nee ...

  5. 【oneday_onepage】——Microsoft adds a wing, more closets to the homes of SharePoint Online tenants

    To prevent SharePoint Online customers from feeling boxed in, Microsoft wants to improve the way the ...

  6. 【oneday_onepage】——Tastes differ!

    You know Ian and Felton can be really boring sometimes. They're always arguing, like. like children. ...

  7. 【oneday_onepage】——Microsoft to acquire Nokia's mobile phone business

    Nokia will focus on network infrastructure, mapping and locations services and technology developmen ...

  8. 【oneday_onepage】——Growth Is A Bitch

    Companies are worth a multiple of their earnings and that multiple is directly related to earnings g ...

  9. 【oneday_onepage】——The Secret Of Steve<2>

    Sales + Customers = Nothing Broken is the formula for corporate cyanide. Most big companies that die ...

随机推荐

  1. 常用代码之七:静态htm如何包含header.htm和footer.htm。

    要实现这个有多种解决方案,比如asp, php, 服务器端技术,IFrame等,但本文所记录的仅限于用jQuery和纯htm的解决方案. <head> <title></ ...

  2. 如何只打印中间的符号(c语言)

    经常有这样的问题,要求打印如下格式: a,b,c,d,e 进而要求,如果abcde有为0的值,取消打印,假设:a=1,b=0,c=12,d=0,e=5或者,a=0,b=2,c=0,d=10,e=0等等 ...

  3. 如何使用xilinx pcie的源代码

    采用xilinx公司的ml555开发板,软件开发环境是ISE13.2 步骤:一,建立一个ISE工程:BMDforPCIE工程的建立方法:bmd_sx50t文件夹包含BMD Desin for the ...

  4. 03.反射--01【反射机制】【反射的应用场景】【Tomcat服务器】

    https://blog.csdn.net/benjaminzhang666/article/details/9408611 https://blog.csdn.net/benjaminzhang66 ...

  5. HTML5学习笔记(十五):方法

    在一个对象中绑定函数,称为这个对象的方法. 在JavaScript中,对象的定义是这样的: var xiaoming = { name: '小明', birth: 1990 }; 但是,如果我们给xi ...

  6. CCShatteredTiles3D

    CCSprite* pImgBg = CCSprite::create("1.png"); pImgBg->setPosition(ccp(CCDirector::share ...

  7. Natural Language Processing 课程,文章,论文

    CS224n: Natural Language Processing with Deep Learning http://cs224d.stanford.edu/syllabus.html http ...

  8. 【转】【WebStorm】利用WebStorm来管理你的Github

    用webstorm上传代码时,首先要先下载git,网址一搜就可以搜到,然后开始配置webstorm,打开webstorm,在file-settings中直接搜索github,然后输入自己github的 ...

  9. tensorflow2:tf.app.run()

    在很多TensorFlow公布的Demo中,都有这样的代码存在,如下,这是干什么的呢? 我们来看一下源代码: # tensorflow/tensorflow/python/platform/defau ...

  10. Git GUI中文乱码问题解决方法

    使用Git GUI的查看代码的时候,会出现中文乱码: 在乱码的区域点击鼠标右键,选择Encoding,然后选择Unicode(UTF-8),乱码问题解决: