Link to home
Start Free TrialLog in
Avatar of walkerps
walkerpsFlag for United States of America

asked on

Mac folder browsing

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?
Avatar of sweetfa2
sweetfa2
Flag of Australia image

Check the share permissions on the sub folder.
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.
Avatar of 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.
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.
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.
What does an ls -ld give on the residential directory and the 2013 directory>
drwxrwxrwx@ 1 administrator praco\domain users 16384 Jan 3 11:41 residential

I changed the ownership to administrators yesterday for testing
Can you access the directory from a tree using the same user that you create the CIFS share with?
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.
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?
If that doesn't work, the problem may be the file or folder has been set to Invisible.

According to: http://www.macworld.com/article/2030765/8-ways-to-hide-files-and-folders-in-os-x.html

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."
ASKER CERTIFIED SOLUTION
Avatar of walkerps
walkerps
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Not really a solution to the case but a workaround