Overview: I use a backup storage enclosure with 6 backup drives incrementally backup up and taken off-site. One day I noticed that the backup process was failing. I logged onto the server that is connected to the drives. I then noticed that none of the backup drives were currently mapped when the next one numerically should have been.

At first I chalked it up to a simple mistake of not mapping the drive previously. However, when I had attempted to map the drive BAK6 I received an error of: "parameter incorrect". BAK6 also had a specific flag of "active" in it's Status" where all the others are simply "Primary Partition".

I was able to map the other drives fine so I mapped BAK1 to E. When I removed and re-added the drive physically it auto mapped E to BAK6 unmapping it from BAK1. Then, BAK1 could not be mapped giving the same error. I ended up restarting the server and things started working again but now BAK6 is still marked as active.

Question: How do I remove this flag of active from the drive?

link|improve this question
3  
It really couldn't hurt to mention what OS you're dealing with. – John Gardeniers Jun 1 '11 at 22:06
feedback

2 Answers

1.) Start>Run..

2.) “CMD”

3.) “diskpart” to load up the utility

4.) “list disk” to list all the disks

5.) “Select disk X” where X is the desired disk

6.) “list partition” to list partitions on the selected disk

7.) “select partition X” where X is the desired partition that is currently marked active

8.) “inactive”

link|improve this answer
Using Windows Server 2008 R2 x64 – swagner88 Jun 3 '11 at 20:42
feedback

Although not listed in the document below, use the switch inactive. I can't be 100% sure that still works for 2008, but it does for XP/Server 2003. You could also use 3-rd party tools like Acronis Disk Director.

http://support.microsoft.com/kb/300415

link|improve this answer
Great! I was able to use diskpart to mark the partition as inactive. Just for future reference, here are the steps I took: – swagner88 Jun 3 '11 at 20:32
Start>Run.. “CMD” “diskpart” to load up the utility “list disk” to list all the disks “Select disk X” where X is the desired disk “list partition” to list partitions on the selected disk “select partition X” where X is the desired partition that is currently marked active “inactive” – swagner88 Jun 3 '11 at 20:37
Wow, apparently I need to ask how to format with line breaks on serverfault comments. – swagner88 Jun 3 '11 at 20:39
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.