-
Notifications
You must be signed in to change notification settings - Fork 116
Open
Description
Hey!
This project helps me a lot, and I was wondering how could I contribute to adding RW capabilities to ext4fuse.
Here are the things that I mapped - code is in my fork:
- create a test for copying a file to the mounted directory (https://github.com/retpolanne/ext4fuse/blob/master/test/0040-write-file.sh)
- add checks to see if copied file permissions are okay
- get
-o rwfrom ext4fuse cmdline and pass it to macfuse so it mounts with rw permissions - implement op_create (done, but still testing) (https://github.com/retpolanne/ext4fuse/blob/master/op_create.c)
- implement op_write
- implement op_writedir?
I'm currently having trouble getting -o rw and passing to the mount options, I can't really understand how parsing works.
nabilfreeman, bomberfish, jitbasemartin, moodyhunter, nandi95 and 3 moredbieber
Metadata
Metadata
Assignees
Labels
No labels