]> git.lizzy.rs Git - plan9front.git/blob - sys/src/cmd/ext2srv/errstr.h
mothra: fix alt display resizing, filter control characters in panel entries, use...
[plan9front.git] / sys / src / cmd / ext2srv / errstr.h
1 char *errmsg[] = {
2         [Enevermind]    "never mind",
3         [Eformat]       "unknown format",
4         [Eio]           "I/O error",
5         [Enomem]        "server out of memory",
6         [Enonexist]     "file does not exist",
7         [Eexist]        "file already exist",
8         [Eperm]         "permission denied",
9         [Enofilsys]     "no file system device specified",
10         [Eauth]         "authentication failed",
11         [Enospace]      "no space on device",
12         [Elink] "write is only allowed in regular files",
13         [Elongname]     "name is too long",
14         [Eintern]       "internal Ext2 error",
15         [Ecorrupt]      "corrupt filesystem",
16         [Enotclean] "fs not clean ... running e2fsck is recommended"    
17 };