nerd2 / gexto

EXT2/EXT3/EXT4 Filesystem library for Golang
Apache License 2.0
40 stars 14 forks source link

Create empty filesystem? #7

Open andig opened 3 years ago

andig commented 3 years ago

I'm using https://github.com/gokrazy/gokrazy to create bootable application images. It needs to add an (ext4) partition for user data to the image. Can I create that ext filesystem and write it to the image? Any hint would be appreciated.

prologic commented 2 years ago

Kind of looking for the same thing myself 😅 @andig Did you solve this in Go at all?

andig commented 2 years ago

No…