Re: Long mount time of ESP FAT partition

From: OGAWA Hirofumi
Date: Wed Mar 01 2023 - 15:17:08 EST


Paul Menzel <pmenzel@xxxxxxxxxxxxx> writes:

> $ journalctl -b -u boot-efi.mount -o short-precise
> Feb 28 11:19:14.014469 morley systemd[1]: Mounting boot-efi.mount -
> /boot/efi...
> Feb 28 11:19:15.550770 morley systemd[1]: Mounted boot-efi.mount -
> /boot/efi.
> ```

This mount is always slow? For example, simply unmount and mount by
command is also slow after finished boot sequence?

Since that operation of log would include too many syscalls, we have to
find which syscall is slow. Then check the detail of it (e.g. I/O
request).

Thanks.
--
OGAWA Hirofumi <hirofumi@xxxxxxxxxxxxxxxxxx>