sfdiskに正しいパーティション情報が表示されない

sfdiskに正しいパーティション情報が表示されない

CentOS 7.6のsfdisk(バージョン2.23.2)は、ディスクに関する正しいパーティション情報を表示しません。

Disk /dev/sdb: 15566 cylinders, 255 heads, 63 sectors/track
Units: cylinders of 8225280 bytes, blocks of 1024 bytes, counting from 0

Device Boot Start     End   #cyls    #blocks   Id  System
/dev/sdb1   *      0+  15566-  15567- 125034839+  ee  GPT .
sfdisk:         start: (c,h,s) expected (0,0,2) found (0,0,1)

/dev/sdb2          0       -       0          0    0  Empty
/dev/sdb3          0       -       0          0    0  Empty
/dev/sdb4          0       -       0          0    0  Empty

次を実行すると、fdisk正しい(しかし他の情報)返されます。

Disk /dev/sdb: 128.0 GB, 128035676160 bytes, 250069680 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk label type: gpt
#         Start          End    Size  Type            Name
 1         2048         4095      1M  BIOS boot       
 2         4096      1028095    500M  Linux RAID      
 3      1028096      1437695    200M  Linux RAID      
 4      1437696    250068991  118.6G  Linux RAID 

この問題の原因(そして解決策)が何であるかを知っている人はいますか?

ベストアンサー1

おすすめ記事