force format partition
This commit is contained in:
parent
49bdfbdd8a
commit
ac24857610
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
sfdisk /dev/sda < partition_table;
|
sfdisk /dev/sda < partition_table;
|
||||||
|
|
||||||
mkfs.xfs /dev/sda1;
|
mkfs.xfs -f /dev/sda1;
|
||||||
|
|
||||||
mount /dev/sda1 /mnt;
|
mount /dev/sda1 /mnt;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue