Giter VIP home page Giter VIP logo

fatx-on-a-snake's People

Contributors

teufelchen1 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

fatx-on-a-snake's Issues

Rework error handling

ATM a lot of errors are handled like in Golang:
ret, err = func()
which should be replaced with python raise Exception

Remove asserts

Currently I use some asserts which don't make a lot of sense as they might fail by simply using the tool with bad parameters - if they fail, they don't provide a proper error message.

Huge file support

Atm only files that fit in one cluster(32*512Bytes, 16kb on typical FATX) can be viewed or dumped.

Support preservation of metadata in superblock

When exporting and re-importing a FATX filesystem, some metadata from the superblock will be lost.
On XMUs this contains the nickname of the device.

Such data should be exportable, and re-importable.

Somewhat related to this issue, additional options should potentially be investigated, like preserving accurate flags for each file entry, or even FAT allocations (offsets of files), list of broken sectors etc., ... (could be realized by exporting a python script which uses the FATX-on-a-snake API to re-add all the file contents again - so it would be a human readable script with one-line per file); however, this issue is primarily about the superblock.

Support for extended partitions

Currently only standard size partitions are confirmed to work. However, its possible that it will also work with larger partitions, this has to be confirmed

Replace print() with proper logging

Hello! ๐Ÿ‘‹

I'm constantly annoyed by the amateur print() debugging and logging. One should make use of the logging module and implement good logging of events, warnings, debug, info and more.

Add options for media geometry

I'd like to see CLI options for -sector-size and -cluster-size (or, when parameterized differently: -sectors-per-cluster).

This is important for supporting XMUs and Chihiro DIMM boards.

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.