You are not logged in.
Pages: 1
Hello. First time trying to manually install arch linux. While trying to assign a filesystem to each of my 3 partitions, btrfs and swap both worked, but I cannot apply fat32 to my UEFI partition. When passing the comman "mkfs.fat -F 32 /dev/sda1" (sda1 being my UEFI partition.) it simply returns "mkfs.fat 4.2 (2021-01-31)". Any advice? I've tried searching, but It's hard to find relevant results. Thanks for any assistance!
Offline
That's what mkfs.vfat looks like. Is there no filesystem on it afterwards? Or what are you expecting, or what other errors are there?
If you prefer more output, you can add -v (verbose flag) to the command.
Offline
Oh... My mistake... After running it with the verbose flag I see output and it does appear to be functioning... I was seeing output from btrfs and swap without having to pass a verbose flag, I suppose I was just confused that I wasn't seeing anything. Thank you.
Offline
Pages: 1