]> err.no Git - util-linux/commit
fdisk: read topology info from libblkid
authorKarel Zak <kzak@redhat.com>
Thu, 29 Oct 2009 10:25:59 +0000 (11:25 +0100)
committerKarel Zak <kzak@redhat.com>
Wed, 18 Nov 2009 10:25:09 +0000 (11:25 +0100)
commit05dc9645f64e21167d297f435951a7bf2a43c43e
tree07fc402774c1fb232af97a6e5ee6817a1d6a4b56
parent1ac300932deab8dea2c43050921bbbdb36d62ff1
fdisk: read topology info from libblkid

and print ('p' command) info about logical and physical sectors and
alignment_offset.

minimum_io_size

  we don't use physical sector size directly, because on RAIDs is
  better to use minimum_io_size (aka stripe chunk size). For disk drives
  is minimum_io_size the same value as physical sector size.

alignment_offset

  For compatibility with legacy operating systems some vendors provide
  disks where logical and physical sectors are aligned at sector 63
  (= geometry.sectors). In other words the physical 4KB sectors
  start at LBA -1. Then the physical boundary is at:

                     alignment_offset + N * phy_sector_size

Signed-off-by: Karel Zak <kzak@redhat.com>
fdisk/Makefile.am
fdisk/fdisk.c