Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/shreyasminocha/yfs-fuse
- Owner: shreyasminocha
- License: mit
- Created: 2023-05-01T21:59:15.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-16T21:50:25.000Z (8 months ago)
- Last Synced: 2024-10-14T12:14:04.320Z (3 months ago)
- Topics: fuse, yfs
- Language: Rust
- Homepage:
- Size: 293 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)