.raw disk dump explorer
Learning project where I seek to learn more about partitions, filesystems, etc..
# Create the test disk's
sudo dnf install dosfstools
sudo bash scripts/createTestDrives.sh- Identify partition tables.
- Parse partition table data.
- Recognise filesystems.
- Read partition filesystems.
- Extract files?
- ..? (coming soon)