何らかの理由で、カーネルがパーティション テーブルを読み取れません:
[ 8775.030291] end_request: I/O error, dev sdb, sector 0
[ 8775.030300] quiet_error: 30 callbacks suppressed
[ 8775.030306] Buffer I/O error on device sdb, logical block 0
[ 8775.033781] ldm_validate_partition_table(): Disk read failed.
したがって、パーティション テーブルを読み取らなかったため、パーティション用のデバイスを作成できません。後でpartedまたはfdiskでパーティションテーブルを表示しようとすると、IOが正常に実行されます。
partprobe /dev/sdX
を使用してみてください ブート時にカーネルがパーティションを認識しなかった場合。
男パーツプローブ:
PARTPROBE(8) GNU Parted Manual PARTPROBE(8)
NAME
partprobe - inform the OS of partition table changes
SYNOPSIS
partprobe [-d] [-s] [devices...]
DESCRIPTION
This manual page documents briefly the partprobe command.
partprobe is a program that informs the operating system kernel of partition table changes, by requesting that the operating system re-read the
partition table.