Talk:Linux.BSD.UNIX Open Learning and Hacking: Difference between revisions
Jump to navigation
Jump to search
clearing flash |
m formatting |
||
| Line 1: | Line 1: | ||
"the "erased state" for flash is when it is filled with all 1's." | "the "erased state" for flash is when it is filled with all 1's." | ||
tr '\000' '\377' < /dev/zero | dd bs=16384 of=/dev/rsd0c | |||
from http://www.undeadly.org/cgi?action=article&sid=20100404103735 | from http://www.undeadly.org/cgi?action=article&sid=20100404103735 | ||
Revision as of 17:06, 29 January 2013
"the "erased state" for flash is when it is filled with all 1's."
tr '\000' '\377' < /dev/zero | dd bs=16384 of=/dev/rsd0c
from http://www.undeadly.org/cgi?action=article&sid=20100404103735