https://github.com/aveek-saha/fuse-filesystem

A basic file system in user space written in C using FUSE

https://github.com/aveek-saha/fuse-filesystem

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

file-system filesystem fuse fuse-filesystem fuse-kernel kernel libfuse linux-filesystem userspace
Last synced: 5 months ago · JSON representation

Repository

A basic file system in user space written in C using FUSE

Basic Info
  • Host: GitHub
  • Owner: Aveek-Saha
  • License: mit
  • Language: C
  • Default Branch: master
  • Homepage:
  • Size: 13.7 KB
Statistics
  • Stars: 31
  • Watchers: 3
  • Forks: 15
  • Open Issues: 1
  • Releases: 0
Topics
file-system filesystem fuse fuse-filesystem fuse-kernel kernel libfuse linux-filesystem userspace
Created about 7 years ago · Last pushed over 2 years ago
Metadata Files
Readme License

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

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

All Time
  • Total Commits: 8
  • Total Committers: 2
  • Avg Commits per committer: 4.0
  • Development Distribution Score (DDS): 0.375
Past Year
  • Commits: 0
  • Committers: 0
  • Avg Commits per committer: 0.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email 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)
Top Labels
Issue Labels
Pull Request Labels