Created
May 22, 2023 20:49
-
-
Save KenwoodFox/351896cb5b5d0d3bd555fbf2559f1966 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# hexdump -s $((4096*163840)) -n 1024 rescue.img -C | |
28000000 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| | |
* | |
28000200 00 e0 01 00 3e 7e 07 00 e9 5f 00 00 64 87 05 00 |....>~..._..d...| | |
28000210 f6 a7 01 00 00 00 00 00 02 00 00 00 02 00 00 00 |................| | |
28000220 00 80 00 00 00 80 00 00 00 20 00 00 8e 65 87 59 |......... ...e.Y| | |
28000230 fe 65 87 59 01 00 ff ff 53 ef 00 00 01 00 00 00 |.e.Y....S.......| | |
28000240 89 65 87 59 00 00 00 00 00 00 00 00 01 00 00 00 |.e.Y............| | |
28000250 00 00 00 00 0b 00 00 00 00 01 05 00 38 00 00 00 |............8...| | |
28000260 02 00 00 00 03 00 00 00 6f 78 e7 92 4c f6 49 78 |........ox..L.Ix| | |
28000270 8e f4 60 21 c0 1e 5d c8 52 4f 4f 54 5f 46 53 00 |..`!..].ROOT_FS.| | |
28000280 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| | |
* | |
280002c0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 77 00 |..............w.| | |
280002d0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| | |
280002e0 00 00 00 00 00 00 00 00 00 00 00 00 99 0c 0b b0 |................| | |
280002f0 1c 9d 44 5d b2 24 f4 a2 89 b0 93 c0 01 00 00 00 |..D].$..........| | |
28000300 00 00 00 00 00 00 00 00 89 65 87 59 00 00 00 00 |.........e.Y....| | |
28000310 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| | |
* | |
28000350 00 00 00 00 00 00 00 00 00 00 00 00 1c 00 1c 00 |................| | |
28000360 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| | |
28000370 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| | |
* | |
28000400 | |
# hexdump -s $((4096*163840)) -n 1024 /dev/sda1 -C | |
28000000 00 e0 01 00 3e 7e 07 00 e9 5f 00 00 64 87 05 00 |....>~..._..d...| | |
28000010 f6 a7 01 00 00 00 00 00 02 00 00 00 02 00 00 00 |................| | |
28000020 00 80 00 00 00 80 00 00 00 20 00 00 8e 65 87 59 |......... ...e.Y| | |
28000030 fe 65 87 59 01 00 ff ff 53 ef 00 00 01 00 00 00 |.e.Y....S.......| | |
28000040 89 65 87 59 00 00 00 00 00 00 00 00 01 00 00 00 |.e.Y............| | |
28000050 00 00 00 00 0b 00 00 00 00 01 05 00 38 00 00 00 |............8...| | |
28000060 02 00 00 00 03 00 00 00 6f 78 e7 92 4c f6 49 78 |........ox..L.Ix| | |
28000070 8e f4 60 21 c0 1e 5d c8 52 4f 4f 54 5f 46 53 00 |..`!..].ROOT_FS.| | |
28000080 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| | |
* | |
280000c0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 77 00 |..............w.| | |
280000d0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| | |
280000e0 00 00 00 00 00 00 00 00 00 00 00 00 99 0c 0b b0 |................| | |
280000f0 1c 9d 44 5d b2 24 f4 a2 89 b0 93 c0 01 00 00 00 |..D].$..........| | |
28000100 00 00 00 00 00 00 00 00 89 65 87 59 00 00 00 00 |.........e.Y....| | |
28000110 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| | |
* | |
28000150 00 00 00 00 00 00 00 00 00 00 00 00 1c 00 1c 00 |................| | |
28000160 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| | |
28000170 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| | |
* | |
28000400 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment