Giter Site home page Giter Site logo

xfs_salvage's Introduction

xfs_salvage

A data salvage tool from a damaged xfs file system. This has a possibility to recover a (partial) list of files and their contents from half-broken xfs drives even after xfs_repair -L trials fail. ABSOLUTELY NO WARRANTY.

Prerequisite

  • xfs_metadump
  • xfs_mdrestore
  • xfs_db
  • (slightly modified) xfs_undelete

Usage

  1. First extract xfs metadata with xfs_metadump:
$ sudo xfs_metadump -w -o -a /dev/BROKEN_DRIVE drive.metadump.ao
$ xfs_mdrestore drive.metadump.ao drive.metadump.ao.img

Change BROKEN_DRIVE for your drive point.

  1. Second recover the file path list from the dumped metadata:
$ python xfs_inode_salvage.py
    --img_file drive.metadump.ao.img \
    --excludes "['uninteresting folders','src','bin','etc']" \
    --skip_dot_dir

The results are tuple of filetype, inode and path.

  1. Finally, get the original file contents with the (slightly modified) xfs_undelete by recovered inodes.

xfs_salvage's People

Contributors

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