Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

12
  • 1
    Thanks for taking time to respond to my question even after SU closed it. I went ahead and acted on Jared Tritsch's suggestion and removed the drive just by removing it. Once I get laptop operational again, I'll experiment with with DISKPART. Here's the link to Microsoft's Specs for DISKPART. technet.microsoft.com/en-us/library/bb490893.aspx Commented Oct 12, 2012 at 3:19
  • 2
    @zundarz: You're welcome! The default Removal policy in Windows for removable devices is Quick removal, which disabled write caching and allows one to remove the drive without needing to safely remove it first. See this screenshot for more. Thus Jared's suggestion about yanking the drive shouldn't ordinarily cause data loss if removable drives are treated the same way in the Recovery Console as well. Still, for peace of mind I always take care to safely remove each drive before pulling it out. Might be a placebo, but keeps me from worrying. :) Commented Oct 12, 2012 at 4:28
  • P.S. Be careful with Diskpart - it's powerful and hence quite dangerous. The reason I used it for drive dismounting is because it's available from both XP's Recovery Console and Vista/7's System Recovery Options / Command Prompt. Commented Oct 12, 2012 at 4:38
  • 5
    To undo the remove all dismount command you must use the mountvol command. For more information see Technet library here and also here. After you have used mountvol you must reboot for the changes to take effect. Alternatively, you can also use Disk Management to assign a new drive letter. Commented May 26, 2013 at 12:44
  • 1
    i'd consider the last command to be the best as it doesn't require third-party software to implement the solution Commented Nov 20, 2014 at 3:34