DISKTYPE(1) | General Commands Manual | DISKTYPE(1) |
disktype
— disk
format detector
disktype |
file... |
The purpose of disktype
is to detect the
content format of a disk or disk image. It knows about common file systems,
partition tables, and boot codes.
disktype
can be run with any number of
regular files or device special files as arguments. They will be analyzed in
the order given, and the results printed to standard output. There are no
switches in this version. Note that running disktype on device files like
your hard disk will likely require root rights.
See the online documentation at <http://disktype.sourceforge.net/doc/> for some example command lines.
The following formats are recognized by this version of
disktype
.
Compressed files (gzip, compress, bzip2 formats) will also have their contents analyzed using transparent decompression. The appropriate compression program must be installed on the system, i.e. gzip(1) for the gzip and compress formats, bzip2(1) for the bzip2 format.
Disk images in general will also have their contents analyzed using the proper mapping, with the exception of the Apple UDIF format.
See the online documentation at <http://disktype.sourceforge.net/doc/> for more details on the supported formats and their quirks.
http://disktype.sourceforge.net/
Christoph Pfisterer <chrisp@users.sourceforge.net>
February 21, 2005 |