README 643 B

12345678910111213
  1. Gpart is a small tool which tries to guess what partitions are on a PC type,
  2. MBR-partitioned hard disk in case the primary partition table was damaged.
  3. Gpart works by scanning through the device (or file) given on the command
  4. line on a sector basis. Each guessing module is asked if it thinks a
  5. filesystem it knows about could start at a given sector. Several
  6. filesystem guessing modules are built in.
  7. Supported (guessable) filesystem or partition types:
  8. DOS/Windows FAT, Linux ext2 and swap, OS/2 HPFS, Windows NTFS,
  9. FreeBSD and Solaris/x86 disklabels, Minix FS, QNX 4 FS, Reiser FS,
  10. LVM and LVM2 physical volumes, BTRFS, BeOS FS, SGI XFS.