Skip to content

Python [WinError 1005] The volume does not contain a recognized file system #243

@minidron

Description

@minidron

If I mount through command line:

sshfs user@host:/ x:

In Python:

from nt import _getfinalpathname

_getfinalpathname('x:\\')

I get error:

OSError: [WinError 1005] The volume does not contain a recognized file system.

If I mount through net use command, Python works without error.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions