Password:
[root@localhost test2]# df -h
Filesystem Size Used Avail Use% Mounted on
/dev/sda2 9.5G 8.4G 621M 94% /
tmpfs 500M 0 500M 0% /dev/shm
/dev/sda5 6.9G 2.0G 5.0G 29% /usr/D
/dev/sda6 9.8G 776M 9.0G 8% /usr/E
[root@localhost test2]# fdisk -l
bash: fdisk: command not found
[root@localhost test2]#
Here is the out put from you clean packages
[root@localhost test2]# yum clean packages
Loading "installonlyn" plugin
Killed
[root@localhost test2]#
Message from syslogd@localhost at Thu Mar 15 10:46:20 2007 ...
localhost kernel: Oops: 0000 [1] SMP
Message from syslogd@localhost at Thu Mar 15 10:46:20 2007 ...
localhost kernel: CR2: ffff89002ebdec00
[root@localhost test2]#
I did a ^c after about 10 minutes as it seemed to be doing nothing.
Reuven
On Thu, 2007-03-15 at 23:39 +1030, Tim wrote:
CCd as requested, but reply to the list, not to me personally. My mailbox ignores all privately sent mail without a secret password, I'll never see them. On Thu, 2007-03-15 at 03:45 -0500, Reuven wrote: > I noticed that the main partition I use for Linux is mostly full. I > tried to use gparted to increase the size of the partition. I made > room to make ti bigger, but since it is the active partition I can;t > touch it. How can I do this? Do you mean the main partition out of all your partitions that Linux uses, or you use one main partition for all of Linux? You probably ought to post the output from "df -h" and "fdisk -l" (as the root user). There are things that will fill a drive that you can delete without problems. Such as the packages downloaded by yum, if it keeps them. Doing "yum clean packages" will get rid of them. That could free many hundreds of megabytes.