Now the SSD-Solid State Disks is available. This will be a revolution for DAW-builders. In a few years the SSD-disks will replace the conventional hard disk drives. No mechanical parts makes the SSD completely silent, lower power consumption and heat production, no fragmentation, faster transfer rates and faster data access.
This means the new SSD disks will be a dream for all DAW-users!
Still the SSD-disks is very expensive and the capacity off the disks is small.
Has anybody of you KVR:s tested a SSD-disk yet?
Read more about SSD-disks at:
http://en.wikipedia.org/wiki/Solid_state_disk
or
"A Solid State Drive (aka SSD or Solid State Disk) is a data storage device that uses non-volatile or volatile solid-state memory to store persistent data. They are an alternative to conventional hard disk drives, which have moving parts that usually result in slower memory access times.
While not technically disks, the term Solid State Disk may be used because they are typically used as an alternative for disk drives. They are commonly comprised of NAND flash (non-volatile) or SDRAM (volatile)."
Wikipedia
"Faster startup - Since no spin-up required.
Faster than conventional disks on random I/O
Low read and write latency (seek) time, hundreds of times faster than a mechanical disk.
Faster boot and application launch time when hard disk seeks are the limiting factor. See Amdahl's law. This isn't the case in Windows XP, though. [1]
In some cases, somewhat longer lifetime - Flash storage typically has a data lifetime on the order of 10 years before degradation. If data is periodically refreshed, it can store data indefinitely. Flash drives have limited endurance (typically, 100,000-300,000 write cycles), which, with worst-case write patterns, may lead to failure within hours of usage. If the software or firmware intelligently staggers writes over the entire device, for large drives, even with continuous writes, the endurance limit may not be reached for decades. [1]. In consumer level devices you can expect the drive's data storage component to last roughly 10 years in normal use [2]
However, it should be noted that certain SCSI hard drives have MTBF of 1.5 million hours (~175 years) and normal SATA harddrives have MTBF of 500,000 hours (~57 years). [3] The actual expected time-to-failure is typically several years, with manufacturers giving warranties of up to and around 5 years in consumer level products[4]. The high MTBFs are not calculated based on expected hard drive time to failure, but rather based on failure rates of hard drives without much wear.
Few to no mechanical parts
For small drives, lower power consumption and heat production.
For small hard drives, no noise - Lack of mechanical parts makes the SSD completely silent (many high-end SSDs include cooling fans).
Better mechanical reliability - Lack of mechanical parts results in less wear and tear. High level of ability to endure extreme shock, high altitude, vibration and temperatures[citation needed], which apply to laptops and other mobile devices, or when transported.
Security - allowing a very quick "wipe" of all data stored.[citation needed]
Relatively deterministic performance [5] - unlike mechanical hard drives, performance of SSDs is almost constant and deterministic across the entire storage. "Seek" time can be constant, and performance does not deteriorate as the media fills up (See: Fragmentation).
However, this is not always the case, as explained below. Flash memory is organised in blocks which can be erased, written or read, but only as whole blocks. The access time is the same for each block. If one or more blocks are used as Access Unit (AU), fragmentation has no harmful effect on access speed. However, for high capacity flash memories the AU would be too big, causing a lot of wasted bytes due to unused space within allocated AU's. Hence, in these cases each block is split up in a number of AU's. Initially AU's will be used sequentially within blocks. So a file with a size of N blocks will use no nore than N+2 blocks, the first and last block only partially. However, after some time a situation will occur where no block is available of which all AU's are free, so that one or more extra blocks are needed The result is that said file will need more than N+2 blocks and accessing more blocks takes more time. In the worst case only one AE per block is free and said file will need S*N blocks, where S is the number of AE's per block. The conclusion is that, with bigger flash memory, fragmentation has a detoriating effect on access time.
For very low-capacity drives, lower weight and size. Size and weight per unit storage are still better for traditional hard drives, and microdrives allow up to 20GB storage in a CompactFlash 42.8×36.4×5 mm (1.7×1.4×.2 in) form factor. "
Wikipedia