Ubuntu: Add wipefs to the instructions

This was present in the Debian instructions.  I don't know why we
wouldn't want it here too.
This commit is contained in:
Richard Laager
2023-02-15 12:49:17 -06:00
parent 3a93793b53
commit e51faf4e81

View File

@@ -199,6 +199,10 @@ Step 2: Disk Formatting
# For an array using a partition (e.g. a swap partition per this HOWTO):
mdadm --zero-superblock --force ${DISK}-part2
If the disk was previously used with zfs::
wipefs -a $DISK
Clear the partition table::
sgdisk --zap-all $DISK