J_Ramón Fdez wrote: > I have start up my linux box for 28 days. Suddenly, when > I have tried to edit a file with vi, the system said: > > Can't create temporary file, errno= 30 > > I don't understand what happend. Can you help me?
>From /usr/include/asm/errno.h: #define EROFS 30 /* Read-only file system */ Do a "df" command and a "mount" command and post the results...