# 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](https://docs.antsle.com/get-started/log-in-to-the-edgelinux-os-and-antlets).

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`.
