I'm going through the
Arch Linux Installation Guide
[1], but when I got to the part where I needed to create partitions on /dev/sda, after inserting my live USB with the fdisk utility, the following happened.
/dev/sda.Failed to remove partition 1 from system: Device or resource busy
Failed to add partition 1 to system: Device or resource busy
Failed to add partition 2 from: system: Device or resource busy
What's going on? I know Arch Linux ain't easy, but I've got time.
fdisk -l outputs


/dev/sdais your USB stick and e.g./dev/sdbis the one you want to partition? Check the output offdisk -l. - Freddy/dev/nvmeXnYinstead of/dev/sdXif it was correctly detected. This is why you should add the output offdisk -lto your question. - Freddyfdisk /dev/mmcblk0. - Freddy