Search found 2 matches

by d33
Sun Jan 22, 2017 9:23 am
Forum: Development of MicroPython
Topic: Manipulating the VFS using FUSE?
Replies: 3
Views: 3417

Re: Manipulating the VFS using FUSE?

Thanks dhylands. How would you approach this? Also, are the offsets documented, in case I wanted to try with block-based version first?
by d33
Sat Jan 21, 2017 12:21 pm
Forum: Development of MicroPython
Topic: Manipulating the VFS using FUSE?
Replies: 3
Views: 3417

Manipulating the VFS using FUSE?

Is there any documentation on what the format of VFS I found on my esp8266 image? I'd like to have a go at implementing a FUSE FS that would let me easily manipulate the VFS.