Giter VIP home page Giter VIP logo

libllfat's Introduction

LIBLLFAT
========

This is a library for low-level accessing a FAT12/16/32 filesystem. It offers
functions for reading and writing the basic elements of such filesystems such
as the number of sectors and the successor of a cluster, but also some more
complex operations such as looking up a file and defragmenting a filesystem.

See COPYING for licensing information.

Also see DISCLAIMER: this library has not been extensively tested, and some
operations may corrupt the filesystem it is operated upon to the point of
making recovery virtually impossible. The suggested application area of this
library is for filesystem images that can be easily recreated in case of such
failures.

Programs:

	fatview
		show the structure of a filesystem
	fattool
		various operations on a filesystem, such as reading and writing
		a cluster or a file, etc.
	fatbackup
		copy the essential parts of a filesystem
	fatshrink
		reduce the size of a filesystem

Documents:

	doc/libllfat.txt
		overview of the library
	doc/fat.5
		short description of the filesystem
	doc/fat_lib.3
		description of the main functions, with examples
	doc/fat_functions.3
		all functions in the library

Structure of the source:

	lib	the library itself
	tools	some programs that use it
	build	where these programs are built, with some example filesystems

Install:

	make
	make install

libllfat's People

Contributors

sgerwk avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  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.