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

does freedos kernel support exfat? #36

Open
youxiaojie opened this issue Oct 13, 2019 · 7 comments
Open

does freedos kernel support exfat? #36

youxiaojie opened this issue Oct 13, 2019 · 7 comments
Milestone

Comments

@youxiaojie
Copy link

does freedos kernel support exfat?

@andrewbird
Copy link
Contributor

I believe exFAT doesn't support 8.3 filenames so I'm not sure how it could work with any DOS, ideas anyone...?

@PerditionC
Copy link
Owner

The kernel does not currently support exfat. ExFat has patented components by Microsoft, though the inclusion into the Linux kernel means that may no longer be a road block. I have not looked into it much, but it may be possible to have limited support - long filenames are big blocker and support for exfat may have to wait until the kernel (if ever) has native long filename support. I believe (again off memory and haven't looked into in a long while), the on disk format may be similar enough to FAT that we can optionally support it on builds with 64 bit integer support (OpenWatcom and GCC?).

@PerditionC PerditionC added this to the future milestone Nov 10, 2019
@stsp
Copy link
Contributor

stsp commented Nov 10, 2019

exfat may have to wait until the kernel (if ever) has native long filename support.

Does this mean only a fat-based LFNs, or are
you planning some redirector extensions?

@PerditionC
Copy link
Owner

I will be looking into redirector extensions. No specific plans yet, but I would like to make long names as first class as possible while remaining compatible

@youxiaojie
Copy link
Author

does exfat only accept long file name? I know it first. The most I hope is a command as driver like lfn driver, ntfs driver for dos.

@richardFK
Copy link

Since the last reply above, there has been improvements to doslfn.com for freedos (mainly from March-April 2022). So the latest stable FreeDOS build (of February 2022) may not issue latest update to doslfn.com if anyone downloads today say.

So, is it possible to have support for exfat, even if there are restrictions imposed?

@sebras
Copy link

sebras commented Jul 17, 2022

FWIW it looks like the exFAT specification was published by Microsoft in August 2019, with the express purpose of getting good Linux support.

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

No branches or pull requests

6 participants