--- trunk/www/onepage.html 2010/05/21 14:49:03 56 +++ trunk/www/onepage.html 2010/05/31 19:35:50 72 @@ -72,8 +72,8 @@

Clonezilla-SysRescCD

Wellcome

-

26/03/2010 - v 3.1.0

-

Last update: 21/05/2010

+

25/05/2010 - v 3.1.0

+

Last update: 31/05/2010

@@ -131,7 +131,7 @@ Release table DateVersion Clonezilla Live VersionSystemRescueCD Version -25/02/103.1.01.2.3-27 (mod)1.4.0 (mod) +25/05/103.1.01.2.5-17 (mod)1.5.4 (mod) 02/07/082.6.01.1.0-8 (mod)1.0.4 (mod) @@ -162,8 +162,8 @@
VersionPackage/CDComments
3.1.0CD -- Clonezilla Live updated to version 1.2.4-28-686
-- SystemRescueCD updated to version 1.4.0
+- Clonezilla Live updated to version 1.2.5-17-686
+- SystemRescueCD updated to version 1.5.3
Super Grub Disk updated to version 0.9799
- Added Super Grub Disk 2 version 1.30
- Most operations are now executed through the TUI (Text User Interface)
@@ -526,7 +526,7 @@

SystemRescueCD boot parameters [^]

-The following info applies to SystemRescueCD v. 1.3.5. In case
+The following info applies to SystemRescueCD v. 1.5.4. In case
you need to get info for a more recent version of SystemRescueCD
please see the page "Sysresccd-manual-en Booting the CD-ROM"
@@ -620,7 +620,7 @@

Clonezilla Live boot parameters [^]

-The following info applies to Clonezilla Live v. 1.2.3-27
+The following info applies to Clonezilla Live v. 1.2.5-17
In case you need to get info for a more recent version of Clonezilla Live
please see the page "The boot parameters for Clonezilla live"
@@ -1017,8 +1017,7 @@

ocs-live

About the Image file [^]

One thing should be made clear about the image file: it is not a file, it is a folder, containing the actual image file and some data about the disk/partition it is associated with. So when you insert the image file name, you actually insert the folder name where the image will be saved/restored.

-Before you are able to insert the image file name, a list of partitions will be presented to you, so that you can choose where it should be saved/found. When you select one of them, it will be mounted under /home/partimag.

-This folder is very important for Clonezilla Live; the image file must be located under this directory, which means that the image file must be on the root directory of the mounted partition. So you can not, for example, create a folder called all_my_images and move all your image files in there; Clonezilla Live will not be able to find them!!!

+Before you are able to insert the image file name, a list of partitions will be presented to you, so that you can choose where it should be saved/found. When you select one of them, it will be mounted and a list of folders will be presented to you, so you can select the base image directory (first level directory within the partition), which will then be mounted under /home/partimag. This way you can, for example, create a folder called all_my_images in one of your disk partitions, and move all your image files in there; Clonezilla Live will be able to find them!!!

Another thing that should be pointed out is that only unmounted partitions will be included in the above list. This means that if you have stopped the program at some point after specifying the partition where the image file resides, and it has been mounted, it will not be present in the list the next time it is presented to you, and you will not be able to use it.

There are two things you can do in this case; either unmount the partition, as stated above, or select

skip        Use existing /home/partimag

@@ -1048,22 +1047,36 @@

This option prevents Clonezilla Live from cloning your page file if you are cloning a partition containing Windows. Often the page file is big and unneeded, and skipping it may speed cloning up without causing any harm. Mind you, this option is disabled by default because sometimes the page file may be necessary.

-ntfs-ok Skip checking NTFS integrity, even bad sectors (ntfsclone only)

This option works only if you selected the -q option and you're cloning a NTFS partition. It prevents the integrity check of NTFS partitions and speeds the cloning process up a little. However, if the check is disabled, there is a risk that the filesystem is damaged and the image created from it is useless.

+

-rescue Continue reading next one when disk blocks read errors

+

If this option is set, Clonezilla Live continues cloning even if a read error occurs. If there is one, the disk image will be corrupted, but failing hard drives can only be cloned with this option enabled.

+

-fsck-src-part Check and repair source file system before saving

+

This option causes Clonezilla Live to check the integrity of the partition(s) to be cloned. If the filesystem of the partition is damaged, Clonezilla Live also attempts to repair it automatically. Enabling this option reduces the risk that the image contains a damaged filesystem. However, the option is disabled by default because the automatic filesystem repair attempt may cause data loss.

-gm Generate image MD5 checksums

-

Causes Clonezilla Live to calculate MD5 checksum(s) of image(s) created. If the image cets corrupted afterwards, the checksum allows to notice the corruption before the image is restored. Mind you, calculating the checksum takes some time and slows the process down a little.

