We are using CIFS shares to share folders/files to our MAC systems. This has been working fine as a smb mount point for years. Last week one folder in a sub folder can no longer be seen by any of the mac clients, though the Windows 7 systems can see it as usual. I am working with EMC who does not see any problem (we did a network capture and trace on this client).
I can see the folder appropriately when using terminal. All other folders in this directory are accessible just this one is omitted in the finder view.
Any thoughts on what might cause this problem?
Mac OS XStorage
Last Comment
walkerps
8/22/2022 - Mon
sweetfa2
Check the share permissions on the sub folder.
strung
Also make sure the folder name does not start with a dot (.). Macs treat folder and file names starting with a dot as invisible.
Also make sure there are no colons in the name. File or folder names with colons are not recognized by the Mac OS.
walkerps
ASKER
The parent folder is shared not the folder in question, structure as follows (mount Point smb://volumes/client share): Client Share\client name\2013\residential
There are a number of folders at the residential level, and they can see all of them but not this one.
Check the ownership of the folder in question. If it's ownership is different it will not be available.
walkerps
ASKER
Changed the ownership to administrator and no change. I verified other folders in the same sub folder and there are various owners of other folders too.
walkerps
ASKER
additional information. The folder is currently mounted at the Client Share level if I share at the 2013 level same condition cannot access residential. If I share at the residential level it works fine.
I am logged into the computer as a domain admin and I can navigate through the residential folder using terminal. I cannot see the residential folder when browsing using finder.
strung
The hidden flag may be set. In terminal, type
type chflags nohidden
and then drag a folder or file you want to unhide into the Terminal window and hit return.
Does it now show up in Finder?
strung
If that doesn't work, the problem may be the file or folder has been set to Invisible.
you can toggle visibility from terminal as follows:
"If you have Apple’s Developer Tools installed, go to Terminal and enter setfile -a V followed by the name of the file or folder. That sets its visibility attribute to invisible; you can undo this by repeating the command with a lower-case v."