https://github.com/aveek-saha/fuse-filesystem
A basic file system in user space written in C using FUSE
Science Score: 13.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
○.zenodo.json file
-
○DOI references
-
○Academic publication links
-
○Committers with academic emails
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (10.5%) to scientific vocabulary
Keywords
Repository
A basic file system in user space written in C using FUSE
Basic Info
Statistics
- Stars: 31
- Watchers: 3
- Forks: 15
- Open Issues: 1
- Releases: 0
Topics
Metadata Files
README.md
FUSE Filesystem
A basic file system written in C using FUSE
About fuse
From the official repository
FUSE (Filesystem in Userspace) is an interface for userspace programs to export a filesystem to the Linux kernel. The FUSE project consists of two components: the fuse kernel module and the libfuse userspace library. libfuse provides the reference implementation for communicating with the FUSE kernel module.
Basically Fuse allows us to call our own functions instead of using the default kernel functions when a system call is used. That is incoming requests from the kernel are passed to the main program using callbacks. Where we can define our own functions to handle them.
Installing FUSE
For Ubuntu
$ sudo apt-get install libfuse-dev
Using the Filesystem
Clone this repository
$ git clone https://github.com/Aveek-Saha/FUSE-Filesystem.git FS
cd into the directory and create a mount point
$ cd FS
$ mkdir mountpoint
Complile and run FS.c
$ gcc FS.c -o FS `pkg-config fuse --cflags --libs`
$ ./ FS - f path/ to/ mountpoint
Change your current working directory to mountpoint and use the file system.
Operations
The following operations are implimented - - Create and Remove a directory. - Create, Read and write to a file. - Delete an existing file. - Appending to and truncating a file. - Access, modified and status change time updates. - Open and close a file.
Team
This project was a team effort by
| Name | GitHub Profile | |:---:|:---:| | Arvind Srinivasan | arvindsrinivasan | | Aprameya Bharadwaj | aprameyabharadwaj | | Anish Kasi | anishkasi | | Aveek Saha | aveek-saha |
Owner
- Name: Aveek Saha
- Login: Aveek-Saha
- Kind: user
- Location: Boston, MA
- Company: @akamai
- Website: home.aveek.io
- Repositories: 66
- Profile: https://github.com/Aveek-Saha
Cloud Computing, Machine Learning and Full Stack. SDE co-op @akamai. MSCS student @northeastern. Previously at @HewlettPackard, @altimetrik & @ IIT Kgp.
GitHub Events
Total
- Watch event: 6
- Fork event: 3
Last Year
- Watch event: 6
- Fork event: 3
Committers
Last synced: 8 months ago
Top Committers
| Name | Commits | |
|---|---|---|
| Aveek Saha | a****8@g****m | 5 |
| Arvind Srinivasan | a****8@g****m | 3 |
Issues and Pull Requests
Last synced: 8 months ago
All Time
- Total issues: 0
- Total pull requests: 3
- Average time to close issues: N/A
- Average time to close pull requests: less than a minute
- Total issue authors: 0
- Total pull request authors: 2
- Average comments per issue: 0
- Average comments per pull request: 0.0
- Merged pull requests: 2
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
- arvindsrinivasan (2)
- echozyr2001 (1)