/dev/sda1 * 1 5099 40957686 7 HPFS/NTFS /dev/sda2 5100 9602 36170347+ 83 Linux /dev/sda3 9603 9733 1052257+ 82 Linux swap / SolarisThe first partition is NTFS for Windows. The second is ext3 for Ubuntu, and the third is a swap partition. This disk has been dual booting Windows / Ubuntu since the very first Ubuntu release, when I built the computer. Note that swap should be at least as big as RAM. People say to go bigger, but I don't bother; RAM is so cheap that swapping is mainly for hibernation in my view.
echo deb http://download.virtualbox.org/virtualbox/debian jaunty non-free >/tmp/virtualbox.list
sudo cp /tmp/virtualbox.list /etc/apt/sources.list.d
wget -q http://download.virtualbox.org/virtualbox/debian/sun_vbox.asc -O- | sudo apt-key add -
sudo apt-get update
sudo apt-get install build-essential dkms virtualbox-2.2
sudo adduser $USER vboxusers
You are not logged in, either login or create an account to post comments
Also: if you're running a server, and performance is an issue (which, if you're asking this question, it likely isn't), put /var on the newer drive.
My recommendations: you mention that your system isn't powerful enough for virtualbox. This suggests that your bottleneck is not going to be the hard drive, but the CPU and RAM. Even on the newer system, I'd guess the bottleneck of EIDE vs SATA will not be a big deal compared with other factors. Premature optimization is the root of all evil and all that jazz. So install your operating systems on the 320 (I'd go with a larger partition for Windows, simply because it's Less Intelligent about letting you put data on a separate partition sometimes - see comments above about video games for an example. Maybe 220-100?), and format the 1TB in FAT32 (you likely won't run into filesize limits, and NTFS is less robust on Linux than FAT32).
One last thought: VMWare runs Windows pretty decently, and I know a number of people who use it solely for iTunes. It's probably a bit pricey, though - my university provides it for free, so I'm not sure. That said, if virtualbox doesn't work, it might be worth looking into; peripheral support is the common iffy factor on virtual machines, and VMWare is likely to be a bit more polished than virtualbox in that regard. I'm a FOSS guy, so it pains me to say that, but ... c'est vrai.
posted by spaceman_spiff at 2:02 AM on June 5