mountvol

  • Thread starter Thread starter erez
  • Start date Start date
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
 
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
 
Back
Top