Suppose I have an SMB share mounted somewhere in a Linux filesystem. If I do this (from within the mounted share):
rm -rf some-directory
mkdir some-directory
ls -a some-directory
some-directory is empty (and I mean empty, not even . or .. show up). If I unmount and mount the share again, everything's fine. Is there a way to fix this?
.and..missing is indeed not what linux should present to you. – Server Horror Jun 18 '11 at 22:32