Limitations
Seagate documentation warns, "Certain disc utilities, such as DD, which depend on low-level disc access may not support 48-bit LBAs until they are updated." Using ATA harddrives over 128 GiB requires 48-bit LBA. However, in Linux, dd
uses the kernel to read or write to raw device files. Support for 48-bit LBA has been present since version 2.4.23 of the kernel, released in 2003.
It is jokingly said that dd
stands for "disk destroyer", "data destroyer", "death and destruction", "damn dangerous", or "delete data", since when used for low-level operations on hard disks, a small mistake, such as reversing the if
and of
(input file and output file) parameters, could result in the loss of some or all data on a disk.
Read more about this topic: Dd (Unix)
Famous quotes containing the word limitations:
“The only rules comedy can tolerate are those of taste, and the only limitations those of libel.”
—James Thurber (18941961)
“That all may be so, but when I begin to exercise that power I am not conscious of the power, but only of the limitations imposed on me.”
—William Howard Taft (18571930)
“... art transcends its limitations only by staying within them.”
—Flannery OConnor (19251964)