Pushparajan V wrote:
On 7/26/06, Francis mail.francispereira@gmail.com wrote:
I installed Fedora Core 5 all worked well , got the latest version of Eclipse downloaded and it seems I have run out of space to extract it . I have the 3 questions :
- how much space is alloted to each folder by default as the folders
seem to show a free space value .
There is nothing like that. The freespace alloted is reduced to the total space on the mounted partition.
Here is the math : du -m . | awk '/^[0-9 \t]+./[a-zA-Z0-9_-]+$/ {print}' 21 ./sbin 1 ./temp 1 ./opt 359 ./home 140 ./var 1 ./srv 8 ./bin 1 ./misc 11 ./boot 0 ./net 1 ./c 1 ./media 1 ./dev 1 ./mnt 1 ./selinux 44964 ./root 5757 ./usr 382 ./lib 646 ./tmp 100 ./etc 483 ./proc 0 ./sys 52880 MB Thats the total - 45158.4 MB thats the mydocs mounted on /root/mydocs = 7721.6 MB = ~7.5 GB where is the .5 GB gone as sfdisk -l /dev/hda5 8498+ 9728 1231- 9887976 8e Linux LVM only /dev seems to have ~250 MB of free space Cheers , Francis