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 remove one of two hard disk icons off desktop in Leopard

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

  1. mike-d

    mike-d Notebook Enthusiast

    Reputations:
    0
    Messages:
    49
    Likes Received:
    0
    Trophy Points:
    15
    Hey guys :D. I have BootCamp configured and my HD is partitioned into two. In Leopard, I display the Hard disk icons on the desktop, but now I have the Windows hard disk too, which is annoying. I never use it and it's annoying. If I go to the finder settings and turn off the "display hard disk" setting, all my HD icons disappear, even the Macintosh HD one. How can I remove only one HD icon (the Windows HD)?
     
  2. lixuelai

    lixuelai Notebook Virtuoso NBR Reviewer

    Reputations:
    463
    Messages:
    2,326
    Likes Received:
    1
    Trophy Points:
    56
    I think an Applescript in Account.Login Items should do it.

    tell application "Finder"
    if (exists the disk "volumeName") then (eject "volumeName")
    end if
    end tell
     
  3. ATC

    ATC Notebook Deity

    Reputations:
    245
    Messages:
    1,278
    Likes Received:
    0
    Trophy Points:
    55
    Go into Windows, right click on your windows harddrive (under "Computer", most likely called "Local Disk C:"), goto Properties and enter a name in the top box, whatever name you want but make sure to put a dot ahead of the name, ie " .Windows" for example, without the " ", then click OK. Restart the computer now into OSX and the Windows HD should be gone.
     
  4. mike-d

    mike-d Notebook Enthusiast

    Reputations:
    0
    Messages:
    49
    Likes Received:
    0
    Trophy Points:
    15
    Seems like the most informed reply ;) Thanks, I'll try it.
     
  5. mike-d

    mike-d Notebook Enthusiast

    Reputations:
    0
    Messages:
    49
    Likes Received:
    0
    Trophy Points:
    15
    I can't; it won't allow characters such as points and dots. I'm FAT32 :p
     
  6. ATC

    ATC Notebook Deity

    Reputations:
    245
    Messages:
    1,278
    Likes Received:
    0
    Trophy Points:
    55
    That's strange. On every windows install I've done on any of my Macs it always formats the windows partition in NTFS (it's the default setting in Clean/Advanced install of Vista). The drawback of course is that you can't easily file-share between the Windows and OSX partitions but the method outlined in my post above works flawlessly.
     
  7. mike-d

    mike-d Notebook Enthusiast

    Reputations:
    0
    Messages:
    49
    Likes Received:
    0
    Trophy Points:
    15
    The thing is that I wanted Mac to access the Windows hard disk by default. BTW I use XP. Any other way?
     
  8. hehe299792458

    hehe299792458 Notebook Deity

    Reputations:
    175
    Messages:
    1,571
    Likes Received:
    0
    Trophy Points:
    55
    #!/bin/sh
    /usr/sbin/diskutil unmount /Volumes/Untitled/