Fix typos in README.md

This commit is contained in:
Matthias Braun 2022-01-09 13:48:25 +01:00 committed by GitHub
parent 61f7103e0d
commit b48e36f841
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,13 +1,13 @@
**TestDisk** checks the partition and boot sectors of your disks. **TestDisk** checks the partition and boot sectors of your disks.
It is very useful in recovering lost partitions. It is very useful in recovering lost partitions.
It works with : It works with:
- DOS/Windows FAT12, FAT16 and FAT32 - DOS/Windows FAT12, FAT16 and FAT32
- NTFS ( Windows NT/2K/XP ) - NTFS (Windows NT/2K/XP)
- Linux Ext2 and Ext3 - Linux Ext2 and Ext3
- BeFS ( BeOS ) - BeFS (BeOS)
- BSD disklabel ( FreeBSD/OpenBSD/NetBSD ) - BSD disklabel (FreeBSD/OpenBSD/NetBSD)
- CramFS (Compressed File System) - CramFS (Compressed File System)
- HFS and HFS+, Hierarchical File System - HFS and HFS+, Hierarchical File System
- JFS, IBM's Journaled File System - JFS, IBM's Journaled File System
@ -21,9 +21,10 @@ It works with :
- XFS, SGI's Journaled File System - XFS, SGI's Journaled File System
**PhotoRec** is file data recovery software designed to recover **PhotoRec** is file data recovery software designed to recover
lost pictures from digital camera memory or even Hard Disks. lost pictures from digital camera memory or even hard disks.
It has been extended to search also for non audio/video headers. It has been extended to search also for non audio/video headers.
It searches for
It searches for:
- Sun/NeXT audio data (.au) - Sun/NeXT audio data (.au)
- RIFF audio/video (.avi/.wav) - RIFF audio/video (.avi/.wav)
@ -50,25 +51,25 @@ It searches for
- Rollei picture (.rdc) - Rollei picture (.rdc)
- Rich Text Format (.rtf) - Rich Text Format (.rtf)
- Shell script (.sh) - Shell script (.sh)
- Tar archive (.tar ) - Tar archive (.tar)
- Tag Image File Format (.tiff) - Tag Image File Format (.tiff)
- Microsoft ASF (.wma) - Microsoft ASF (.wma)
- Sigma/Foveon X3 raw picture (.x3f) - Sigma/Foveon X3 raw picture (.x3f)
- zip archive (.zip) - Zip archive (.zip)
TestDisk and PhotoRec run under: TestDisk and PhotoRec run on:
- Dos, Win9x - DOS, Win 9x
- Windows - Windows
- Linux - Linux
- FreeBSD, NetBSD, OpenBSD - FreeBSD, NetBSD, OpenBSD
- SunOS - SunOS
Both are under GNU General Public License. Both are licensed under the GNU General Public License.
To build from source, read [INSTALL](INSTALL) To build from source, read [INSTALL](INSTALL).
See also [latest documentation](https://github.com/cgsecurity/testdisk_documentation) See also the [latest documentation](https://github.com/cgsecurity/testdisk_documentation).
Christophe GRENIER Christophe GRENIER
[grenier@cgsecurity.org](mailto:grenier@cgsecurity.org) [grenier@cgsecurity.org](mailto:grenier@cgsecurity.org)