Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created September 26, 2019 13:36
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/afc1e6bf9483177a921d8b32176407bb to your computer and use it in GitHub Desktop.
Save ryantm/afc1e6bf9483177a921d8b32176407bb to your computer and use it in GitHub Desktop.
/nix/store/p86a5jn45r7sh6kgpxyiira2blgwbl20-e2fsprogs-1.45.4-bin
├── bin
│   ├── badblocks
│   ├── chattr
│   ├── compile_et
│   ├── debugfs
│   ├── dumpe2fs
│   ├── e2freefrag
│   ├── e2fsck
│   ├── e2image
│   ├── e2label -> tune2fs
│   ├── e2mmpstatus -> dumpe2fs
│   ├── e2scrub
│   ├── e2scrub_all
│   ├── e2undo
│   ├── e4crypt
│   ├── e4defrag
│   ├── filefrag
│   ├── fsck.ext2 -> e2fsck
│   ├── fsck.ext3 -> e2fsck
│   ├── fsck.ext4 -> e2fsck
│   ├── logsave
│   ├── lsattr
│   ├── mk_cmds
│   ├── mke2fs
│   ├── mkfs.ext2 -> mke2fs
│   ├── mkfs.ext3 -> mke2fs
│   ├── mkfs.ext4 -> mke2fs
│   ├── mklost+found
│   ├── resize2fs
│   └── tune2fs
└── sbin -> bin
2 directories, 29 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment