ref: 88ccea37f65b87312292b2b1a107c39927c6a2c3
dir: /sys/src/cmd/aux/flashfs/errors.c/
char Edirnotempty[] = "directory not empty on deletion"; char Eexists[] = "file already exists"; char Enonexist[] = "file does not exist"; char Eisdir[] = "is a directory"; char Enotdir[] = "not a directory"; char Eperm[] = "permission denied"; char Erofs[] = "read only filesystem";