Avatar of walkerps
walkerps
Flag 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?
Mac OS XStorage

Avatar of undefined
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.
All of life is about relationships, and EE has made a viirtual community a real community. It lifts everyone's boat
William Peck
sweetfa2

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.
⚡ FREE TRIAL OFFER
Try out a week of full access for free.
Find out why thousands trust the EE community with their toughest problems.
sweetfa2

What does an ls -ld give on the residential directory and the 2013 directory>
walkerps

ASKER
drwxrwxrwx@ 1 administrator praco\domain users 16384 Jan 3 11:41 residential

I changed the ownership to administrators yesterday for testing
sweetfa2

Can you access the directory from a tree using the same user that you create the CIFS share with?
Experts Exchange has (a) saved my job multiple times, (b) saved me hours, days, and even weeks of work, and often (c) makes me look like a superhero! This place is MAGIC!
Walt Forbes
walkerps

ASKER
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.

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."
⚡ FREE TRIAL OFFER
Try out a week of full access for free.
Find out why thousands trust the EE community with their toughest problems.
ASKER CERTIFIED SOLUTION
walkerps

THIS SOLUTION ONLY AVAILABLE TO MEMBERS.
View this solution by signing up for a free trial.
Members can start a 7-Day free trial and enjoy unlimited access to the platform.
See Pricing Options
Start Free Trial
GET A PERSONALIZED SOLUTION
Ask your own question & get feedback from real experts
Find out why thousands trust the EE community with their toughest problems.
walkerps

ASKER
Not really a solution to the case but a workaround