+

Causes Clonezilla Live to calculate MD5 checksum(s) of image(s) created. If the image gets corrupted afterwards, the checksum allows to notice the corruption before the image is restored. Mind you, calculating the checksum takes some time and slows the process down a little.

-gs Generate image SHA1 checksums

This option is identical to the above, but creates SHA1 checksum(s) instead of MD5. SHA1 is considered to be more accurate checksum algorithm than MD5, but MD5 is more popular.

Compression method [^]

-

-z1        gzip compression (fast with a smaller image)
+

-z1p       Use parallel gzip compression (testing), for multicore/CPU
+-z1        gzip compression (fast with a smaller image)
+-z2p       Use parallel bzip2 compression (testing), for multicore/CPU
-z2        bzip2 compression (slowest but smallest image)
-z3        lzo compression (faster with image size approx. to that of gzip)(NOTE!!)
--z4        lzma compression (slowest but also small image, faster decompression than bzip2)
+-z4        lzma_compression_(slowest_but_also_small_image,_faster_decompression_than_bzip2)
+-z5p       Use_parallel_xz_compression_(testing),_for_multicore/CPU
+-z5        xz_compression_(slowest_but_also_small_image,_faster_decompression_than_bzip2)
+-z6p       Use_parallel_lzip_compression_(testing),_for_multicore/CPU
+-z6        lzip_compression_(slowest_but_also_small_image,_faster_decompression_than_bzip2)
-z0        No compression (fastest but largest image size)

This option chooses the method which is used to compress the image while creating it.

If no compression is used at all, there won't be any negative speed impact caused by compression. However, the image file size is the size of all the data backed up - for example, if you clone a 160 GB hard drive containing 60 gigabytes of data, the resulting disk image will be 60 gigabytes in size.

Gzip and lzop are fast compression methods. Lzop is many times faster than gzip, but creates slightly larger images. Clonezilla Live warns that lzop requires good-quality RAM, but I (the contributor who wrote this chapter) think other compression methods require good RAM too.

-

Bzip2 and lzma are powerful compression methods. Lzma creates a little smaller images than bzip2, and decompressing lzma-compressed images is faster than decompressing bzip2 images. But there is no free lunch: lzma compression method is very slow compared even to bzip2, which isn't fast method either.

+

Bzip2, lzma, xz and lzip are powerful compression methods. Lzma creates a little smaller images than bzip2, and decompressing lzma-compressed images is faster than decompressing bzip2 images. But there is no free lunch: lzma compression method is very slow compared even to bzip2, which isn't fast method either.

+

Lzma method is becoming obsolete, and both xz and lzip are attempting to become its successor. They are a bit less powerful compression methods than lzma, but much faster. The differences between xz and lzip are virtually non-existent.

+

If you don't use the i486 version of Clonezilla-SysRescCD and your processor contains multiple cores and/or supports Hyper-Threading, parallel gzip, bzip2, xz and lzip compression methods are also available. Parallel compression means that each processor core compresses a different part of the image at a time. Without parallel compression one core compresses everything.

+

The speed impact caused by parallel compression depends on the number of processor cores available. In addition, Hyper-Threading increases the speed by about 30 % if parallel compression is used. For example, if your processor contains four cores and supports Hyper-Threading, speed with parallel compression is nearly 5,2 times as high as without. However, parallel compression is currently an experimental feature.

Splitting [^]

This option (command line: -i [number]) decides if the created image files are splitted into smaller pieces, and if yes, how large the pieces are. This setting doesn't usually matter, but some filesystems (most importantly FAT32) don't allow files larger than four gigabytes. If you're saving the disk image to a FAT32 partition, enter 4000 or less. (Value 0 disables splitting, so don't use it in that case.) If the filesystem allows files big enough, enter any value which isn't too small (you don't want to split the image into too many pieces, do you?)

+

Clonezilla Live warns that it is no longer safe to disable splitting because value 0 can confuse init. I (the contributor) don't know what the warning exactly means and haven't been able to reproduce the problem. Anyway, entering a very big value, for example 999999999999, is a safe way to keep the image in one piece.

Postaction [^]

-p true        Do nothing when the clone finishes
-p reboot      Reboot client when the clone finishes
@@ -1099,6 +1112,8 @@

This option is useful if you are cloning a small disk to larger one. It tries to resize the restored filesystem to the size of the partition where it was restored to. It allows you to use the whole size of your new disk without resizing the partition afterwards. The option requires that the disk where the image is copied already contains a partition where the image is restored or that the option -k1 is enabled.

-e sfdisk uses the CHS value of hard drive from the saved image

