惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

B
Blog RSS Feed
B
Blog
N
Netflix TechBlog - Medium
量子位
月光博客
月光博客
博客园_首页
博客园 - Franky
酷 壳 – CoolShell
酷 壳 – CoolShell
Last Week in AI
Last Week in AI
T
The Blog of Author Tim Ferriss
Hugging Face - Blog
Hugging Face - Blog
雷峰网
雷峰网
M
MIT News - Artificial intelligence
J
Java Code Geeks
大猫的无限游戏
大猫的无限游戏
D
DataBreaches.Net
腾讯CDC
Engineering at Meta
Engineering at Meta
云风的 BLOG
云风的 BLOG
L
LangChain Blog
GbyAI
GbyAI
IT之家
IT之家
Y
Y Combinator Blog
人人都是产品经理
人人都是产品经理

Arch Linux Forums

Avidemux crashes without strace / Applications & Desktop Environments how to apply patches with non-linux linends / Newbie Corner Replicating CachyOS on vanilla Arch (or at least getting close) / Arch Discussion What's arch linux GUI package manager ? / Newbie Corner Hibernation failing due to insufficient memory / System Administration profiledef.sh editting question / Installation trying to script kde plasma wallpaper settings / Programming & Scripting Looking for new Audacious package maintainer / Creating & Modifying Packages issues installing arch with LUKS2 encryption / Newbie Corner QEMU PXE booting does not work with OVMF.4m.fd / Applications & Desktop Environments Wired lan regular disconnect / Newbie Corner Need Help setting up ARCH in my G16 G634JZR iwlwifi started failing consistently, trying to determine root cause Windows randomly jumping between monitors after GNOME 50 update No display via DP or HDMI after boot. / Kernel & Hardware how to change acpi platform_profile? / Newbie Corner Linux denied all kernel modules which not loaded right now Use iPhone as Webcam for Arch Linux Video Output Failure on nvidia-580xx-dkms on TTY --> Desktop switch (Page 2) / Kernel & Hardware I was going to rant ..WINE32 Sabotage compliments of Arvind Krishna / Arch Discussion [SOLVED] LUKS drive auto unlocked by TPM when expected not to / Networking, Server, and Protection Hibernate/suspend from X = dark panel; from TTY = works (ASUS G14, hyb (Page 2) / Laptop Issues Headphone jack noise/buzz / Newbie Corner segmentation fault in cc1plus when building CLK / AUR Issues, Discussion & PKGBUILD Requests Console alternative to meld / GNU/Linux Discussion Problem with paru git clone / Newbie Corner XKB questions / Applications & Desktop Environments gnome-keyring-daemon is not working correctly / Applications & Desktop Environments [SOLVED] Steam opens and immediately closes constantly / Newbie Corner Firefox rounded edges on Sway / Applications & Desktop Environments
vfat filesystem is not available in the live environment....
fishnet37222 · 2026-06-15 · via Arch Linux Forums

#1 Today 15:17:45

fishnet37222
Member
Registered: 2020-09-09
Posts: 15

vfat filesystem is not available in the live environment.

I was going through the Installation Guide while setting up a new Arch VM.  Everything was working fine until I tried to mount my newly created EFI System Partition.

When I issued the command "mount -v /dev/sda1 /boot/efi", I got the error message "mount: /mnt/boot/efi: unknown filesystem type 'vfat'.".

When I issued the command "modprobe vfat", I got the error message "modprobe: FATAL: Module vfat not found in directory /lib/modules/7.0.10-arch1-1".

The output of "cat /proc/filesystems" does not include "vfat".

I downloaded the ISO file this morning using the magnet link.

#2 Today 15:43:11

dimich
Member
From: Kharkiv, Ukraine
Registered: 2009-11-03
Posts: 637

Re: vfat filesystem is not available in the live environment.

fishnet37222 wrote:

When I issued the command "mount -v /dev/sda1 /boot/efi", I got the error message "mount: /mnt/boot/efi: unknown filesystem type 'vfat'."

Did you run the command before arch-chroot or after?
You have to mount ESP partition to /mnt/boot/efi/ before chrooting.

#3 Today 15:45:06

fishnet37222
Member
Registered: 2020-09-09
Posts: 15

Re: vfat filesystem is not available in the live environment.

That's what I'm trying to do.  In the live environment before any chrooting, there is currently no support for the vfat filesystem.