Link to home
Start Free TrialLog in
Avatar of aman123_123
aman123_123

asked on

Disk usage problem

Hi All,
I have OpenSuse linux installed on my system.
The problem is the drive on which it is installed only has 5Gb space in total, most of which has been eaten up by linux installation.
Now everytime I try to install or run a software I get an error saying there is not enogh space left.
kDiskfree software tells me that 99% of the disk space is being used.

Other drives are mounted to different folders like /home /windows/D etc.
I want to allocate the drive being used by /windows/D also to be mounted to / folder without the contents of / being erased.
Please guide me, my computer has become a total mess.
Best Regards,
Aman


Avatar of xDamox
xDamox
Flag of United Kingdom of Great Britain and Northern Ireland image

Hi,

What is your current setup?? Did you use LVM? if not you should look into LVM
Avatar of Duncan Roe
5GB is still a decent amount of space if it only contains installed software. You might like to check what has eaten your disk space - I find this script useful:

#!/bin/sh
find . -mount -type d -mindepth 1 -maxdepth 1 -exec du -s "{}" \;|sort -n

The largest sub-folders are reported last. cd to them and repeat
ls -lS when there are no large folders below - it will sort files by size order
ASKER CERTIFIED SOLUTION
Avatar of Ibrahim Bazarwala
Ibrahim Bazarwala
Flag of Kuwait image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of aman123_123
aman123_123

ASKER

Thanks all for your help.
I messed up my system. I did something to my / partition and now I the system does'nt boots.
I am getting this message on startup
GRUB Loading stage 1.5.
GRUB loading, please wait...
Error 17

I will try to make my system boot and then try to resolve the orignal problem :(

Thanx a ton for your help
Best Regards,
Aman
If you boot from a live CD such as Knoppix, you can still follow the procedures I outlined. Once you have some room, reinstate whatever it was you deleted and reconfigure GRUB if required (can't help you much with that - don't use it myself)