Não é possível criar tabela de partição usando o fdisk

0

Estou tendo problemas para formatar um novo disco rígido, sempre que tento criar uma tabela de partições usando o fdisk, ele não parece estar gravado no disco. Por exemplo, veja abaixo uma extração da minha linha de comando. O disco rígido em si parece estar funcionando bem como eu testei em outro sistema.

Alguma idéia de onde estou indo errado?

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):
    
por Dave 12.11.2018 / 23:16

1 resposta

0

Você não criou uma partição. Se você estiver VERY certo de que o disco não contém dados, tente o comando n e responda suas perguntas.

    
por 12.11.2018 / 23:24