EROFS: read-only file system
See original GitHub issueUsing the AppImage I get:
A JavaScript error occurred in the main process
Uncaught Exception:
Error: EROFS: read-only file system, mkdir '/tmp/.mount_ITKhd4/usr/bin/resources/app/script/debug'
at Error (native)
at Object.fs.mkdirSync (fs.js:916:18)
at Object.mkdirsSync (/tmp/.mount_ITKhd4/usr/bin/resources/app/node_modules/fs-extra/lib/mkdirs/mkdirs-sync.js:29:9)
at Object.<anonymous> (/tmp/.mount_ITKhd4/usr/bin/resources/app/script/logger.js:12:4)
at Module._compile (module.js:541:32)
at Object.Module._extensions..js (module.js:550:10)
at Module.load (module.js:456:32)
at tryModuleLoad (module.js:415:12)
at Function.Module._load (module.js:407:3)
at Module.require (module.js:466:17)
Please note that the AppImage itself is read-only, so if Crypter needs to write something it should use a directory in $HOME
.
Issue Analytics
- State:
- Created 7 years ago
- Comments:9 (5 by maintainers)
Top Results From Across the Web
EROFS - Enhanced Read-Only File System
EROFS filesystem stands for Enhanced Read-Only File System. It aims to form a generic read-only filesystem solution for various read-only use cases instead ......
Read more >Trying to create a file in Android: open failed: EROFS (Read ...
I have tried this with and without the WRITE_INTERNAL_STORAGE permission. There is no WRITE_INTERNAL_STORAGE permission in Android. How do I create this ...
Read more >What is this error: EROFS: read-only file system, open ... - GitHub
This error is most often caused by attempts to write data from a serverless function to a read-only file at runtime. You can...
Read more >EROFS - Wikipedia
EROFS (Enhanced Read-Only File System) is a lightweight read-only file system initially developed by Huawei for the Linux kernel.
Read more >EROFS: read-only file system, - General - Node-RED Forum
EROFS stands for Enhanced Read Only File System, so you need to find why the file system is read only. How did you...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Thanks, I can confirm that it is working now.
Fixed it with latest commit (and just verified it myself on ubuntu). Updated binaries available at https://github.com/HR/Crypter/releases/tag/v2.0.0 Should work on your end as well but if it still doesn’t then please let me know. Happy crypting 😃