• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

running windows on a flash drive

Fike

Senior member
has anyone ever installed windows on a high performance flash memory format? could thatbe faster than a hard drive? With Flash prices coming down, it would seem possible to use flash for some portion of your application installations.

fike
 
Repost quite a few times over.

Bad idea; flash memory cells are only good for a few thousand access cycles. Putting an OS/swapfile on one will kill it within weeks (if not sooner). Nonvolatile memory that can take that kind of abuse costs a lot (hence sky-high prices on SSD drives).
 
Flash is actually not so great for read / write performance, it only wins big on seeks / random access.

Also, the swap file and temp files would wear out a flash drive pretty quickly given the limited number of write cycles.

What "solid state drives" normally use is dynamic RAM (SDRAM or DDRAM).

 
Back
Top