Yes. But because cfdisk DOESNT fail, it means that the partition arent mount.
And in fact, after checking it, they arent mount.
But i have some new good and bad Information:
The good one: That "locked/in use" is wrong, it is in fact:
#mkfs.ext4 /dev/vda1
mke2fs 1.46.2 (28-Feb-2021)
The file /dev/vda1 does not exist and no size was specified.
And fdisk -l shows:
#fdisk -l
Disk /dev/vda: 32 GiB, 34359738368 bytes, 67108864 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: dos
Disk identifier: 0xdcd1dd75
Device Boot Start End Sectors Size Id Type
/dev/vda1 * 2048 65107967 65105920 31G 83 Linux
/dev/vda2 65110014 67106815 1996802 975M 5 Extended
/dev/vda3 65110016 67106815 1996800 975M 82 Linux swap / Solaris
and i can cd to /dev and see vda1 even with ls -l.
But somehow, only after i restart mkfs.ext4 see /dev/vda1. Tested other mkfs.* too.
And now the "bad" Information:
The last 24 hours i tried it dozens times (because i wanted to record it with smartphone like promised) on two other machines. And i have not counted it exactly now, but felt this happened every 20 times (atleast in virt-manager (kvm)).
On the mentioned device, the thinkpad x240, i tried it few times too. and there it happend sometimes too.
It looks that i had simply bad luck everytime i wished to install artix
Dunno how to reproduce this relaible.
The Steps i took to install is straigt forward:
-Start from ISO
-Set Timezone, Locale etc in the first Menu and "start" the iso.
-Login with artix artix
-Login to root with su
-cfdisk /dev/vda and create the partitions
-mkfs.ext4 /dev/vda1 and at there, sometimes its fails with the in this post mentioned error. Mostly not.