fdiskを使用してパーティションテーブルを作成することはできません。

fdiskを使用してパーティションテーブルを作成することはできません。

新しいハードドライブをフォーマットするのに本当に問題があります。 fdiskを使用してパーティションテーブルを作成しようとするたびにディスクに書き込まないようです。たとえば、下から抜粋したコマンドラインをご覧ください。他のシステムでテストした結果、ハードドライブ自体は正常に動作しているようです。

私が間違っているアイデアはありますか?

wave@plex:~$ sudo fdisk /dev/sda

Welcome to fdisk (util-linux 2.31.1).
Changes will remain in memory only, until you decide to write them.
Be careful before using the write command.

Device does not contain a recognized partition table.
Created a new DOS disklabel with disk identifier 0x02c7abee.

Command (m for help): p

Disk /dev/sda: 1.8 TiB, 2000398934016 bytes, 3907029168 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disklabel type: dos
Disk identifier: 0x73ed82ac

Command (m for help): w
The partition table has been altered.
Calling ioctl() to re-read partition table.
Syncing disks.

wave@plex:~$ sudo fdisk /dev/sda

Welcome to fdisk (util-linux 2.31.1).
Changes will remain in memory only, until you decide to write them.
Be careful before using the write command.

Device does not contain a recognized partition table.
Created a new DOS disklabel with disk identifier 0x73ed82ac.

Command (m for help):

ベストアンサー1

パーティションを作成していません。あなたならどうでしょうか?非常にディスクにデータがないことを確認し、nコマンドを試して質問に答えます。

おすすめ記事