EvilZone

General Tech => Operating System => : beyondkmp October 20, 2013, 04:38:39 AM

: how to get flash memory type in linux?
: beyondkmp October 20, 2013, 04:38:39 AM
I want to know the type of flash memory:SLC,MLC or TLC in linux.But I google for it long time ,I can't find any useful information.Please help!!!
: Re: how to get flash memory type in linux?
: theellimist October 20, 2013, 05:44:35 AM
From the research I just did on it, the type of memory has nothing to do with the OS, and has everything to do with the intended application. SLC is for embedded systems, MLC is for consumer products, and TLC is for lower end consumer products. Since linux works on all of those, I would assume that is works with all 3 kinds of RAM. Here is where I got the info from: http://www.centon.com/flash-products/chiptype
: Re: how to get flash memory type in linux?
: beyondkmp October 22, 2013, 03:16:42 AM
Thank you!!I know there are some softwares in windows that can do it.But I can't find the similar software in linux.