vinylfs
VinylFS is a file system designed to emulate the behavior of traditional vinyl records. It is implemented as a user-space file system for Linux, utilizing the FUSE (Filesystem in Userspace) framework. The primary goal of VinylFS is to provide a unique and nostalgic user experience, reminiscent of the days of vinyl records.
The file system operates by treating each file as a separate "record." Files are stored in a
VinylFS supports basic file system operations such as creating, reading, writing, and deleting files. It also
The file system is open-source and can be installed on Linux systems that support FUSE. It is