Giter Club home page Giter Club logo

jgfs's Introduction

jgfs

jgfs is a simple filesystem, written from scratch to imitate the overall design of FAT16 while excluding all of the DOS legacy nonsense that normally comes with a FAT filesystem. Its primary intended purpose is for use with the justix operating system project.

status

jgfs is no longer being actively developed, as jgfs2 is now the preferred filesystem of the justix operating system. The filesystem code itself is mostly stable, but hasn't been tested on a large scale.

building

This project uses Avery Pennarun's implementation of D. J. Bernstein's redo build system. For more information, see djb's redo page and apenwarr's redo implementation.

To build libjgfs, the FUSE program, and associated utilities, install redo and simply run redo all. To clean the project directory, run redo clean.

To build individual targets, run one of the following:

  • redo lib: build the libjgfs library, bin/libjgfs.a
  • redo fuse: build the FUSE program, bin/jgfs
  • redo mkfs: build the mkfs utility, bin/mkjgfs
  • redo fsck: build the fsck utility, bin/jgfsck

running

Make a new jgfs filesystem on a device or file:

bin/mkjgfs <device>

Mount the filesystem using FUSE:

bin/jgfs <device> <mountpoint>

directories

  • bin: contains the libjgfs library and utility binaries after a build
  • doc: documentation related to the filesystem's development
  • lib: source code for libjgfs
  • src: source code for jgfs utilities and the FUSE program
  • test: various scripts used for testing the filesystem

license

This project is licensed under the terms of the simplified (2-clause) BSD license. For more information, see the LICENSE file contained in the project's root directory.

jgfs's People

Contributors

jgottula avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.