Posted by: rtconsulting
« on: April 21, 2017, 06:08:41 PM »Thank you everyone. I am running samba to export the drive and it was the samba settings. The link posted by msb1100 explained everything. Basically samba is mis-interpreting some old DOS bits for archive, system and hidden as executable for owner/group/world. l
Changing the /etc/samba/smb.conf to include the following lines in the [data] section seems to have fixed my problem.
map archive = no
map system = no
map hidden = no
Thanks again.
Changing the /etc/samba/smb.conf to include the following lines in the [data] section seems to have fixed my problem.
map archive = no
map system = no
map hidden = no
Thanks again.