Bushing is that guy, you know that guy who did the unexpected apparence at 24c³.
He is still working on homebrew stuff. The latest project that he is working on is the Twilight Hack
/dev/fs error codes
Error code
|
POSIX equivalent
|
notes
|
-1
|
EACCES
|
Permission denied
|
-2
|
EEXIST
|
File exists
|
-4
|
EINVAL
|
Invalid argument
|
-6
|
ENOENT
|
File not found
|
-8
|
EBUSY
|
Resource busy
|
-12
|
EIO ?
|
returned on ECC error
|
-22
|
ENOMEM
|
Alloc failed during request
|
-102
|
EACCESS
|
Permission denied
|
-103
|
EIO?
|
returned for "corrupted" NAND
|
-105
|
EEXIST
|
File exists
|
-106
|
ENOENT
|
File not found
|
-107
|
ENFILE
|
Too many fds open
|
-108
|
EFBIG?
|
max block count reached?
|
-109
|
ENFILE
|
Too many fds open
|
-110
|
ENAMETOOLONG
|
pathname is too long
|
-111
|
?
|
FD is already open
|
-114
|
EIO?
|
returned on ECC error
|
-115
|
ENOTEMPTY
|
Directory not empty
|
-116
|
ENAMETOOLONG?
|
max directory depth exceeded
|
-118
|
EBUSY
|
Resource busy
|
-119
|
?
|
fatal error
|