Difference between pages "FTimes" and "Ext2"
From Forensics Wiki
(Difference between pages)
(Fixed Infobox, added Limitations, DFRWS challange info.) |
Joachim Metz (Talk | contribs) |
||
| Line 1: | Line 1: | ||
| − | + | '''ext2''' or the '''second extended file system''' is a [[Linux]] filesystem designed as a replacement for ext. Note that [[ext3]] is mostly compatible with ext2. | |
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | The [[Sleuthkit]] and [[R-Studio]] can be used to perform recovery of data from the EXT2 filesystem. Various data carving tools like [[Foremost]] and [[Scalpel]] also support the ext2 filesystem. | |
| − | == | + | == See Also == |
| − | + | * [[ext3]] | |
| − | + | ||
== External Links == | == External Links == | ||
| − | * [http:// | + | * [http://en.wikipedia.org/wiki/Ext2 Wikipedia article on EXT2] |
| − | * [http:// | + | * [http://www.nongnu.org./ext2-doc/ext2.html Layout of the EXT2 Filesystem] |
| − | * [http:// | + | * [http://fedora.linuxsir.org/doc/ext2undelete/Ext2fs-Undeletion.html Linux Ext2fs Undeletion mini-HOWTO] |
| + | * [http://unixsadm.blogspot.com/2007/11/ext2-filesystem-for-linux-and-solaris.html Using ext2 on other systems] | ||
| + | |||
| + | [[Category:File Systems]] | ||
Revision as of 03:07, 31 July 2012
ext2 or the second extended file system is a Linux filesystem designed as a replacement for ext. Note that ext3 is mostly compatible with ext2.
The Sleuthkit and R-Studio can be used to perform recovery of data from the EXT2 filesystem. Various data carving tools like Foremost and Scalpel also support the ext2 filesystem.