The Notebook Review forums were hosted by TechTarget, who shut down them down on January 31, 2022. This static read-only archive was pulled by NBR forum users between January 20 and January 31, 2022, in an effort to make sure that the valuable technical information that had been posted on the forums is preserved. For current discussions, many NBR forum users moved over to NotebookTalk.net after the shutdown.
Problems? See this thread at archive.org.

    How to permanently eject a BootCamp volume?

    Discussion in 'Apple and Mac OS X' started by mike-d, Jun 19, 2009.

  1. mike-d

    mike-d Notebook Enthusiast

    Reputations:
    0
    Messages:
    49
    Likes Received:
    0
    Trophy Points:
    15
    Hi guys

    Since I installed Windows on the Mac, the Windows volume is always on the desktop. How do I disable the automount of that disk, or permanently eject it while in Mac OS X?
     
  2. doh123

    doh123 Without ME its just AWESO

    Reputations:
    996
    Messages:
    3,727
    Likes Received:
    1
    Trophy Points:
    106
  3. doh123

    doh123 Without ME its just AWESO

    Reputations:
    996
    Messages:
    3,727
    Likes Received:
    1
    Trophy Points:
    106
    ok i just tried it out...
    you get the UUID like told, then make a file called fstab in the /etc folder..

    Open Terminal.app
    type in
    substitute [name] with the name of the drive it mounts as (default Windows bootcamp install calls it Untitled)

    highlight and CMD+C the big long UUID number

    make and open up a fstab file...
    you can do this via command line by typing in
    type in your admin password
    it will open a blank file where you need to type in. (you can CMD+V to paste in the UUID you copied earlier) just add a line similar to mine, but put in your own drives UUID
    hit CTRL+X to exit, and answer Y as in yes to save the changes ...

    this works ok for NTFS windows partitions. You can still manually mount it in Disk Utility later if you need it, it just wont do it automatically.
     
  4. mike-d

    mike-d Notebook Enthusiast

    Reputations:
    0
    Messages:
    49
    Likes Received:
    0
    Trophy Points:
    15
    It's not working. It doesn't give me info about the drive. Then when I ask it to open a fstab file, it asks me for the password and doesn't let me type it in.
     
  5. doh123

    doh123 Without ME its just AWESO

    Reputations:
    996
    Messages:
    3,727
    Likes Received:
    1
    Trophy Points:
    106
    make sure your looking for the right drive and what its really named... if it shows no info you are not typing in the right name under Volumes.

    when you try to do a fstab file in /etc/ it is not accessible to a normal user, so it has to be run with "sudo" so and given an admin password... it does let you type it in, it just doesn't show it, just type the password and hit enter. making the fstab file wont help if you don't get your volume label first and get the UUID.

    you can get the UUID another way, open up Disk Utility, select the partition and hit the Info button. Stretch the info window out so you can see the entire UUID listed there and copy and paste form that.... its labeled as "Universal Unique Identifier" in Disk Utility.
     
  6. talin

    talin Notebook Prophet

    Reputations:
    4,694
    Messages:
    5,343
    Likes Received:
    2
    Trophy Points:
    205
    Why would you want to? :confused: If you don't want to see it, just remove the partition. :p I guess I just don't understand what the problem is. OS X is behaving as designed, to automatically mount partitions. When you insert a cd/dvd, it automatically mounts them as well. Why does that bother you to see an icon of the partition on the desktop?
     
  7. mike-d

    mike-d Notebook Enthusiast

    Reputations:
    0
    Messages:
    49
    Likes Received:
    0
    Trophy Points:
    15
    This is the info that it gives me:

    Last login: Sat Jun 20 11:17:09 on ttys001
    remikes-macbook-pro:~ Remike$ diskutil info /Volumes/WINDOWS HD
    Disk Utility Tool
    Usage: diskutil information [-plist] MountPoint|DiskIdentifier|DeviceNode|UUID
    diskutil info [-plist] MountPoint|DiskIdentifier|DeviceNode|UUID
    Display detailed information about a disk or partition.
    Root access is not required.
    remikes-macbook-pro:~ Remike$
     
  8. doh123

    doh123 Without ME its just AWESO

    Reputations:
    996
    Messages:
    3,727
    Likes Received:
    1
    Trophy Points:
    106
    thats telling you it doesn't understand your command... maybe better to get the UUID from within Disk Utility, which I posted earlier'

    its probably not understanding the HD on the end, it doesn't know thats still part of the name and thinks your trying to add more commands. You might have to type it like this...

    diskutil info "/Volumes/WINDOWS HD"

    usually quotes will work on paths on command line commands...
     
  9. heinsj24

    heinsj24 Newbie

    Reputations:
    0
    Messages:
    8
    Likes Received:
    1
    Trophy Points:
    5
    If you just want to hide the bootcamp partition from your desktop, startup bootcamp and rename the c: drive with a leading period. Something like "My_Drive" to ".My_Drive". When you restart in OS X, the drive will be hidden from view - but still accessible, if you ever need to get information from it.