View Full Version : Partitioning HD for Windows and Mac
Slowstick
Dec 21, 2008, 08:22 PM
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!!
Horst
Dec 22, 2008, 07:58 AM
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.
Slowstick
Dec 22, 2008, 11:37 AM
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.
Thanks!!!
Tom Sawyer
Dec 23, 2008, 12:04 AM
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.... :)
Slowstick
Dec 23, 2008, 12:30 PM
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!!!!!!
Tom Sawyer
Dec 23, 2008, 07:52 PM
I tried this out....it took a few tries...but it works sooooo much better with my setup. Thanks!!!!!!
Glad to hear that worked out for you! One of the many reasons it is so nice to run a Unix based OS. :D
vBulletin® v3.6.10, Copyright ©2000-2009, Jelsoft Enterprises Ltd.