d
dd(1) | dd(1) |
Note the use of the raw magnetic tape device ®le. dd is especially suited to I/O on raw physical devices because it allows reading and writing in arbitrary block sizes.
WARNINGS
Some devices, such as
ASCII and EBCDIC conversion tables are taken from the
Newline characters are inserted only on conversion to ASCII; padding is done only on conversion to EBCDIC. These should be separate options.
If if or of refers to a raw disk, bs should always be a multiple of the sector size of the disk. By default, bs is 512 bytes. If the sector size of the disk is different from 512 bytes, bs should be speci®ed using a multiple of sector size. The character special (raw) device ®le should always be used for devices.
It is entirely up to the user to insure there is enough room in the destination ®le, ®le system and/or device to contain the output since dd cannot
SEE ALSO
cp(1), mt(1), tr(1), disk(7), mt(7).
STANDARDS CONFORMANCE
dd: SVID2, SVID3, XPG2, XPG3, XPG4, POSIX.2
Section 1−174 | − 3 − |