Distrobox container don't see mounted device

Hello, I setted up to mount my second drive to /Data directory, not /dev/sda1/ .
When I had Debian12 distrobox mounted to /dev/sda1 itt seen it, but when I changed to /Data, I get problem with it, ls / don’t display /Data folder.

Mount your device under /mnt/Data instead.

Thank you for advice, but what if I don’t want change mount location?

Then maybe you have to recreate your Distrobox container passing to it the mounpoint you want to be accessible inside the container.

The easier way is to change it to /mnt/Data in my humble opinion.

A folder you want to mount to has to exist before you can mount to.

If I will open native terminal I will see folder,but in distrobox I cannot see./mnt/data fixed it.

Please note that when creating a new container with distrobox you could use the volume flag to make accessible additional mountpoints inside the container.

It can only be used when creating the container. Not afterwards. You can look into it for the exact syntax if you need to use it next time creating a new container.

However, as you have verified yourself, /mnt is already accessible inside the container by default.

try creating a link to the Data folder within /mnt this way it should be accessible from either location