Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/shreyasminocha/yfs-fuse

FUSE adapter for COMP 421's YFS disks
https://github.com/shreyasminocha/yfs-fuse

fuse yfs

Last synced: about 1 month ago
JSON representation

FUSE adapter for COMP 421's YFS disks

Awesome Lists containing this project

README

        

# YFS FUSE

A FUSE adapter for Yalnix File System (YFS) disks from Rice's OS class.

## Features

- [x] listing directories
- [x] reading files
- [x] writing files
- [x] creating files
- [x] creating directories
- [x] creating hard links
- [x] deleting files
- [x] deleting directories
- [x] renaming files
- [x] symlinks

## Usage

```sh
# cargo run --bin yfs-fuse
cargo run --bin yfs-fuse DISK /mnt/yfs
```

## Why

FS

## License

[MIT License](./LICENSE)