cai_sebas Posted November 25, 2009 Share Posted November 25, 2009 In just a few hours I will get my new iMac and I'm switching over from Windows to Mac. I'm planning to keep a copy of Windows in a Bootcamp configuration for gaming and some other stuff I just can't quit doing. I would like to access (and edit) my music from both OS X and Windows. What's the best setup for this? What partition do you recommend? What type of formatting? Any help is appreciated! Thanks =) Link to comment Share on other sites More sharing options...
Elliott Posted November 25, 2009 Share Posted November 25, 2009 The best format would be FAT32. Both Windows and OS X can read and write to that. Link to comment Share on other sites More sharing options...
vidalksa Posted November 26, 2009 Share Posted November 26, 2009 Here is how I setup my shared partition. Works perfectly. I have a main OSX partition, one NTFS with windows and one Fat32 shared between both OS. 1. Install OSX if not already done. 2. Create your Windows partition with the Boot Camp Assistant. You must use the Boot Camp Assistant but do not install your Windows copy. Choose install later. 3. Open Terminal 4. Type the following without the quotes: > sudo diskutil resizeVolume disk0s2 150G JHFS+ SHARED 70G < (disk0s2 should be your first / main Mac OSX partition ... substitute with yours if necessary) (This command effectively splits the first partition into two volumes ... the second being a MacOS Journaled vol ... it's critical you don't set this to FAT32. We'll reformat it later, 150G is the size of the main partition and 70G is the size of the second. Size can be adjusted as per your own requirement. SHARED is the name I gave it. You can give the name you want. 5. Boot up with the Win CD and install on C:/ which shout be called BOOTCAMP. 6. After you install Windows go back into OSX and open the GUI disk utility. Choose SHARED -> ERASE -> FAT32. 7. You should be golden Link to comment Share on other sites More sharing options...
-Himanshu- Posted November 26, 2009 Share Posted November 26, 2009 Here is how I setup my shared partition. Works perfectly. I have a main OSX partition, one NTFS with windows and one Fat32 shared between both OS.1. Install OSX if not already done. 2. Create your Windows partition with the Boot Camp Assistant. You must use the Boot Camp Assistant but do not install your Windows copy. Choose install later. 3. Open Terminal 4. Type the following without the quotes: > sudo diskutil resizeVolume disk0s2 150G JHFS+ SHARED 70G < (disk0s2 should be your first / main Mac OSX partition ... substitute with yours if necessary) (This command effectively splits the first partition into two volumes ... the second being a MacOS Journaled vol ... it's critical you don't set this to FAT32. We'll reformat it later, 150G is the size of the main partition and 70G is the size of the second. Size can be adjusted as per your own requirement. SHARED is the name I gave it. You can give the name you want. 5. Boot up with the Win CD and install on C:/ which shout be called BOOTCAMP. 6. After you install Windows go back into OSX and open the GUI disk utility. Choose SHARED -> ERASE -> FAT32. 7. You should be golden (Y) Link to comment Share on other sites More sharing options...
cai_sebas Posted December 2, 2009 Author Share Posted December 2, 2009 I apology for my late reply but I like to thank everyone for their reply's! They where very helpful and hopefully help others. Cheers :) Link to comment Share on other sites More sharing options...
Recommended Posts