Skip to content

The application breakdown when you try to mount the disk. #95

@4D4N-P

Description

@4D4N-P

Error:

ErrnoException: node_ext2fs_mount UNKNOWN (2133571347) args: [1]
│      at ccallThrowAsync (path\to\project\node_modules\ext2fs\lib\util.js:41:9)
│      at async Object.exports.mount (path\to\project\node_modules\ext2fs\lib\ext2fs.js:18:15)
│      at async exports.withMountedDisk (path\to\project\node_modules\ext2fs\lib\ext2fs.js:41:13)
│      at async eval (webpack:///./src/main/index.js?:120:7)
│      at async withOpenFile (path\to\project\node_modules\file-disk\build\index.js:106:16)
│      at async writeFiles (webpack:///./src/main/index.js?:114:5) {
│    errno: 2133571347,
│    syscall: 'node_ext2fs_mount',
│    code: 'UNKNOWN'
│  }

Code:
await withOpenFile(drivePath, 'r+', async (handle) => {
I'm trying to mount the disk to record files on Windows 10 and get an error, while there is no this error on the MacOS. What should I do?

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