#[SOLVED] /dev/sda is in use by the system; will not make a filesystem here!
35 messages · Page 1 of 1 (latest)
Can you show us lsblk -f?
mkfs.ext4 /dev/sda
/dev/sda is the drive itself, are you sure this is not a typo?
It's most likely that what you really want ismkfs /dev/sdaX, where X is the partition number.
Are you sure you want to create a partitionless file system?
no so I'm searching how to create partitions
You will then need to create them using a tool such as parted, fdisk or gdisk.
emphasise on such as
ah
In short, press g to create a GUID partition table.
Then press n to create a new partition,
Error from which command?
mkfs .etx4 /dev/sda1
Have you previously placed a file system on the bare block device /dev/sda?
I would recommend, first go through the guide
https://itsfoss.com/install-arch-linux/
But I would press doubt button, since you tried to run mkfs.ext4 /dev/sda. Can you reboot?
Can you post the output of
lsblk -f
... solved
#9742 📣 If there is nothing else that we can do for you, please close this thread by adding "[SOLVED]" to the title.
- You can do this on desktop by clicking the three dots on the top right of the page, and pressing "Edit Post".
- You can also do this on Android / iOS by long tapping your post in the text channel list, and tapping "Edit Post".
Your title should be like so: https://cdn.discordapp.com/attachments/503224329191030787/1039841700417384498/image.png
Thank you
[SOLVED] /dev/sda is in use by the system; will not make a filesystem here!