Difference between pages "Talk:Carver 2.0 Planning Page" and "Solid State Drive (SSD) Forensics"
From Forensics Wiki
(Difference between pages)
Joachim Metz (Talk | contribs) |
m |
||
| Line 1: | Line 1: | ||
| − | + | Solid State Drives pose a variety of interesting challenges for computer forensics. Most SSD devices are based on flash memory. Flash has two properties that complicate its use in computer storage systems: | |
| + | # Unlike normal hard drives that can be written in a single pass, flash memory is arranged in pages that must first be erased before it can be written. | ||
| + | # Each flash page consists of multiple blocks. Typically block size is 512 bytes and page size is 2KiB, 4KiB, or larger. | ||
| + | # Each page can be erased and rewritten a limited number of times---typically 1000 to 10,000. (Hard drive sectors, in contrast, can be rewritten millions of times or more.) | ||
| − | + | To overcome these problems, SSD manufacturers have created a system for ''wear leveling''---that is, spreading the writes to flash out among different sectors. Wear leveling is typically done with a ''flash translation layer'' that maps ''logical sectors'' (or LBAs) to ''physical pages.'' Most FTLs are contained within the SSD device and are not accessible to end users. | |
| + | |||
| + | ==Bibliography== | ||
| + | <bibtex> | ||
| + | @inproceedings{wei2011, | ||
| + | author = {Michael Wei and Laura M. Grupp and Frederick M. Spada and Steven Swanson}, | ||
| + | title = {Reliably Erasing Data from Flash-Based Solid State Drives}, | ||
| + | booktitle={FAST 2011}, | ||
| + | year = 2011, | ||
| + | keywords = {erasing flash security ssd}, | ||
| + | added-at = {2011-02-22T09:22:03.000+0100}, | ||
| + | url={http://cseweb.ucsd.edu/users/m3wei/assets/pdf/FMS-2010-Secure-Erase.pdf}, | ||
| + | biburl = {http://www.bibsonomy.org/bibtex/27c408ad559fc19f829717f485707a909/schmidt2} | ||
| + | } | ||
| + | </bibtex> | ||
| + | <bibtex> | ||
| + | @article{bell2011, | ||
| + | author="Graeme B. Bell and Richard Boddington", | ||
| + | title="Solid State Drives: The Beginning of the End for Current Practice in Digital Forensic Recovery?", | ||
| + | journal="Journal of Digital Forensics, Security and Law", | ||
| + | volume=5, | ||
| + | issue=3, | ||
| + | url={http://www.jdfsl.org/subscriptions/JDFSL-V5N3-Bell.pdf} | ||
| + | } | ||
| + | </bibtex> | ||
| + | |||
| + | ==Scott Moulton's Shmoocon 2008 Presentation == | ||
| + | Scott Moulton had a presentation at Shmoocon regarding SSD drives vs. Hard Drives. | ||
| + | * [http://www.youtube.com/watch?v=l4hbdZFWGog SSD Flash Hard Drives - Shmoocon 2008 - Part 1] | ||
| + | * [http://www.youtube.com/watch?v=mglEnIPnzjo SSD Flash Hard Drives - Shmoocon 2008 - Part 2] | ||
| + | * [http://www.youtube.com/watch?v=3psy_d-pyNg SSD Flash Hard Drives - Shmoocon 2008 - Part 3] | ||
| + | * [http://www.youtube.com/watch?v=pKeZvhDd5c4 SSD Flash Hard Drives - Shmoocon 2008 - Part 4] | ||
| + | * [http://www.youtube.com/watch?v=9XMBdDypSO4 SSD Flash Hard Drives - Shmoocon 2008 - Part 5] | ||
| + | * [http://www.youtube.com/watch?v=LY36SWbfQg0 SSD Flash Hard Drives - Shmoocon 2008 - Part 6] | ||
| + | |||
| + | == SSD, wear-leveling and Windows 7 == | ||
| + | |||
| + | * [http://www.snia.org/events/storage-developer2009/presentations/thursday/NealChristiansen_ATA_TrimDeleteNotification_Windows7.pdf ATA Trim / Delete Notification Support in Windows 7] | ||
Revision as of 14:12, 22 March 2011
Solid State Drives pose a variety of interesting challenges for computer forensics. Most SSD devices are based on flash memory. Flash has two properties that complicate its use in computer storage systems:
- Unlike normal hard drives that can be written in a single pass, flash memory is arranged in pages that must first be erased before it can be written.
- Each flash page consists of multiple blocks. Typically block size is 512 bytes and page size is 2KiB, 4KiB, or larger.
- Each page can be erased and rewritten a limited number of times---typically 1000 to 10,000. (Hard drive sectors, in contrast, can be rewritten millions of times or more.)
To overcome these problems, SSD manufacturers have created a system for wear leveling---that is, spreading the writes to flash out among different sectors. Wear leveling is typically done with a flash translation layer that maps logical sectors (or LBAs) to physical pages. Most FTLs are contained within the SSD device and are not accessible to end users.
Bibliography
Michael Wei, Laura M. Grupp, Frederick M. Spada, Steven Swanson - Reliably Erasing Data from Flash-Based Solid State Drives
- FAST 2011 ,2011
- http://cseweb.ucsd.edu/users/m3wei/assets/pdf/FMS-2010-Secure-Erase.pdf
BibtexAuthor : Michael Wei, Laura M. Grupp, Frederick M. Spada, Steven Swanson
Title : Reliably Erasing Data from Flash-Based Solid State Drives
In : FAST 2011 -
Address :
Date : 2011
Graeme B. Bell, Richard Boddington - Solid State Drives: The Beginning of the End for Current Practice in Digital Forensic Recovery?
- Journal of Digital Forensics, Security and Law 5
- http://www.jdfsl.org/subscriptions/JDFSL-V5N3-Bell.pdf
BibtexAuthor : Graeme B. Bell, Richard Boddington
Title : Solid State Drives: The Beginning of the End for Current Practice in Digital Forensic Recovery?
In : Journal of Digital Forensics, Security and Law -
Address :
Date :
Scott Moulton's Shmoocon 2008 Presentation
Scott Moulton had a presentation at Shmoocon regarding SSD drives vs. Hard Drives.
- SSD Flash Hard Drives - Shmoocon 2008 - Part 1
- SSD Flash Hard Drives - Shmoocon 2008 - Part 2
- SSD Flash Hard Drives - Shmoocon 2008 - Part 3
- SSD Flash Hard Drives - Shmoocon 2008 - Part 4
- SSD Flash Hard Drives - Shmoocon 2008 - Part 5
- SSD Flash Hard Drives - Shmoocon 2008 - Part 6