[ << ] | [ < ] | [ Up ] | [ > ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
2 Basic concepts
- Block
Any amount of data. A block is described by its starting position and its size.
- Cluster
Group of consecutive sectors read or written in one go.
- Device
Piece of hardware containing data. Hard disc drives, cdrom drives, USB pendrives, are devices. /dev/hda, /dev/sdb, are device names.
- File
Files are named units of data which are stored by the operating system for you to retrieve later by name. Devices and partitions are accessed by means of their associated file names.
- Partition
Every part in which a device is divided. A partition normally contains a file system. /dev/hda1, /dev/sdb3, are partition names.
- Recoverable formats
As ddrescue uses standard library functions to read data from the device being rescued, only mountable device formats can be rescued with ddrescue. DVDs can be mounted and they can be rescued, "compact disc digital audio" CDs can’t, "video CDs"[1] maybe.
[1] http://en.wikipedia.org/wiki/Video_CD- Rescue domain
Block or set of blocks to be acted upon (rescued, listed, etc). You can define it with the options ‘--input-position’, ‘--size’ and ‘--domain-logfile’. The rescue domain defaults to the whole input file or logfile.
- Sector
Hardware block. Smallest accessible amount of data on a device.
[ << ] | [ < ] | [ Up ] | [ > ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
This document was generated on August 24, 2013 using texi2html 5.0.