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.
2. how do I resize the space alloted to the folders by default .
- how do I check to see how much space each folder in / is using ??
give a command as , "du -sh" or "du -h"
it will so the total disc usage of the current folder.
here is the output of : df -a -H
Filesystem Size Used Avail Use% Mounted on /dev/mapper/VolGroup00-LogVol00 8.8G 8.2G 95M 99% / proc 0 0 0 - /proc sysfs 0 0 0 - /sys devpts 0 0 0 - /dev/pts /dev/hda3 104M 18M 82M 18% /boot tmpfs 248M 0 248M 0% /dev/shm none 0 0 0 - /proc/sys/fs/binfmt_misc sunrpc 0 0 0 - /var/lib/nfs/rpc_pipefs automount(pid1774) 0 0 0 - /net /dev/fuse 49G 47G 1.8G 97% /root/mydocuments /dev/fuse 22G 14G 8.1G 63% /c
Cheers , Francis