I'm getting memory errors that say my disk in filling up, just a fewhundred mb left. I don't have one up on my screen now so I can't quoteit exactly. I had it run disk usage analyzer, and it says I have 355.2gb available. I'm the one running Ubuntu inside Windows via Wubi, so Isuspect that has something to do with it. Maybe it created a loopbackfile of a certain size and I'm maxing it out. That possible, and whatdo I do about it?
Run Windows inside Ubuntu?..................
The Wubi Guide shows how to resize your image file and how to increase yourswap space (cache). It also suggests that you defragment Windows.https://wiki.ubuntu.com/WubiGuide
Is it Windows or Ubuntu that's telling you that the HD spaceis low ?
"I may die a beggar, but with the Grace of God, I will not die a slave.I will not be filed, stamped, briefed, debriefed, or numbered...My life is my own."
If it's Ubuntu that's telling you that HD space is low then perhapswhen you installed it you didn't specify a large enough virtual drive.The way it works is that a file is created in Windows for Ubuntu andthis is effectively the HD space that Ubuntu has to work in. Anythingdownloaded or installed whilst in Ubuntu goes to that virtual drivespace, not the rest of the HD.As for increasing that virtual HD space - the link below is all aboutWubi and how to do just that along with other information ...https://wiki.ubuntu.com/WubiGuide#How%20do%20I%20resize%20the%20virtual%20disks?
I notice that that page says that method won't work with 10.04, which is what Ihave. Any other methods of increasing my disk space?
You are referring to LVPM which seems to be lagging in development, but thesecond option of adding a virtual disk and moving /home would give you morefree space in root and you can make home as big as you like.
So am I correct in believing that what that would be doing would bebasically creating another space for Ubuntu on my hard drive and movingit there? The entire installation of Ubuntu is in /home, isn't it? Ifthis is the case, that sounds like the simplest thing.
Almost. The entire installation is in "/" (root). The directories fromroot are things like /bin /boot /dev /etc /home /lib /media /sys /tmp/usr /var etc. What the previous poster was indicating was that only/home should be moved to the new virtual disk. If you move everythingit won't boot.
So all my storage space--files, etc., would be in /home, so moving itwould leave only the things Ubuntu needs to function where it is, andthen what I need to store files would be moved elsewhere, and I can makethat as big as I want...?
That's the deal. Choose a /home space big enough to store your data,settings etc. You will need to make allowance for your habits. For exampleif you download torrents (or anything P2P), it will keep partial downloadsas well as completed ones. These can add up. You can move completed ones tothe Windows host (C: drive) and that will free up space. You can clean outyour caches at regular intervals but if are lax they too can add up quickly.A good utility to install is filelight which graphically shows you what isusing the most space. It is in the repositories.I have found Linux very forgiving, but it can become unstable or even failto load if you run out of space in your drives.
You will in effect be splitting your current installation into root and/home. Your current installation will stay as root and /home will be movedfrom /home in root to the new space. It is equivalent to moving it to itsown partition if this was a regular installation. Currently the entireinstalltion is not in /home but in root (/). This is normally the way Ubuntuinstalls (on one partition), but you can take control and manually installit across two or more partitions. You can do this during installation if youdon't use WUBI or you can do it afterwards, in both WUBI and regular Ubuntu.