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

FS#2408 - block (mount) does not do fsck for FAT32 #7373

Closed
openwrt-bot opened this issue Jul 26, 2019 · 0 comments
Closed

FS#2408 - block (mount) does not do fsck for FAT32 #7373

openwrt-bot opened this issue Jul 26, 2019 · 0 comments
Labels

Comments

@openwrt-bot
Copy link

reinerotto:

There is a bug in block.c, preventing fsck for FAT32 volume on mount :
const char *dosfsck = "/usr/sbin/dosfsck";
is wrong.
Use
const char *dosfsck = "/usr/sbin/fsck.fat";

instead.

As a work-around, this works on actual openwrt
ls -s fsck.fat doesfsck

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

No branches or pull requests

1 participant