On Thu, Jul 13, 2000 at 01:53:54PM +0200, System V wrote:
> Hello, I've run into an error, which I don't understand.
>
> If I make a small file, eg
> [sysv@pluto /coda]$ date > datum
>
> I get the following error:
> date: write error: No space left on device
>
>
> But if I do a du -hs on the scm (which is currently the ownly server in
> my codacell)
What do 'df' and 'df -i' on the client report? Your client could be
running disconnected and has reached the limit of it's local cache. So
either /coda is full, or the partition that is used to store the
container files. The used figure should only refer to files that are
`locked' into the cache by being open for writing or are pending
reintegration with the servers.
telos- df
Filesystem 1024-blocks Used Available Capacity Mounted on
/dev/hda3 1026099 848595 124490 87% /usr
Coda 200000 556 93815 1% /coda
telos- df -i
Filesystem Inodes IUsed IFree %IUsed Mounted on
Coda 8333 4671 3662 56% /coda
Jan