Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created January 7, 2020 16:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ryantm/38956fe981c2e84939c4671f9b7186fb to your computer and use it in GitHub Desktop.
Save ryantm/38956fe981c2e84939c4671f9b7186fb to your computer and use it in GitHub Desktop.
/nix/store/81r2mci6hkq48prs43ndlgd7270f3ql2-reiser4progs-2.0.0
├── bin
│   ├── debugfs.reiser4
│   ├── fsck.reiser4
│   ├── make_reiser4
│   ├── measurefs.reiser4
│   ├── mkfs.reiser4
│   └── volume.reiser4
├── include
│   ├── reiser4
│   │   ├── alloc.h
│   │   ├── backup.h
│   │   ├── bitmap.h
│   │   ├── factory.h
│   │   ├── fake.h
│   │   ├── filesystem.h
│   │   ├── flow.h
│   │   ├── format.h
│   │   ├── ioctl.h
│   │   ├── item.h
│   │   ├── journal.h
│   │   ├── key.h
│   │   ├── libreiser4.h
│   │   ├── master.h
│   │   ├── node.h
│   │   ├── object.h
│   │   ├── oid.h
│   │   ├── place.h
│   │   ├── plugin.h
│   │   ├── print.h
│   │   ├── profile.h
│   │   ├── pset.h
│   │   ├── semantic.h
│   │   ├── status.h
│   │   ├── tree.h
│   │   └── types.h
│   └── repair
│   ├── add_missing.h
│   ├── alloc.h
│   ├── backup.h
│   ├── cleanup.h
│   ├── disk_scan.h
│   ├── filesystem.h
│   ├── filter.h
│   ├── format.h
│   ├── item.h
│   ├── journal.h
│   ├── librepair.h
│   ├── lost_found.h
│   ├── master.h
│   ├── node.h
│   ├── object.h
│   ├── oid.h
│   ├── place.h
│   ├── plugin.h
│   ├── pset.h
│   ├── repair.h
│   ├── semantic.h
│   ├── status.h
│   ├── tree.h
│   └── twig_scan.h
├── lib
│   ├── libreiser4-2.0.so.0 -> libreiser4-2.0.so.0.0.0
│   ├── libreiser4-2.0.so.0.0.0
│   ├── libreiser4.la
│   ├── libreiser4-minimal-2.0.so.0 -> libreiser4-minimal-2.0.so.0.0.0
│   ├── libreiser4-minimal-2.0.so.0.0.0
│   ├── libreiser4-minimal.la
│   ├── libreiser4-minimal.so -> libreiser4-minimal-2.0.so.0.0.0
│   ├── libreiser4.so -> libreiser4-2.0.so.0.0.0
│   ├── librepair-2.0.so.0 -> librepair-2.0.so.0.0.0
│   ├── librepair-2.0.so.0.0.0
│   ├── librepair.la
│   └── librepair.so -> librepair-2.0.so.0.0.0
├── sbin -> bin
└── share
├── aclocal
│   └── libreiser4.m4
└── man
└── man8
├── debugfs.reiser4.8.gz
├── fsck.reiser4.8.gz
├── measurefs.reiser4.8.gz
└── mkfs.reiser4.8.gz
10 directories, 73 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment