> For the complete documentation index, see [llms.txt](https://documentation.hak5.org/packet-squirrel/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://documentation.hak5.org/packet-squirrel/getting-started/usb-flash-disk-support.md).

# USB Flash Disk Support

The Packet Squirrel supports USB flash disks formatted with either **EXT4** or **NTFS** file systems. This is of particular importance since most USB flash disks come pre-formatted with **FAT32** file systems and must be reformatted before use with the Packet Squirrel.

### WINDOWS USERS

With a USB flash disk connected, open Explorer and navigate to This PC. Right-click the USB flash disk and select Format. From the file system options, select NTFS and click Start. A volume label may be added for convenience. A quick format is all that is necessary to provision the drive.

![](/files/-MiXADKjFrkIrSc9GX-f)

### LINUX USERS

Most Linux distributions include the “Disks” utility. With a flash disk connected, launch Disks. Select the USB flash disk then click the gear icon and choose format. From the format volume menu, choose EXT4 from the type options and click format. A volume label may be added for convenience.&#x20;

![](/files/-MiXAGoj3X9HzFfTSw6z)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://documentation.hak5.org/packet-squirrel/getting-started/usb-flash-disk-support.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
