GithubHelp home page GithubHelp logo

john-k / fatboy Goto Github PK

View Code? Open in Web Editor NEW
11.0 4.0 1.0 2.32 MB

A simple FAT FS manipulation tool

Makefile 0.02% C 82.46% HTML 17.25% CSS 0.27%
fat16 fat32 exfat fstools e2tools e2cp e2ls fat fs fat-16

fatboy's Introduction

Fatboy - a simple FAT filesystem tool

A simple FAT filesystem manipulation tool that leverages ELM-ChaN's FatFs to modify FAT filesystems without mounting them from your OS. FatBoy is inspired by e2tools

Filesystem Support

FatBoy supports creating and modifying FAT-12, FAT-16, FAT-32, and ExFAT filesystems.

What can you do with it?

FatBoy supports the following actions:

  • ls
  • add
  • extract
  • extractdir
  • rm
  • info
  • setlabel
  • mkfs

Demo

asciicast

License

FatBoy is licensed under the BSD license

fatboy's People

Contributors

jmecom avatar john-k avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

Forkers

jmecom

fatboy's Issues

Failure when adding a file to a directory name only

The following fails, when it should just add a file to the directory:
./fatboy test.bin mkdir a
./fatboy test.bin add fatboy a

this also fails:
./fatboy test.bin add fatboy a/

this does what's expected:
./fatboy test.bin add fatboy a/fatboy

We should detect these errors, check if the target is a directory, and auto-fix the parameters to make it work.

Add mv action

Add mv action to rename or move files inside an image

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.