-
### Official FAQ
- [X] I have checked the official FAQ.
### Ventoy Version
1.0.99
### What about latest release
Yes. I have tried the latest release, but the bug still exist.
### Try alternative…
-
Apologies for posting on the wrong project, but sadly I couldn't find a GitHub repo for what I believe is the code that you posted on the Arduino forums: https://forum.arduino.cc/t/sd-fat-library-with…
-
Hello,
MS ScanDisk seems to have some problems with EDR-DOS.
FAT16 drives are "scanned" ok, but FAT32 drives are not accepted. Error msg is:
![SCANDI01](https://github.com/user-attachments/as…
-
I have cloned the 1.1.0 but the binary shows 1.0.3 with the date of compilation
roberto@vm-ubuntu18:~/tinycore-editor$ sudo fatresize -i /dev/loop0p1
fatresize 1.0.3 (20210815)
part(start=2048, e…
-
Hey Dan!
Correct me if i am wrong, but I believe there is an error in fat16_read. We never advance fat_desc->pos, thus in a situation such that we would read from a file multiple times, we would read…
-
Port baremetal FAT16 drives to d2 so that it can read FAT16 disks
-
I'm using fatfs to run a fat16 driver and I'm trying to format a drive, but I cannot write 512 into byte 11. Is there a workaround for this?
-
Once we have dynamic sector sizes and counts from be BPB, Implementing FAT12/FAT16/FAT32 support is a breeze. :-)
```
kallisti5@nyx fatr :( $ file ~/fat12.img
/home/kallisti5/fat12.img: DOS/MBR …
-
Hi, I have used your library with 2GB SD cards and it works fine. It seems the library is not working with 4GB SD cards though. Could you guide me if library code needs some kind of changing?
Regards
-
Ao eu passar um arquivo BMP ao winsetup (programa que mostra imagens no VESA), o sistema trava e provavelmente executa um INT 18h. Eu disse que ele pode estar executando o INT 18h porque o QEMU (pelo …