Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

exFat, 128GB, f_mkfs->F_INT_ERR #12

Open
ErickWangZY opened this issue Apr 22, 2022 · 0 comments
Open

exFat, 128GB, f_mkfs->F_INT_ERR #12

ErickWangZY opened this issue Apr 22, 2022 · 0 comments

Comments

@ErickWangZY
Copy link

ErickWangZY commented Apr 22, 2022

Test Enviroment:

128GB TF card; freespace: 20GB; 1000 files in root directory, 100MB for each file; exFat

Issue:

  1. try to create a new directory with f_mkfs, and it returns FR_INT_ERR
  2. tracked the code, it has been found that the FR_INT_ERR was from the function load_xdir(). And according to the code comments, there is an invalid order which result in the FR_INT_ERR.

Question:

Is there some parameter must be configured, or some parameter must be given a specific value?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant