Skip to content

bielcarpi/FSUtils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FSUtils

Utility that helps with FAT16 and EXT2 partitions. It allows you to easily:

  • Print information about an EXT2 or FAT16 partition
  • Read a file and cat its contents
  • Show a tree of the files in a partition

Usage

# Clone the repository
$ git clone https://github.com/bielcarpi/FSUtils.git

# Compile it for your system
$ make

# Run it, with the -h flag to see the help
$ ./fsutils --help

# Print information about a partition
$ ./fsutils --info <partition>

# Read a file from the partition and cat its contents
$ ./fsutils --cat <partition> <file>

# Show a tree of the files in a partition
$ ./fsutils --tree <partition>

Authors

Guillem Godoy (guillem.godoy@students.salle.url.edu) Biel Carpi(biel.carpi@students.salle.url.edu)

About

EXT2 and FAT16 utility to get info about partitions

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors