fdisk
é um editor de tabela de partições interativas, portanto, o único argumento necessário é o dispositivo de disco rígido no qual você deseja trabalhar.
Se você redimensionou a partição /dev/hda1
, então sim, sudo fdisk /dev/hda
é tudo que você precisa. Ou, se você redimensionou /dev/sdb2
, será necessário executar sudo fdisk /dev/sdb
.
Quando obtiver fdisk
em execução, você terá que excluir a partição que você redimensionou e, em seguida, recriá-la com o novo tamanho. Torne a nova partição um pouco maior que o tamanho solicitado na etapa ntfsresize
.
Lembre-se, se você acha que não fez certo, pode sempre sair do fdisk
sem escrever a tabela de partições alterada e reiniciar novamente. Não escreva a nova tabela de partições até ter certeza de que acertou.
Aqui está a lista de comandos para usar dentro de fdisk
:
Command (m for help): m
Command action
a toggle a bootable flag
b edit bsd disklabel
c toggle the dos compatibility flag
d delete a partition
l list known partition types
m print this menu
n add a new partition
o create a new empty DOS partition table
p print the partition table
q quit without saving changes <------ use this if unsure
s create a new empty Sun disklabel
t change a partition's system id
u change display/entry units
v verify the partition table
w write table to disk and exit <------ don't do this until you're certain
x extra functionality (experts only)