Ventoy
Ventoy copied to clipboard
v1.0.93: mkexfatfs test fail: mkexfatfs -V returns 1 instead of 0 (exfatprogs-1.2.1)
Official FAQ
- [X] I have checked the official FAQ.
Ventoy Version
1.0.93
What about latest release
Yes. I have tried the latest release, but the bug still exist.
Try alternative boot mode
Yes. I have tried them, but the bug still exist.
BIOS Mode
Legacy BIOS Mode
Partition Style
MBR
Disk Capacity
64GB
Disk Manufacturer
No response
Image file checksum (if applicable)
None
Image file download link (if applicable)
No response
What happened?
mkexfatfs test fail (mkexfatfs -V returns 1 instead of 0) Slackware Linux x86_64
tool/ventoy_lib.sh:63
if mkexfatfs -V > /dev/null; then
vtdebug "mkexfatfs test ok ..."
else
vtdebug "mkexfatfs test fail ..."
ventoy_false
return
fi
exfatprogs-1.2.1:
mkexfatfs -V; echo $?
1