Fedora 17, laptop.
System monitor and df command show:
~# df -h /home
Filesystem Size Used Avail Use% Mounted on
/dev/sda4 251G 240G 0 100% /home
(system monitor also says: Free: 11.7 GiB)
If I try to write a file it says that there is no space available
(echo something > file --> write error: No space left on device).
However, root can write!
There IS space, but it is listed as unavailable.
Only root can use this space (but neither got avail over 0).
Additional info:
I have switched off SELINUX.
I have tried to create another user. Same problem.
Removing files do not help.