|
Работа с файлом образа устройства
 |
|
 |
 |
|
 |
|
Zlon is capable of splitting the image file so that no
part exceeds predetermined size. If the compression is not used,
the monolithic disk image can be recombined from the parts by using an
old fashioned "copy" command (at the command prompt type "copy /?" for
more details, or check the example below).
C:\Test>copy /b
image.dsk.000 + image.dsk.001 + image.dsk.002 monolithic.dsk
image.dsk.000
image.dsk.001
image.dsk.002
1 file(s) copied. |
|
|
 |
|
 |
 |
|
 |
|
|
Zlon can use zlib compression library to reduce size of
the resulting image file.
- Due to the fact that no accepted standard on the compressed disk
image file exists, you will have to use Zlon to deploy
the compressed image files. These image files
cannot be used with any other software.
- Using compression will result in higher CPU loads and may slow
down the processing considerably.
|
 |
|
|
|