UNIX Evidence Acquisition Boot Disk
A fundamental capability of the UNIX file system is to mount storage devices as Read-Only.
However, there is still a possibility that it could make changes on an evidentiary device, so a
hardware write-blocker can be used. (Recall that this capability is NOT supported in the standard
DOS/Windows environments.) Since this capability is inherent in the UNIX environment,
making an Evidence Acquisition boot disk is the straightforward process of making some media
such as a bootable CD-ROM bootable in a UNIX variant and including the software tools needed
File Systems
UNIX supports several file systems such as UFS (UNIX File System), ext2 and ext3 (Extended
File System 2 and 3), and Reiser. They all have similar structures for managing the file system.
Each UNIX partition is divided into ). Each block group
contains, among other things, an inode (index node) table. An inode table consists of entries
representing either directories or files. A directory inode entry contains the names of those files
and directories associated with it, and their respective inode numbers. A file inode entry
rmation except its name (i.e., owner/group ID, permissions, file type,
date-time stamps, reference count, file size in bytes, data block numbers). The file block numbers