We are using ClearCase which has dedicated disk partition to host cc views.
The disk got full after checking, a view private file which was of 2.4gb was deleted. Even after deleting that, we are not able to perform checkout operation. It is saying that no disk space is available.
bash-3.00# du -sh /ccviews1/
3.7G /ccviews1
bash-3.00# df -k /ccviews1/
Filesystem kbytes used avail capacity Mounted on
/dev/dsk/c1t1d0s6 6960077 6890479 0 100% /ccviews1
When I checked the size of partition, it is 3.7GB. But, disk filesystem command is not showing that empty space.
Please help me sort this out.