-
Notifications
You must be signed in to change notification settings - Fork 132
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
Unable to format or mount Exfat on any version of sdk #155
Comments
UPDATE: I FIXED IT, this was a complex one, and this sucks; ok, so you have to modify the exfat in the main file in the components also, use the old version for support (or fix the broken parts (I think it might be loading the unicode option makes it too big and is now set by default after v2.0 but not testing rn)) then use in main the correct fs type, and add it to be 512*256 for it to work (above 128 and I didnt know what to put so deal with it) THANK bro, and please fix this or add comments about what dose what, and add the if statement in the main config for EXFAT support not just everything relating to it..... I will add a merge request if I figure out github eventualy :) |
nvm I was too quick, it formated and can write and read but gparted still has seek errors now :)))))) |
ok, did more testing and diffed the files betwine versions, NOTHING SEAMED TO CHANGE, did yall even test this, because this partition table is invalid! thanks, gonna now read the spec on how exfat works and gpt partition tables see ya later |
cool, so its not gpt good to know! https://en.wikipedia.org/wiki/GUID_Partition_Table
vs my first few:
nvm im a idiot, that offset is correct for uefi |
Update for anyone looking at my previous two issues, which are still issues, You can use 6a4d89b to run them still (if you wana clone read https://stackoverflow.com/questions/3489173/how-to-clone-git-repository-with-specific-revision-changeset)
Ok, so because 6a4d89b is the latest really working one, I need help, I am not sure if I can ask here as it is not a real issue as right now only a outdated version works, so technically it coulda been fixed....
I cannot use exfat because of error 19:
LEAVE_MKFS(FR_INVALID_PARAMETER); /* no-FAT? */
on
bouffalo_sdk/components/fs/fatfs/ff.c
Line 6727 in 9653359
gets called with config:
---- above has comments explaining each option but I removed them with a regex :)
and only modified main.c to use the commented out
FM_EXFAT
I cant format to exfat or mount to exfat as it just returns errors, thanks for anyone who can help, and just so you know im more active on the pine discord.
This is a problem with a partitioning and mounting and I cant see why right now, please help!
Thanks, and please fix your repo
The text was updated successfully, but these errors were encountered: