Inside interactive fdisk, which actions review the proposed partition table and then commit it to disk?
fdisk
Creating a partition with n writes every change immediately.
n
Use q to write the changes and exit safely.
q
Use w to preview the table, then p to persist it.
w
p
Use p to print the in-memory table, then w to write it.