Hi,

We have an Open-E Data Storage Server running Version: 5.0up60.7101.3511 64bit

One of the NFS exports ran out of space. We therefore added 500GB to the partition to increase the size.

We were able to write a little bit more data, but any further attempts to write data leads to a "No space left on device" error message.

[chris@xxxx xxxx]$ sudo touch blah
Password:
touch: cannot touch `blah': No space left on device

This is despite the fact that there is plenty of space an inodes free. I have unmounted the NFS volume everywhere and remounted it but the problem remains.

How can I debug this?


[chris@xxxx xxxx]$ df -h /xxxx
Filesystem Size Used Avail Use% Mounted on
san1.xxxx.xxxx.co.uk:/shares/xxxx
2.5T 2.0T 471G 81% /xxxx
[chris@sanhead1 loadcg2]$ df -i /xxxx
Filesystem Inodes IUsed IFree IUse% Mounted on
san1.xxx.xxxx.co.uk:/shares/xxxx
518265232 809152 517456080 1% /xxxx


Many thanks.