Linux – Triple boot Snow Leopard, Ubuntu 9.10 and Windows 7 on 13″ Macbook Pro

linuxmacosmulti-bootwindows

I have a 13" Macbook Pro (5,5) running Snow Leopard that I would like to triple boot Snow Leopard, Windows 7, and Ubuntu 9.10 on. I am running an 80 GB Intel X-25M as my primary drive and I want to have the three operating systems installed via the optical drive. I plan to replace the optical drive with a 320 GB hard drive to use as a data drive for all of the operating systems.

How should I format all of my partitions? I am assuming that on the primary drive I will have an HFS+ partition for Mac OS X, NTFS for Windows 7, and an ext3 partition for Ubuntu. Is there any format I can make the data drive so that it can be read and written to by all 3 OSes? Maybe Fat32? I do plan to put movies and large files on the drive though, so the format needs to support large files and I think FAT is only up to 4GB…

Best Answer

There is no common native filesystem that will allow you to have files greater than 4GB and readable on all three operating systems, however NTFS can be read and written to by OS X and Linux using ntfs-3g.

If you do choose to go down the virtualisation route, use VirtualBox rather than VMWare Fusion. I've had much more success and performance out of VirtualBox than VMWare Fusion, and of course the obvious advantage is that it's free.

Related Question