E_IO_002 — Cannot open file (write)¶
A write attempt on a file failed — the directory doesn't exist, the filesystem is read-only, the disk is full, or write permission is denied.
How to fix¶
Check the destination directory:
Common causes¶
- Output directory missing —
MmapBarWritercreates the symbol directory but not its parent. - Disk full —
df -hon the target volume. - Write permission denied (e.g. trying to write under
/usror read-only mount). - Concurrent writer holding the file with an exclusive lock.