Can not mount volume at an empty volume

G

Guest

I am running W2K Server SP4. We are running desperately low on disk space so
I have installed a new hardware Raid1. I want to move a 100 GB folder to
this new R1 but I can not have the path change. When I try to mount this new
volume as an empty folder using disk management, it comes back with the error:

"The path can not be used for creating a drive path. Possible reasons are
that the directory is not present or the directory is already a drive path to
some other volume"

This does work if I create it on the root of the drive but if I drill down 3
folders deep where I need the mount point it fails.

Any ideas? Thanks.
 
P

Pegasus \(MVP\)

Anthony C said:
I am running W2K Server SP4. We are running desperately low on disk space so
I have installed a new hardware Raid1. I want to move a 100 GB folder to
this new R1 but I can not have the path change. When I try to mount this new
volume as an empty folder using disk management, it comes back with the error:

"The path can not be used for creating a drive path. Possible reasons are
that the directory is not present or the directory is already a drive path to
some other volume"

This does work if I create it on the root of the drive but if I drill down 3
folders deep where I need the mount point it fails.

Any ideas? Thanks.

I had no problem with these commands:

md c:\test\one\two
mountvol c:\test\one\two \\?\Volume{55cc7243-6397-11da-bdfd-806d6172696f}\
 
P

Pegasus \(MVP\)

I showed you my commands, now let's see yours,
preferably embedded in a batch file!
 
G

Guest

Here is the command line:

C:\Documents and Settings\administrator.ROYALL>mountvol
e:\is\production\2010 \
?\Volume{877bc3a0-5d32-11db-a825-00018007748d}\
The parameter is incorrect.

Your commands work in a test enviornment but not on the server I need it to
work on. Thanks again.
 
P

Pegasus \(MVP\)

You omitted one of the leading backslashes. Instead of writing

mountvol e:\is\production\2010 \?\Volume{87 . . . you must write
mountvol e:\is\production\2010 \\?\Volume{87 . . .

The volume name must agree literally with output generated
by the command

mountvol {Enter}
 

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