NETGEAR is aware of a growing number of phone and online scams. To learn how to stay safe click here.
Forum Discussion
Atof
Sep 20, 2018Aspirant
ReadyNAS 6.9.4 hidden file issue (leading dot and underscore)
I have an application (Lattice Diamond) which tries to create obscure hidden files like ._tmp_vxd_ or ._Real_._Math_.vhd (leading dot plus underscore) which do not work on V6.9.3 and V6.9.4 via S...
- Sep 24, 2018
Almost an industry standard. For macOS SMB compatibility, they are loading the vfs fruit - by default, this vfs does veto ._ files adding something like...
fruit:veto_appledouble = no
...might cure. Not deep enough in customizing ReadyNAS SAMBA config, I'm more on the Q side when it comes to NAS. StephenB you might continue here based on this information please.
Atof
Sep 23, 2018Aspirant
Thanks for checking, gives me some hope there is a setting somewhere.
If I try that from windows, it produces a "File not found", trying from a MacOSX terminal, I get permission denied (other files create normally).
On the other hand the RN526x has an Intel CPU while my 204 has an ARM, so this may be the same version but a different kernel, right?
Just tried on a retired ReadyNAS Duo running 4.1.16, works as expected.
StephenB
Sep 23, 2018Guru - Experienced User
Atof wrote:
On the other hand the RN526x has an Intel CPU while my 204 has an ARM, so this may be the same version but a different kernel, right?
It works on my RN202 as well. I am using default settings, with no adjustments with SMB Plus.
You could try setting "strict sync" and see if that makes any difference.
- AtofSep 23, 2018Aspirant
ok, so it should be some configuration issue.
I've already fiddled with the SMB (currently at 2.1 with everything else disabled) settings and version (reconnecting the client) and toggled "strict sync", didn't make a difference.
Also tried different shares to no avail.
Weird.
- LaserbaitSep 24, 2018Luminary
I don't think it worked for me. I'm running Windows 7, and my RN316 is on 6.9.3
- AtofSep 24, 2018Aspirant
Great to know I'm not alone. ;-)
Just tried to create such a file "._bla" right from the SSH on the NAS (and adjusted owner/group/access to match other files) which worked as expected. Interesting point is, that this file is not even enumerated through SMB, neither on Windows (DIR /AH) nor on MacOSX terminal (ls -la). If I rename it on the console
mv ._bla .1bla
it shows up immediately.
Looks like this prefix has some very special meaning now.
I just run a
find /data -type f -name "._*"
on the NAS console which revealed plenty of those files (mostly created by Mac but not all), so this had worked some time before.
Related Content
NETGEAR Academy

Boost your skills with the Netgear Academy - Get trained, certified and stay ahead with the latest Netgear technology!
Join Us!