# Access Your HDD (or SSD) Add-on

The best way to access your HDD add-on or SSD add-on is to create [virtual drives](https://docs.antsle.com/drives/).

For LXC antlets, you have an additional option. You can enable your LXC antlet to access the add-on in its entirety.

Here's how it works:

Let’s assume the antlet that you want to use the HDD with is named TEST. Please replace the word TEST in the commands below with the actual name of your antlet! Please note: Currently, this only works when the antlet in question is of type LXC.

Login to your Antsle (not an antlet) via `ssh root@myantsle.local`. If needed, check the [default password](/get-started/log-in-to-the-edgelinux-os-and-antlets.md).

Then issue these commands:

`zfs create hdd/TEST`

`mkdir /antlets/TEST/hdd`

`mount --bind /hdd/TEST /antlets/TEST/hdd`

When you now log in to the antlet TEST, it will have mounted the HDD as `/hdd`.


---

# Agent Instructions: 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:

```
GET https://docs.antsle.com/system/access-your-hdd-or-ssd-add-on.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
