Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

Slowstick

macrumors 6502
Original poster
Dec 16, 2008
335
0
I have a 500GB external hard drive. I would like a 250GB FAT32 Partition for Windows on boot camp and a 250GB Mac OS extended partition for TM. However, I don't want OS X to recognize the FAT32 partition when I plug it in. How would I do that?

Thanks!!
 
In windows, rename the drive and put a period in front of the name, eg .windrive.

It will then not show up on the OSX desktop, if that's what you are asking.
 
Or if your feeling a little adventurous and want the drive to actually not be mounted at all... you can create an fstab file in /etc and keep it from being mounted on bootup....

Just put this line in /etc/fstab

LABEL=VOLNAME none fat32 rw,noauto 0 0

Where VOLNAME is the name of your windows volume

If you format or change the format of your windows partition to NTFS, just substitute NTFS for fat32 in the line above.

Hope that helps.... :)
 
Or if your feeling a little adventurous and want the drive to actually not be mounted at all... you can create an fstab file in /etc and keep it from being mounted on bootup....

Just put this line in /etc/fstab

LABEL=VOLNAME none fat32 rw,noauto 0 0

Where VOLNAME is the name of your windows volume

If you format or change the format of your windows partition to NTFS, just substitute NTFS for fat32 in the line above.

Hope that helps.... :)

I tried this out....it took a few tries...but it works sooooo much better with my setup. Thanks!!!!!!
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.