Sep 05 2008
Transition to Linux
I’ve been having some technical difficulties recently. But I was able to get my hard drive partitioned (30 GB NTFS, 30 GB ext3, 140 GB ext3). I resized my 200 GB hard drive with Windows XP Pro on it (which was only recognizing it as being a 60 GB hard drive) to a 60 GB partition and a 140 GB partition. After which, I formatted the new 140 GB partition to be ext3 and used free drivers for Windows to read the ext3 partition. This made it easy to store data off of the Windows partition. I then resized the 60 GB partition into two 30 GB partitions, one with Windows XP on it, the other unused, I then installed Ubuntu 8.04 on the unused area and am now dual-booting.
So far, my experience with Ubuntu as my main desktop instead of Windows has been very pleasant. It recognized my Linksys wireless card and could use it (before, when I used Ubuntu and Debian I had to do some stuff with getting the drivers from Linksys and using the ndiswrapper and some other stuff, which turned out to be a big hassle).
I updated my system to the latest software, installed the driver for my graphics card and then enabled compiz, which adds some really neat effects to the windows. I installed VLC Media Player very easily as well.
sudo apt-get install vlc
So far, the only trouble I’ve had was the mounted ext3 partition couldn’t be written to, which turned out that I just had to was a chmod to get it to work.
sudo chmod -R 777 /media/disk
I was also able to watch a high def Battlestar Galactica video with no lag, while having full Compiz effects, Firefox, Pidgin, and three OpenOffice.org Writer windows open, which is quite amazing to me because the exact same video would lag a lot if I even had just Firefox open while it was running!
I plan to post more info on my little experience into Linux (more for myself, as kind of a thing I can look back onto in the future), and I will be posting little things of how to do different things that I have ran into trouble with and figured out how to get around it.


