richardgirges / express-fileupload

Simple express file upload middleware that wraps around busboy
MIT License
1.52k stars 261 forks source link

Error: Unknown system error -122 #250

Closed RobertoGlez closed 11 months ago

RobertoGlez commented 3 years ago

What meaning this? the full log is: [Error: Unknown system error -122: Unknown system error -122, close] errno: -122, code: 'Unknown system error -122', syscall: 'close'

this happen when I excecute .mv() function

OS: Cetos8 Nodejs: v10.21.0 express: 1.1.7-alpha.3

BCsabaEngine commented 3 years ago

define EDQUOT. 122

It may be quota error when disk operation (mv). Or simple disk full?

RomanBurunkov commented 11 months ago

Closing this as a not active issue highly likely related to the underneath system and it's configuration rather than middleware.