Parden the noob here. I am having a problem with accessing an NTFS drive mounted on a Centos 9 server. I mounted it at /mnt/ntfs and configured a basic open SAMBA server for testing purposes. I can lock it down after I can see that there are no other technical hurdles. Below are the fstab entry and the smb.conf files. I am able to access it the mount point using a regular centos user and if I go one step up in the hierarchy I can see the mount point when I use the guest SAMBA mapping in Windows 11.
fstab
/dev/sdc1 /mnt/ntfs ntfs-3g defaults 0 0
smb conf
[global]
workgroup = WORKGROUP
map to guest = Bad User
log file = /var/log/samba/%m
log level = 1
server role = standalone server
[guest]
path = /mnt
read only = no
guest ok = yes
guest only = yes
Any suggestions would be greatly appreciated.
I tried adding a symbolic link to a regular unix user and creating a share around that ID but the same result…Access Denied.`