When the client tries to boot into automation and maps the drive (using WinPE or DOS) it records the following error:
System error 85 has occurred. The local device name is already in use.
DS 8.x
Due to DOS and WinPE being limited to mapping drives instead of mapping mount points like Linux does, and as they do not load the target machines registry in order to obtain currently assigned drive letters, they assign all detected drives automatically. This means that if a machine has four or more drives, then DOS and WinPE will not be able to map to the F: drive, as it will already be used up during the drive mapping phase, causing the "System error 85 has occurred. The local device name is already in use." error to be thrown
As WinPE uses the X: drive for itself as well as the Z: drive for its RamDrive by default, it is recommended to use the Y: drive in the boot images to map to the eXpress share.
Please be aware that if the target machine has 24 or more detectable drives, then WinPE will not work. If it has 26 detectable drives, then DOS will not work either (25 drives would mean that the eXpress share mapping would have to be the Z: drive). In cases like this, Altiris recommends to use Linux PE instead, as this uses mount points which does not have this limitation.