I'm installing Arch Linux by guide and misinterpreted some stuff about installing the bootloader. Therefore I went back and cleared my /dev/sdb partitions. Before that I made sdb1 as linux filesystem (8300) and sdb2 as swap partition (8200).
To delete partitions I used gdisk and the d command to remove the partitions. Running lsblk showed be that sdb is only a disk without partitions now.
Then I created new partitions with gdisk again. After I created them I want to mount a filesystem ext4 to sdb1 by executing mkfs.ext4 -L arch /dev/sdb1
Following warning appears /dev/sdb1 contains a ext4 file system labelled 'arch'. And telling me the date and time when I did so.
How can I actually clear the partitions without having such things still left? It seems that I did not really format the partitions