Increasing the Ubuntu partition
Saturday, July 28th, 2007Because I’ve been installing so many applications lately, my 10 GB partition for Ubuntu is feeling cramped. It may also have to do with the fact that I moved my /home back to the same partition as the OS because of other strange issues.
The last time I did something with GParted, it screwed up the partition. I had to use TestDisk to recover my partition that got lost. This time I plan on backing up my partition first. I’m going to run
sudo rsync -avx --progress --numeric-ids / /media/EXTERNAL/BACKUP/Ubuntu_20070728/
The -x, --progress, and --numeric-ids options I learned more about from http://www.sanitarium.net/golug/rsync_backups.html.
Wow, Beagle has a lot of files. I did not realize. My ~/.beagle directory has 79,832 files in it, taking up 552.3 MB of space. Next task will be to move that directory to another volume and symlink to it!
Anyway, after running rsync I booted into my trusty Puppy Linux because I knew that GParted won’t allow me to work on mounted partitions.
Honestly, I was surprised when the resize went off without a hitch.
I then booted back into Ubuntu and my partition is now doubled in size.