kuumaur - 2017-10-30

Hi Guys,
i try to mount a Veracrypt encrypted Disk for the use as a Volume for some Samba shares.

veracrypt --mount /dev/sdb1 --slot=1 --verbose

/etc/mtab looks like this:
veracrypt on /tmp/.veracrypt_aux_mnt1 type fuse.veracrypt (rw,nosuid,nodev,relatime,user_id=0,group_id=0,allow_other)
/dev/mapper/veracrypt1 on /media/nas1 type fuseblk (rw,relatime,user_id=0,group_id=0,default_permissions,allow_other,blksize=4096)

The mounting is successful and i (root) can access the Volume.
But no other Service (Samba) or User can access this volume.

Does anyone know, what to do, to use this volume for the Samba Service?

Thanx