genimage icon indicating copy to clipboard operation
genimage copied to clipboard

Add support for exfat

Open erichiggins opened this issue 4 years ago • 3 comments

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!

erichiggins avatar Dec 15 '19 22:12 erichiggins

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

michaelolbrich avatar Jan 08 '20 09:01 michaelolbrich

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).

jameshilliard avatar Apr 09 '20 23:04 jameshilliard

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

drewbug avatar Apr 21 '20 19:04 drewbug