RE: USMT issues with D Drive


Go Back   Computer Help Articles > Windows XP Setup Deployment
User Name
Password
FAQ Members List Calendar Search Today's Posts Mark Forums Read

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 01-05-2006, 06:15 AM
Tinab
 
Posts: n/a
Default RE: USMT issues with D Drive

We actually had this problem (similar anyway) and opened an incident with
microsoft. It turns out you need to set a working directory for the files to
decompress in otherwise it decompresses on the csidl_personal. They have
corrected this somewhat with the new version 2.6.1 but older versions of
office still cause this behavior. To set a working director you need to add
it to your loadstate syntax. I use this:

cd workingdir
md %computername%
cd %computername%
\\servername\sharename\usmt\bin\loadstate
\\servername\sharename\migration\%computername% /v:1


"eschloss" wrote:

> Our enterprise image in the past had 2 partitions, a C drive and a D drive.
> The new image we will be deploying has just a C drive. I have been testing
> the USMT 2.6 to migrate user data to the new machines.
> My setup is as follows:
> USMT files are at \\server\backup\USMT\bin
> data is backup up to \\server\backup\USMT\Data
> The scanstate runs. When loadstate runs, all data from the D drive of the
> old machine is left in a folder at \\server\backup\USMT\%csidl_personal% and
> never put on the local drive.
> I tried adding the following lines to my custom inf:
>
> [Copy This State]
> copyfiles=DDriveCopyFiles
>
> [DDriveCopyFiles]
> D:\*\*.doc, C:\D_Drive
>
> etc to add all of the desired file types. This does copy the data to
> c:\D_Drive, but I also end up with a duplicated folder structure from the D
> Drive. All folders are created, even if they are empty.
>

Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Photo copy from camera keeps stopping Paul F Windows XP Photos 4 01-05-2006 07:08 AM
XP thinks my camera is broken!!! VMI Windows XP Photos 1 01-05-2006 07:05 AM
eSATA support Techmanblues Windows XP Hardware 9 01-05-2006 02:19 AM
Solution xp won't see sata drive, kt600a motherboard wizardofsnog Windows XP Hardware 0 01-05-2006 02:15 AM
Curious Hard Drive Issue Manu Windows XP Hardware 10 01-05-2006 02:13 AM


All times are GMT. The time now is 10:13 PM.


Powered by vBulletin Version 3.5.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd. SEO by vBSEO 2.3.2 © 2005, Crawlability, Inc.

RE: USMT issues with D Drive