Portable fdisk(1) based on util-linux fdisk

[Releases]
Clone this repo:

Branches

  1. f4a9c48 Replace the confusing 'Blocks' column of partition table printing with number of sectors by WHR · 4 months ago master
  2. 1ef95bb Allow user overriding the default sector alignment offset by WHR · 4 months ago
  3. 70e996c Reallocate MBRbuffer every time since sector size may change between disks by WHR · 1 year, 1 month ago
  4. f607ffc Fix many disk names failed detecting as whole disk by WHR · 1 year, 1 month ago
  5. f79ba55 Initialize the external variable fd to an invalid value to avoid misusing FD 0 as disk by WHR · 1 year, 2 months ago
  6. b8bc1f4 Fix hard-coded 512 B of block size in Solaris-specific code by WHR · 1 year, 2 months ago
  7. 25a4ab6 Fix read(2) size from function alloc_read_gpt_header may be smaller than disk block size by WHR · 1 year, 2 months ago
  8. c1fb131 Use standardized uint64_t type name by WHR · 1 year, 2 months ago
  9. 34dd7a3 Don't override user-specified sector size by WHR · 1 year, 2 months ago
  10. 4e0942c Fix reusing values from previous disk when listing multiple disks by WHR · 1 year, 2 months ago
  11. d818675 Fix null pointer dereferencing in function get_boot by WHR · 1 year, 2 months ago
  12. 9b9cc1b Fix phy_sector_size never fallback to use sector_size value without libblkid by WHR · 1 year, 2 months ago
  13. 2bbd555 Fix hard-coding 512 B read(2) breaks on disks with bigger block sizes by WHR · 1 year, 2 months ago
  14. 3526309 Fix file descriptor leak in function get_boot; change argument type of function blkdev_get_sector_size by WHR · 1 year, 2 months ago
  15. 4fa5d20 Clean unused path macros by WHR · 1 year, 2 months ago
  16. 23b8bd9 Support querying disk sector size on kFreeBSD by WHR · 1 year, 2 months ago
  17. 8c539c4 blkdev.o requires linux_version.o for Linux by WHR · 1 year, 5 months ago
  18. 961e87c Reset label guessing results after successfully open(2)ing a device by WHR · 1 year, 10 months ago
  19. 25d2286 Fix blkdev_get_size didn't fallback to lseek(2) if ioctl(2) BLKGETSIZE failed by WHR · 2 years, 3 months ago
  20. 805a47a Print '^D' on receiving EOF from a terminal by WHR · 2 years, 3 months ago