Multiboot External SSD

My 120 GB external SSD set up as a portable “digital warfare” drive: Ventoy for bootable ISOs and a structured TOOLS partition mounted as Z:\ on Windows. Core focus is practicality — minimal ISOs, curated tools, wordlists, and logs laid out for quick use on any machine.

Partition Map

#LabelFSApprox. SizePurpose
1EFIFAT32~512 MB UEFI boot files (Ventoy).
2VENTOYexFAT~40–60 GB Drop-in ISOs only (kept lean).
3TOOLSNTFSRemainder 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