Skip to content

Support network drives using the Network Redirector API for DOS (e.g. netmount) #995

@mgroeber9110

Description

@mgroeber9110

It would be nice if we could support network drives on "plain DOS" using the NetMount lightweight client (https://github.com/jrohel/NetMount). Right now, these drives are not detected.

The reason appears to be that NetMount is using the Int 2F/11xxh API for the DOS Network Redirector (see here in the source code), for which we do not have a file system driver.

There is the MSNet driver, but this is using Int 2F/B800h to detect the presence of a network drive, and Int 21/5F02h to find redirected drives.

So, we would probably need a new FSD.

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