Petr Vorel changed bug 1208822
What Removed Added
Status REOPENED IN_PROGRESS
CC   fvogt@suse.com
Flags   needinfo?(fvogt@suse.com)

Comment # 13 on bug 1208822 from
(In reply to WEI GAO from comment #12)
> kernel config has CONFIG_EXFAT_FS=m but you can not find exfat related
> modules installed so running system actually not support exfat, that's why
> LTP case failed on fsopen(exfat)

@fvogt Are we OK that exfat works with just FUSE? Shouldn't be exfat kernel
driver also in kernel-default-base?

> For LTP side, should we also need some fix? Since current LTP case still
> think exfat is support on system but actually not.

There are many LTP tests which use exfat, but mostly via FUSE (userspace
driver).
You're right, fsconfig is special, because it works with kernel driver, not
with FUSE.

fsconfig03.c:38: TBROK: fsopen() failed: ENODEV (19)

First I thought there should be check for ENODEV and TCONF in that case, but in
the end the problem is with FUSE. Patch sent.

https://patchwork.ozlabs.org/project/ltp/patch/20230328144031.791212-1-pvorel@suse.cz/


You are receiving this mail because: