1TESTDISK(8) Administration Tools TESTDISK(8)
2
3
4
6 testdisk - Scan and repair disk partitions
7
9 testdisk [/log] [/debug] [/dump] [device|image.dd|image.e01]
10
11 testdisk /version
12
13 testdisk /list [/log]
14
16 TestDisk checks and recovers lost partitions
17 It works with :
18 - BeFS (BeOS)
19 - BSD disklabel (FreeBSD/OpenBSD/NetBSD)
20 - CramFS, Compressed File System
21 - DOS/Windows FAT12, FAT16 and FAT32
22 - HFS and HFS+, Hierarchical File System
23 - JFS, IBM's Journaled File System
24 - Linux ext2/ext3/ext4
25 - Linux Raid
26 RAID 1: mirroring
27 RAID 4: striped array with parity device
28 RAID 5: striped array with distributed parity information
29 RAID 6: striped array with distributed dual redundancy information
30 - Linux Swap (versions 1 and 2)
31 - LVM and LVM2, Linux Logical Volume Manager
32 - Mac partition map
33 - Novell Storage Services NSS
34 - NTFS (Windows NT/2K/XP/2003/Vista/...)
35 - ReiserFS 3.5, 3.6 and 4
36 - Sun Solaris i386 disklabel
37 - Unix File System UFS and UFS2 (Sun/BSD/...)
38 - XFS, SGI's Journaled File System
39
40 It can undelete files from
41 - DOS/Windows FAT12, FAT16 and FAT32
42 - Linux ext2
43 - NTFS (Windows NT/2K/XP/2003/Vista/...)
44
45 For more information on how to use, please visit the wiki pages on
46 www.cgsecurity.org
47
49 /log create a testdisk.log file
50
51 /debug add debug information
52
53 /dump dump raw sectors
54
55 /list display current partitions
56
58 fdisk(8), photorec(8).
59
61 TestDisk 7.1, Data Recovery Utility, July 2019
62 Christophe GRENIER <grenier@cgsecurity.org>
63 https://www.cgsecurity.org
64
65
66
672019 July TESTDISK(8)