Force to use the saved CHS (cylinders, heads, sectors) when using sfdisk. Of cource, there is no use of it when using any of -j0, -k or -k2 options.

+

-icrc Ignore CRC checking of partclone

+

This option causes partclone to skip checking the CRC32 checksums of the image. Enabling this option speeds the restore process up. However, if this option is enabled and the -cm and -cs options are disabled, there is no way to notice if the image has corrupted.

-j1 Write MBR (512 B) again after image is restored. Not OK for partition table diffe

When a disk image is restored, the partition table must be updated to reflect the actual partitions in the disk. If you don't want it to happen, enable this option. Then the Master Boot Record (including the partition table) is restored again after restoring the image. Note that using this option can destroy all the data in the target drive.

-j2 Clone the hidden data between MBR and 1st partition

@@ -1128,7 +1143,7 @@

-j0 Use dd to create partition (NOT OK if logical drives exist)

Use dd to dump the partition table from saved image instead of sfdisk.

We read in DRBL FAQ/Q&A:

-

When I use clonezilla to clone M$ windows, there is no any problem when saving an image from template machine. However, after the image is restored to another machine, it fails to boot, the error message is "Missing Operating System". What's going on ?

+

When I use clonezilla to clone M$ windows, there is no any problem when saving an image from template machine. However, after the image is restored to another machine, it fails to boot, the error message is "Missing Operating System". What's going on ?

Usually this is because GNU/Linux and M$ windows interpret the CHS (cylinder, head, sector) value of harddrive differently. Some possible solutions:
  1. Maybe you can change the IDE harddrive setting in BIOS, try to use LBA instead of auto mode.
  2. Try to choose
@@ -1158,10 +1173,10 @@ prompt, execute the command:

chkdsk /f X:

where X: is the drive letter of the disk. When done, boot back into Clonezilla Live and repeat the backup procedure.

-If the Windows version you use is not XP, boot into SystemRescueCD (graphical mode is not needed) and run the following command: +

If the disk/partition you are trying to backup is not the Windows System disk (usually C:), you can boot Windows, and execute the command in a DOS window. To open a DOS window click Start / Run... and at the prompt Open: type cmd.

+

If the Windows version you use is not XP and you're trying to backup the Windows System drive, boot into SystemRescueCD (graphical mode is not needed) and run the following command:

ntfsfix /dev/hda1

where /dev/hda1 is the partition name in GNU/Linux. When done, boot back into Clonezilla Live and repeat the backup procedure.

