Skip to content

Unknown NtStatus error returned 'STATUS_FS_DRIVER_REQUIRED'Β #315

@mike-england

Description

@mike-england

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions