 
 You try to write your file, but you get one of the following messages:
You try to write your file, but you get one of the following messages:
File exists File file exists - use w! [Existing file] File is read only
 You want to write a file, but you don't have write permission for
it.  You get the message "Permission denied."
You want to write a file, but you don't have write permission for
it.  You get the message "Permission denied."
 You try to write your file, but you get a message telling you that
the file system is full.
You try to write your file, but you get a message telling you that
the file system is full.
Or type :!df to see whether there's any space on another file system. If there is, choose a directory on that file system and write your file to it with :w pathname. (df is the UNIX command to check a disk's free space.)
 The system puts you into open mode and tells you that the
file system is full.
The system puts you into open mode and tells you that the
file system is full.
[65] Your vi may keep its temporary files in /usr/tmp, /var/tmp, or your current directory; you may need to poke around a bit to figure out where exactly you've run out of room.
 You try to write your file, but you get a message telling you that your
disk quota has been reached.
You try to write your file, but you get a message telling you that your
disk quota has been reached.
 
Copyright © 2003 O'Reilly & Associates. All rights reserved.