Kernel not recognizing your hardware? Problems with power management or PCMCIA? What hardware is compatible with Gentoo? See here. (Only for kernels supported by Gentoo.)
MikeG1,
I suppose it's worth asking what fs your system is, but no matter what the answer it won't really help,
If you want to at least get into your system, spark up your live cd, create a new partition and copy /transfer a root folder to it. /home would be the easiest and least drastic option. Once copied over, delete the root folder, thus freeing up space.
Then again, it's a new system, /home probably contains a few mb. To really clear a space, shift /usr, but be sure to use cp -a or perhaps tar to a tarball, then explode the tarball onto the new partition. You have to get meaningful symlinks when shifting a system folder.
Di it as a first step. If you make a copy and can not delete the copied root folder, then you have a more serious problem; repost
You can rectify it by other means but let's cross that bridge later if required.
or just resize your system partition with another few gig.
You can use that for tracking down big directories. Mostly things like a MySQL Binlog are ignored - that way you are pointed to such things. (You can do this using a LiveCD)
Please stand by - The mailer daemon is busy burning your messages in hell...
Is the entire OS on the same partition? It might be worth a shot doing a 'du -sh' on some key folders, as it will help you see where all of the space is being hogged. I tend to 'du -sh /home/username' if I find space missing, because sometimes there are log files that get way out of hand due to some unforseen error (I once had a 20GB xorg error log!). The same could be said for 'du -sh /var/log'.
This is the least-technical way to find hogged space, but it's also a good start.
MikeG1 wrote:Hi guys..
Finally found the file..
The .xession-errors had a size of over 200GB..
Really weird error. I have no idea what caused this.
You certainly beat my 20GB...
Look inside of the file to see what's causing it
If it's some nonsensical error you don't want to deal with, you could filter it through to /dev/null. That's what I had to do with my problem back in the day. Probably not the best solution, but it works.
On my main desktop system the file contains a lot of messages from kwin and kalarm that should only be of interest to the KDE devlopers/maintainers. Why isn't there a USE flag to suppress them??
--
doc