Warning: Attempt to read property "date" on null in /usr/local/www/websvn.planix.org/blame.php on line 247

Warning: Attempt to read property "msg" on null in /usr/local/www/websvn.planix.org/blame.php on line 247
WebSVN – planix.SVN – Blame – /os/branches/feature_unix/sys/src/cmd/ext2srv/errstr.h – Rev 2

Subversion Repositories planix.SVN

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
2 - 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
};