mountvol

E

erez

Hi All
I'm working with windows 2003 server that is attached to external HDS disk.
For the HDS remote copy session I need to unmount the volume (mountvol
command)
When the disk was basic I could use the mountvol /p command to close all
open handles before dismounting the disk but when I upgrade to dynamic disk
the mountvol /p command don't work (because it's dynamic disk) and the
dismount fails because I have open handles on the volume.
How can I close open handles on dynamic disk via command line (I need it in
a script...).

Thanks
 
D

David Wang [Msft]

Use DISKPART. MOUNTVOL is deprecated.

--
//David
IIS
http://blogs.msdn.com/David.Wang
This posting is provided "AS IS" with no warranties, and confers no rights.
//
Hi All
I'm working with windows 2003 server that is attached to external HDS disk.
For the HDS remote copy session I need to unmount the volume (mountvol
command)
When the disk was basic I could use the mountvol /p command to close all
open handles before dismounting the disk but when I upgrade to dynamic disk
the mountvol /p command don't work (because it's dynamic disk) and the
dismount fails because I have open handles on the volume.
How can I close open handles on dynamic disk via command line (I need it in
a script...).

Thanks
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top