Gentoo Archives: gentoo-soc

From: Kaoru Esashika <e_kaoru5@××××××××.jp>
To: gentoo-soc@l.g.o
Subject: [gentoo-soc] Weekly Report: Fusebox - FUSE Porwered sandbox project
Date: Sun, 14 Jun 2020 11:41:55
Message-Id: CAHuS14NSWJD5iciqwXrVJZVukHqxFtEH2yL+GXSsaM_CM1xvvw@mail.gmail.com
1 Hi,
2 This week, I'm trying to implement a virtual filesystem with FUSE.
3 This filesystem consists of many APIs and I have to implement it.
4 Fortunately, there is sample code at the repository of the library.
5 So I reference it and write a simple readonly filesystem.
6 In the second half of the week, I expand it and try to make it writable.
7 However, I found strange behavior in my program. I have to debug and
8 write test code.
9 So that is my objective for next week.
10
11 Regards,
12 Kaoru Esashika
13
14 Project Repository: https://github.com/pluser/fusebox