Samba NAS Addon: Specific Folder instead of complete Drive

For the Samba NAS addon is it possible to use a specific folder path for sda1 drive instead of only sda1??

I want to have only two specific folders from one partition which is on sda1 inside my media browser on HASSIO.

Any advice for the Samba NAS configuration? Is it possible to set it inside the Moredisk config??

Not sure which “Samba NAS Addon” you mean.

If it is samba-backup then you can exclude folders (and Add-ons) through samba-backup’s configuration settings:

HA → Settings → Add-ons → Samba-Backup → Configuration → Exclude folders and Exclude Add-ons

No it is actually this addon GitHub - dianlight/hassio-addons: Hassio.io which is used to determine external drives and set them up as netork drives.

Then what sda1 you talking about?
Addons only have access to a limited number of purely HA directories.

Under moredisks you can extend the network drive to the ssd on usb 3.0 it is recognized under interface sda1
options:
workgroup: WORKGROUP
username: homeassistant
allow_hosts:
- 10.0.0.0/8
- 172.16.0.0/12
- 192.168.0.0/16
- 169.254.0.0/16
- fe80::/10
- fc00::/7
automount: true
moredisks:
mountoptions:
- nosuid
- relatime
- noexec
available_disks_log: true
medialibrary:
enable: false
veto_files:
- “._*”

and for that i want to know if i can add only a folder path like sda1/folder ?? but this is not working and i want to know if any other configuration is capable of that