-
Notifications
You must be signed in to change notification settings - Fork 82
Open
Description
I know there's already an issue #242 but I didn't want to pile onto an old thread. I've run into the same issue. I'm trying to run code like like this:
import smbclient
smbclient.ClientConfig(username=self.username, password=self.password)
smbclient.makedirs(network_path, exist_ok=True)
and I was getting an error:
[Error 0] [NtStatus 0xc000019c] Unknown NtStatus error returned 'STATUS_FS_DRIVER_REQUIRED':
In my case, the server is a NetApp filter running cluster mode. And the problem is a share level setting. When it's set to this:
Symlink Properties: symlinks_and_widelinks
it errors, and when it's set to this:
Symlink Properties: symlinks
it works fine. The working setting is the default. Just thought I'd pass along the info in case anyone else runs into the problem
adiroiban
Metadata
Metadata
Assignees
Labels
No labels