You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
Error:
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?
The text was updated successfully, but these errors were encountered: