summaryrefslogtreecommitdiff
blob: 788a7f9b7692f3afcedaa6d29f0d6140aba35a69 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
  <maintainer type="project">
    <email>forensics@gentoo.org</email>
    <name>Gentoo Forensics Project</name>
  </maintainer>
  <longdescription>
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.

As of version 7, disktype knows about the following formats. For more detailed information, please see the 
documentation. 

File systems: 

FAT12/FAT16/FAT32
NTFS
HPFS
MFS, HFS, HFS Plus
ISO9660
UDF
ext2/ext3
Minix
ReiserFS
Linux romfs
Linux cramfs
Linux squashfs
UFS (some variations)
SysV FS (some variations)
JFS
XFS
Amiga FS/FFS
BeOS BFS
QNX4 FS
3DO CD-ROM FS
Veritas VxFS
     

 Partitioning: 

DOS/PC style
Apple
Amiga "Rigid Disk"
ATARI ST (AHDI3)
BSD disklabel
Linux RAID physical disks
Linux LVM physical volumes
Solaris SPARC disklabel
Solaris x86 disklabel (vtoc)

 Other structures: 

Debian split floppy header
Linux swap

 Disk images: 

Raw CD image (.bin)
Virtual PC hard disk image
Apple UDIF disk image (limited)
     

 Boot codes: 

LILO
GRUB
SYSLINUX
ISOLINUX
Linux kernel
FreeBSD loader
Sega Dreamcast (?)

 Compression formats: 

gzip
compress
bzip2

 Archive formats: 

tar
cpio
bar
dump/restore

</longdescription>
  <upstream>
    <remote-id type="sourceforge">disktype</remote-id>
  </upstream>
</pkgmetadata>