Is system status with a available space of 1.3GB is too low & wat does it mean exactly

Asked by passionguy

I checked System Monitor & it shows an available space of 1.3g. Is this value low.... & what does it mean

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Solved by:
Wyatt Smith
Solved:
Last query:
Last reply:
Revision history for this message
Gord Allott (gordallott) said :
#1

it means you have only 1.3 gigabytes of harddrive space left, which limits what you can install on your computer. as you install more software and save more documents the hard-drive space you have left decreases. if it gets more towards 0 you will not be able to save documents or install new software. its at a fine level at the moment.

Revision history for this message
Wyatt Smith (wyatt-smith) said :
#2

The short answer is it depends. Please open a terminal and from Applications-> Accessories-> Terminal and type

df -h
sudo fdisk -lu

Please tell... the output of these commands

Thanks

Revision history for this message
passionguy (fayazahmedj) said :
#3

Output:
/dev/hda1 6.1G 4.6G 1.3G 80% /
varrun 121M 76K 121M 1% /var/run
varlock 121M 0 121M 0% /var/lock
udev 121M 68K 121M 1% /dev
devshm 121M 0 121M 0% /dev/shm
lrm 121M 34M 88M 29% /lib/modules/2.6.22-14-generic/volatile
/dev/hda5 9.4G 2.1G 7.3G 23% /media/hda5
/dev/hda6 9.4G 1.1G 8.3G 12% /media/hda6
/dev/hda7 9.4G 8.4G 1018M 90% /media/hda7
/dev/hdd 2.0G 2.0G 0 100% /media/cdrom1

I m previously using windows so i din make changes on the partitions on which i have kept data. Also i wana know can i use these windows partitions 2 install software & also please recommend me the sizes for various partitions in Ubuntu.

Revision history for this message
Wyatt Smith (wyatt-smith) said :
#4

As you can see, you (/) root directory is 80% full. Typically I recommend not going over 90% but this may be a little arbitrary.

YES, you can use your windows partitions for installing software. For example, I have created a symbolic link from /usr/local/games which goes to a games folder on a separate partition (my /dev/sda7). In this partition I have Q3A, UT2004, HL, DOOM3, WOP, etc. I also moved my .openarena and .wine folders from home, to this partition - then created a symbolic link back to home.

Using symbolic links is a great way to save space on your ubuntu partition. I have used this keep the size of my home folder small. My large data folders are not kept on home, but rather linked there. For example my Music, Video, Picture folders are all linked to my DATA partition.

As far as partition sizes go. I would recommend a MINIMUM of 10GB for any OS installation. This space should only be used for the allocation a OS specific files. All data should be kept separately on a DATA partition.

Hope this helps

Revision history for this message
passionguy (fayazahmedj) said :
#5

First i thank u 4 ur help. Plz tell me how to create a symbolic link so i can avoid saving my data files in root directory. Ubuntu friends recommended me 2 reinstall as i have assigned more swap area so i have 2 make my installation of Ubuntu better.....thats y i m asking abt Symbolic link

Also i like 2 ask u whether it is better to change these windows partitions to linux ext3 for optimum performance of Ubuntu.

Thanx 4 ur help again.....

Revision history for this message
Best Wyatt Smith (wyatt-smith) said :
#6

Easiest way to create a symbolic link is through nautilus file manager. Open your home folder and your DATA partition in separate windows. Drag and drop a DATA Folder to your Home Folder while holding down CTRL + SHIFT. This will create the link and will have the name ¨Link to FolderName". Then rename the folder what ever you would like.

I prefer to keep my data folders as NTFS partitions so that I can still access them the windows environment. If you do want to make them ext3 partitions, you will have to backup the data by copying it to another location, because the process of reformating the partition will wipe off all the data.

Revision history for this message
passionguy (fayazahmedj) said :
#7

Thanks Wyatt Smith, that solved my question.

Revision history for this message
passionguy (fayazahmedj) said :
#8

Thanx a lot....