Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
4D4N-P opened this issue Jun 9, 2021 · 1 comment
Open

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

4D4N-P opened this issue Jun 9, 2021 · 1 comment

Comments

@4D4N-P
Copy link

4D4N-P commented Jun 9, 2021

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?

@ShaneMurphy2
Copy link

Same here, just running the example from the readme fails.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants