User Guide
Table Of Contents
- Introduction
- Installation and operation
- General program information
- Creating a partition (disk) image
- Restoring a disk (partition) from an image
- Selecting an image to restore from
- Checking image integrity before restoration
- Selecting a partition to restore
- Selecting a location to restore to
- Selecting partition type
- Selecting a file system
- Selecting restored partition size
- Assigning a letter to a partition
- Checking file system integrity
- Restoring several partitions at once
- Restoration script
- Browsing and restoring individual files
- Transferring the system to a new disk
- Adding a new hard disk
- Scheduled tasks
- Other operations
- Troubleshooting
Appendix A Partitions and file systems
Copyright © Acronis, Inc., 2000–2004
67
Like FAT, NTFS uses clusters to store files, but cluster size does not depend on
partition size. NTFS is a 64-bit file system. It uses unicode to store file names. It is
also a journaling (failure-protected) file system, and supports compression and
encryption.
Files in folders are indexed to speed up file search.
A.2.4 Linux Ext2
Ext2 is one of the main file systems for the Linux operating system. Ext2 is a 32-bit
system. Its maximum size is 16TB. The main data structure that describes a file is
an i–node. A place to store the table of all i-nodes has to be allocated in advance
(during formatting).
A.2.5 Linux Ext3
Officially introduced with its version 7.2 of the Linux operating system, Ext3 is the
Red Hat Linux journaling file system. It is forward and backward compatible with
Linux ext2. It has multiple journaling modes and broad cross-platform compatibility
in both 32- and 64-bit architectures.
A.2.6 Linux ReiserFS
ReiserFS was officially introduced to Linux in 2001. ReiserFS overcomes many Ext2
disadvantages. It is a 64-bit journaling file system that dynamically allocates space
for data substructures.










