Partition Map
# | Label | FS | Approx. Size | Purpose |
---|---|---|---|---|
1 | EFI | FAT32 | ~512 MB | UEFI boot files (Ventoy). |
2 | VENTOY | exFAT | ~40–60 GB | Drop-in ISOs only (kept lean). |
3 | TOOLS | NTFS | Remainder | Windows-first toolkit mounted as Z:\ (Pentesting, Wordlists, Forensics, Utils, Logs). |
Paths & Layout
[VENTOY] (ISO area kept minimal)
/
└── ISOs/
├── linux/
│ ├── kali-rolling.iso
│ └── ubuntu-lts.iso
├── recovery/
│ ├── gparted-live.iso
│ └── clonezilla-live.iso
└── windows/
└── win11.iso
[Z:\] (TOOLS partition)
Z:\
├── Pentesting\
│ ├── BurpSuite\
│ ├── SQLMap\
│ ├── DirSearch\
│ ├── Amass\
│ │ ├── amass.exe
│ │ ├── config\
│ │ └── output\
│ ├── Nmap\
│ │ ├── nmap.exe
│ │ └── scripts\
│ └── Wordlists\
│ ├── rockyou.txt
│ └── SecLists\ ...
│
├── Forensics\ (next to build)
│ ├── Autopsy\
│ ├── Volatility\
│ └── FTK-Imager\
│
├── Utils\
│ ├── 7zip\
│ ├── Hasher\
│ └── usbimager\
│
├── Logs\
│ └── sessions\
│
└── Docs\
└── README.md