# Building File System

**URL:** https://forums.fusetools.com/t/building-file-system/7850
**Category:** How-to Discussions
**Created:** [August 19, 2019, 9:16am UTC](https://forums.fusetools.com/t/building-file-system/7850 "2019-08-19T09:16:50Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![krishnathejak](https://avatars.discourse-cdn.com/v4/letter/k/f19dbf/32.png) [@krishnathejak](https://forums.fusetools.com/u/krishnathejak)
#### Post date: [August 19, 2019, 9:16am UTC](https://forums.fusetools.com/t/building-file-system/7850/1 "2019-08-19T09:16:50Z")

</div>

How do i began with building my own file system, with limited knowledge in c++?

---

<div class="post-metadata">

### Author: ![aeq](https://yyz1.discourse-cdn.com/flex035/user_avatar/forums.fusetools.com/aeq/32/129_2.png) [@aeq](https://forums.fusetools.com/u/aeq)
#### Post date: [August 20, 2019, 8:02am UTC](https://forums.fusetools.com/t/building-file-system/7850/2 "2019-08-20T08:02:18Z")

</div>

Hi there @krishnathejak,

I would suggest looking at what currently exists, search and browse around the source first:

[https://fuseopen.com/docs/fuse/filesystem/filesystemmodule.html](https://fuseopen.com/docs/fuse/filesystem/filesystemmodule.html)

> **[fuse-open/fuselibs](https://github.com/fuse-open/fuselibs/tree/master/Source/Fuse.FileSystem)**
>
> Fuselibs is the Uno-libraries that provide the UI framework used in Fuse apps. - fuse-open/fuselibs
