Loading NTFS in fstab, and sharing with samba

Tearing my hair out…
I mount an NTFS partition in fstab, use locally (main data partition), but also share with samba. Works(ed) fine.
Reinstalled Tumbleweed a month or so back, and using the old fstab (but have tried the ‘new’ file as well), and anything NTFS now seems unshareable (due to permissions, I believe - can see the shares) with samba - all Linux partitions still sharing fine.
Anything changed recently?

FSTAB entry: UUID=3806xxxxx /home/data ntfs defaults 0 0
smb.conf

Use the ntfs3 (kernel driver) with explicit permissions…

UUID=3806xxxxx /home/data ntfs3 defaults,uid=1000,gid=users,umask=007 0 0
umask=007 gives full rwx to owner and group, none to others.

Have copied to new Ext4 part, and all is good…
Thanks.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.