Difference between pages "Disabling Macintosh Disk Arbitration Daemon" and "Ext2"
From Forensics Wiki
(Difference between pages)
m |
(Added ext3 link) |
||
| 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 == | |
| − | + | ||
| − | + | * [http://en.wikipedia.org/wiki/Ext2 Wikipedia article on EXT2] | |
| − | + | * [http://www.nongnu.org./ext2-doc/ext2.html Layout of the EXT2 Filesystem] | |
| − | + | * [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:Disk file systems]] | ||
Revision as of 07:29, 20 December 2007
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.