public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Improving SD/SDHC/SDXC write performance by using a discard/TRIM like operation
@ 2012-06-04 18:27 Lutz Vieweg
  2012-06-04 18:49 ` Lutz Vieweg
  0 siblings, 1 reply; 2+ messages in thread
From: Lutz Vieweg @ 2012-06-04 18:27 UTC (permalink / raw)
  To: linux-kernel

When I read reports from (non-expert) users who claimed that they were able
to restore the initial write performance of their SDXC cards by using a "special
formatter tool" (while normal "formatting" did not improve performance),
I was very sceptical, as I also had read that there is no way to discard/TRIM
blocks on SD/SDHC/SDXC cards.

But then I noticed that this "special formatter" tool was actually offered (for free)
by the SD Association:
  https://www.sdcard.org/downloads/formatter_3/
... and its documentation clearly states that this tool is capable of using
"flash erase" operations on SD cards, which are said to be different from
ordinary "overwrites", see
  https://www.sdcard.org/downloads/formatter_3/SDFormatter_3.1e.pdf
pages 7 ("Format type Erase" vs. "Format type Overwrite") and the screen shot on page 9.

Now I wonder: Is there really such a thing as a command to erase NAND flashes
in SD cards like there is for SSDs? If so, it would certainly be a good thing
to support it with Linux block discard...

Regards,

Lutz Vieweg


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-06-04 18:49 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-04 18:27 Improving SD/SDHC/SDXC write performance by using a discard/TRIM like operation Lutz Vieweg
2012-06-04 18:49 ` Lutz Vieweg

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox