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

Add support for exfat #84

Open
erichiggins opened this issue Dec 15, 2019 · 3 comments
Open

Add support for exfat #84

erichiggins opened this issue Dec 15, 2019 · 3 comments

Comments

@erichiggins
Copy link

I was a bit surprised to see that the exfat file system was not supported by genimage. Would it be possible to add it? Since genimage is used by buildroot (and others), which frequently target embedded systems running on flash drives, it seems like a natural fit.

Thanks for all your hard work on genimage!

@michaelolbrich
Copy link
Member

It's a good idea, but not high on my personal priority list. But I'd be happy to review a pull request.

@jameshilliard
Copy link
Contributor

Since genimage is used by buildroot (and others), which frequently target embedded systems running on flash drives, it seems like a natural fit.

To be fair Linux only recently added mainline kernel support for exfat(although I don't think it's possible to use exfat for a rootfs). I'm curious what the use case here would be as I'm not aware of any Linux systems capable of using exfat for storing/running bootloaders(fat32 being the most common standard there which supports large enough partitions for this purpose).

@drewbug
Copy link

drewbug commented Apr 21, 2020

This would be useful for enabling certain end-users to add large files to a USB drive

EDIT: virt-make-fs worked for my use-case

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

4 participants