-If the disk/partition you are trying to backup is not the Windows System disk (usually C:), you can boot Windows, and execute the command in a DOS window. To open a DOS window click Start / Run... and at the prompt Open: type cmd.
  • If Windows XP Recovery Console is not available, you don't have the time to execute the procedure described above, or even if you have executed it but you still get the same message, and you are absolutely sure that you get this message because the NTFS partition is really scheduled for check, and it's not because Windows crushed or have become corrupt, you can mount the patririon by hand and tell Clonezilla Live to use it. Assuming the partition is /dev/hda1, exit the program and execute the commands:

    sudo su -
    ntfs-3g -o force /dev/hda1 /home/partimag
    @@ -1260,13 +1275,17 @@ After that, the backup begins


    -and when it's successfully completed, I will be able to reboot the system by pressing 1 and ENTER. -

    +and when it's successfully completed, I press ENTER to get to the shell. Then, I execute the commands:

    +

    sudo su -
    +cd
    +umount -a
    +reboot

    +

    to reboot the system.

    Getting backups on Samba [^]

    What if you don't have a spare local disk or partition or a USB disk? How will you be able to get a backup of your system? Well, if your PC is on the same LAN with another PC running Windows (or linux), you can use Samba to save your image file on that remote PC (which we will call Samba server from now on).

    Using Samba you will be able to mount a Windows share resource (or Samba share resource), from within Clonezilla Live, and save the image file there. Then you can boot that PC using SystemRescueCD and create a restore DVD.

    -In this page I will demonstrate the creation of an image file by getting a backup of my Windows partition (/dev/hda1). The image file will be save in my Samba server which is my laptop (ip: 10.0.0.2, Windows share resource name: data). +In this page I will demonstrate the creation of an image file by getting a backup of my second disk (/dev/hdb). The image file will be save in my Samba server which is my laptop (ip: 10.0.0.3, Windows share resource name: all_my_images).

    What is Samba? [^]

    We read at http://us1.samba.org/samba/:

    @@ -1290,62 +1309,71 @@

    If you need to change these settings, go to the Getting backups page for instructions .

    Screen "Start Clonezilla" [^]

    -

    I select "Start Clonezilla" and press ENTER.

    +


    +I select "Start Clonezilla" and press ENTER. +

    Screen "Clonezilla" [^]

    -

    I select "device-image" and press ENTER.

    -

    Screen "Mount clonezilla image directory" [^

    +


    +I select "device-image" and press ENTER.

    +

    +

    Screen "Mount clonezilla image directory" [^]

    In this screen I can select the way the image file directory will be saved. Available options are local directory, remote directory through ssh, samba or nfs and skip, to use the previously used directory. More info about the image file can be found at section "About the Image file".

    +
    I select "samba server" and press ENTER.

    Screen "Mount Samba Server" [^]

    -

    This is where I have to enter the IP address of my Samba server.

    I type "10.0.0.2" and press ENTER.

    +

    This is where I have to enter the IP address of my Samba server.

    +
    +I type "10.0.0.3" and press ENTER.

    Screen "Mount Samba Server" (second time) [^]

    -

    This is where I have to enter the account (user) name on my Samba server.

    I type "spiros" and press ENTER.

    +

    This is where I have to enter the domain name on my Samba server.

    +
    +I just press ENTER, as there is no domain in my LAN. If there is a domain in your network, you have to type its name (something like my_company.com) and press ENTER.

    Screen "Mount Samba Server" (third time) [^]

    -

    This is where I have to enter the domain name on my Samba server.

    I select "Cancel" and press ENTER, as there is no domain in my LAN. If there is a domain in your network, you have to type its name (something like my_company.com) and press ENTER.

    +

    This is where I have to enter the account (user) name on my Samba server.

    +
    +I type "spiros" and press ENTER.

    Screen "Mount Samba Server" (fourth time) [^]

    -

    This is where I have to enter the directory name on my Samba server, in which the image file will be saved.

    I type "/data" and press ENTER.

    -At this point I will be asked for the password for user spiros. I will be able to continue only after entering it correctly.

    +

    This is where I have to enter the directory name on my Samba server, in which the image file will be saved.

    I type "/all_my_images" and press ENTER.

    +
    +At this point I informed I will be asked for the password for user spiros.

    +
    +I will be able to continue only after entering it correctly.

    +

    Screen "Clonezilla - Opensource Clone System (OCS)" [^]

    -

    I select Beginner mode to accept the default backup options. If you select Expert mode, you can choose the options yourself. More details can be found here.

    -

    Screen "Clonezilla: Select mode" [^]

    -

    Here I can select the desired operation. Available options are:

    -

    savedisk
    -    Save entire disk to image
    -
    -restoredisk
    -    Restore entire disk from image
    -
    -saveparts
    -    Save partition to image
    -
    -restoreparts
    -    Restore partition from image
    -
    -recovery-iso-zip
    -    Create an automated restore CD/DVD/USB drive

    -

    I select "saveparts" and press ENTER.

    -

    Screen "Clonezilla - Opensource Clone System (OCS) | Mode: saveparts" [^]

    -

    This is the name of the image file. You can insert anything you like, as long as it makes sence to you, so that you can distinguish the image file afterwards.
    -
    -I insert "win_img" and press ENTER.

    -

    Next screen [^]

    -

    Here I can select the partition that will be backed up.

    I select "( ) hda1        ntfs" by pressing SPACE and press ENTER, and ENTER again.
    -
    -Then a message is displayed asking for confirmation in order to continue. I just press y, and the backup procedure begins.

    -

    Rebooting the system [^]

    -

    When the backup is done, I get the following:

    -

    (0) Poweroff
    -(1) Reboot
    -(2) Enter command line prompt
    -(3) Start over
    -[2]

    -

    Then I press ENTER and get to the shell. I execute the commands:

    +

    +
    I select Beginer mode to accept the default backup options. If you select Expert mode, you can choose the options yourself. More details can be found here.

    +

    Screen "Select mode" [^]

    +

    Here I can select the desired operation.
    +
    +
    +I select "savedisk" and press ENTER.

    +

    Next Screen [^]

    +


    +In this screen I select the image name.
    +I type "Backup_5-2010_hdb", which in my opinion is more informative name than the default. +

    +

    Next Screen [^]

    +


    +Finally I am asked to select the partition to save.
    +I just press ENTER again. +

    +

    Starting the backup [^]

    +


    +Then the program will display the command that will be executed and will ask me to press ENTER.
    +Then I will be asked to confirm the operation by pressing y and ENTER. +
    +

    +After that, the backup begins
    +
    +
    +and when it's successfully completed, I press ENTER to get to the shell. Then, I execute the commands:

    sudo su -
    cd
    umount -a
    reboot

    +

    to reboot the system.

    @@ -3187,7 +3215,7 @@
    1. In Clonezilla Live

      Type -

      less /live/image/README.txt

      +

      less /README.txt

    2. In SystemRescueCD

      Type