Unsolved
This post is more than 5 years old
54 Posts
0
1091
August 28th, 2007 08:00
howto relocate raw disk backup to another disk
hello,
does anybody know how to relocate raw disk backup made from Windows 2003 host to another disk on that host?
i created raw disk backup with following save set: \\.\PhysicalDrive1
now i want to restore it to another disk (same size) which is \\.\PhysicalDrive2. if i use recover from command line and select \\.\PhysicalDrive1 for recovery and relocate it to \\.\PhysicalDrive2, Networker gomes up with following message:
\\.\PhysicalDrive2\.\PhysicalDrive1 file exists, overwrite (n, y, N, Y) or renam
e (r, R) ?
none of options (n,y,r) actually work. "yes" constructs wierd device path and gives following message:
overwriting \\.\PhysicaldDive2\.\PhysicalDrive1
recover: cannot create \\.\Physicaldrive2\.\PhysicalDrive1: A device attached to
the system is not functioning.
so is it possible to relocate raw disk backup at all? recovering to the same disk works ok.
regards,
kipz
does anybody know how to relocate raw disk backup made from Windows 2003 host to another disk on that host?
i created raw disk backup with following save set: \\.\PhysicalDrive1
now i want to restore it to another disk (same size) which is \\.\PhysicalDrive2. if i use recover from command line and select \\.\PhysicalDrive1 for recovery and relocate it to \\.\PhysicalDrive2, Networker gomes up with following message:
\\.\PhysicalDrive2\.\PhysicalDrive1 file exists, overwrite (n, y, N, Y) or renam
e (r, R) ?
none of options (n,y,r) actually work. "yes" constructs wierd device path and gives following message:
overwriting \\.\PhysicaldDive2\.\PhysicalDrive1
recover: cannot create \\.\Physicaldrive2\.\PhysicalDrive1: A device attached to
the system is not functioning.
so is it possible to relocate raw disk backup at all? recovering to the same disk works ok.
regards,
kipz
No Events found!


ble1
6 Operator
•
14.4K Posts
•
56.2K Points
0
August 28th, 2007 11:00
kipz1
54 Posts
0
August 28th, 2007 12:00
C:\Program Files\Legato\nsr\bin>recover
recover: Current working directory is C:\Program Files\Legato\nsr\bin\
recover> add \\.\PhysicalDrive1
/
1 file(s) marked for recovery
recover> relocate \\.\PhysicalDrive2
recover> recover
Recovering 1 file from / into \\.\PhysicalDrive2
Volumes needed (all on-line):
karpkala.002.RO at W:\NW_BLS_DEV\_AF_readonly
Requesting 1 file(s), this may take a while...
\\.\PhysicalDrive2\.\PhysicalDrive1
\\.\PhysicalDrive2\.\PhysicalDrive1 file exists, overwrite (n, y, N, Y) or renam
e (r, R) ? y
overwriting \\.\PhysicalDrive2\.\PhysicalDrive1
recover: cannot create \\.\PhysicalDrive2\.\PhysicalDrive1: A device attached to
the system is not functioning.
Received 1 file(s) from NSR server `karpkala'
Recover completion time: 28.08.2007 22:08:43
recover>
actually, it seems that it restores something. at least NW console shows that there is data read from device. but there is nothing restored to device \\PhysicalDrive2. so i don't understand where this readed data goes...
kipz
ble1
6 Operator
•
14.4K Posts
•
56.2K Points
0
August 28th, 2007 13:00
kipz1
54 Posts
0
August 28th, 2007 14:00
C:\Program Files\Legato\nsr\bin>recover -d \\.\PhysicalDrive2 -S 1876180118
Recovering files within / into \\.\PhysicalDrive2
\\.\PhysicalDrive2\.\PhysicalDrive1
\\.\PhysicalDrive2\.\PhysicalDrive1 file exists, overwrite (n, y, N, Y) or renam
e (r, R) ? y
overwriting \\.\PhysicalDrive2\.\PhysicalDrive1
recover: cannot create \\.\PhysicalDrive2\.\PhysicalDrive1: A device attached to
the system is not functioning.
ble1
6 Operator
•
14.4K Posts
•
56.2K Points
0
August 29th, 2007 07:00
dpinink_silva
2 Intern
•
724 Posts
0
August 29th, 2007 11:00
\\.\PhysicalDrive2\.\PhysicalDrive1 file exists,
overwrite (n, y, N, Y) or renam
e (r, R) ? y
overwriting \\.\PhysicalDrive2\.\PhysicalDrive1
recover: cannot create
\\.\PhysicalDrive2\.\PhysicalDrive1: A device
attached to
the system is not functioning.
Is it trying to create a device called \\.\PhysicalDrive2\.\PhysicalDrive1 ? It seems like it's trying to recover \\.\PhysicalDrive1 "inside" \\.\PhysicalDrive2, not over it.
ble1
6 Operator
•
14.4K Posts
•
56.2K Points
0
August 30th, 2007 11:00
kipz1
54 Posts
0
September 25th, 2007 01:00
just wanted to inform that i have found a way to relocate raw disk backups in Windows. instead of defining raw disk save set by "\\.\PhysicalDrive#" it must be specified by drive letter. for example, "\\.\E:"
when restoring, new target disk must be mounted with the same drive letter as original was and restoration works like to original location.
regards,
kipz
ble1
6 Operator
•
14.4K Posts
•
56.2K Points
0
September 25th, 2007 07:00