I'm using the clonezilla included in Partition Magic 4.3. I'm trying to move data from 2 SCSI disks on an old computer to 2 new partitions on a SATA drive on a newer computer, and so far no joy. My first attempt failed, then whacked my MBR. My second and third attempt used -t option. Both disks were NTFS, and I created partitions on my SATA disk using gparted.
Below is the output from one session, the other is similar. I have a hard time believing that both backups are corrupt. Any clues?
Clonezilla mode is device-image
ocsroot device is nfs_server
Network is already configured! Available IP address on this machine: 192.168.1.7
Preparing the mount point /home/partimag...
Mounting remote directory on NFS (Ver 3) server as /home/partimag...
NFS server is: 192.168.1.4
The path in nfs server is: /home/backup
Mouting nfs server by:
mount -t nfs 192.168.1.4:/home/backup /home/partimag
The file system disk space usage
*****************************************************.
Filesystem Size Used Avail Use% Mounted on
proc 0 0 0 - /proc
sysfs 0 0 0 - /sys
usbfs 0 0 0 - /proc/bus/usb
192.168.1.4:/home/backup
466G 279G 188G 60% /home/partimag
*****************************************************.
Press "Enter" to continue......
done!
Setting the TERM as xterm
Choose the mode for ocs-sr
*****************************************************.
Clonezilla image dir: /home/partimag
*****************************************************.
Excluding busy partition or disk...
Getting /dev/sda1 info...
Getting /dev/sda2 info...
Getting /dev/sda3 info...
Getting /dev/sda4 info...
Shutting down the Logical Volume Manager
Finished Shutting down the Logical Volume Manager
*****************************************************.
Do NOT create partition table on the client harddisk!
Do NOT restore the MBR on the client!
PS. Next time you can run this command directly:
/opt/drbl/sbin/ocs-sr -g auto -e1 auto -e2 -c -t -j2 -k -p true restoreparts "2009-07-27-18-scrappy-sda" "sda3"
This command is also saved as this file name for later use if necessary: /tmp/ocs-2009-07-27-18-scrappy-sda-2009-07-29-20-07
Press "Enter" to continue...
Activating the partition info in /proc... done!
Getting /dev/sda3 info...
*****************************************************.
The following step is to restore an image to the hard disk/partition(s) on this machine: "/home/partimag/2009-07-27-18-scrappy-sda" -> "sda sda3"
WARNING!!! WARNING!!! WARNING!!!
WARNING! THE EXISTING DATA IN THIS HARDDISK/PARTITION(S) WILL BE OVERWRITTEN! ALL EXISTING DATA WILL BE LOST:
*****************************************************.
Machine: P5K-VM
sda3 (5240MB_ntfs(In_WDC_WD5000AAKS-6)_ata-WDC_WD5000AAKS-65YGA0_WD-WCAS83037000)
*****************************************************.
Are you sure you want to continue? ?
[y/n] y
OK, let's do it!!
This program is not started by clonezilla server.
The following step is to restore an image to the hard disk/partition(s) on this machine: "/home/partimag/2009-07-27-18-scrappy-sda" -> "sda (sda3)"
WARNING!!! WARNING!!! WARNING!!!
WARNING! THE EXISTING DATA IN THIS HARDDISK/PARTITION(S) WILL BE OVERWRITTEN! ALL EXISTING DATA WILL BE LOST:
*****************************************************.
Machine: P5K-VM
sda3 (5240MB_ntfs(In_WDC_WD5000AAKS-6)_ata-WDC_WD5000AAKS-65YGA0_WD-WCAS83037000)
*****************************************************.
Let me ask you again, Are you sure you want to continue? ?
[y/n] y
OK, let's do it!!
Restoring partition /dev/sda3...
*****************************************************.
Clean filesystem header in device /dev/sda3...
*****************************************************.
Finished unicast restoring image 2009-07-27-18-scrappy-sda to /dev/sda3.
*****************************************************.
Failed to restore partition image file /home/partimag/2009-07-27-18-scrappy-sda/sda3* to /dev/sda3! Maybe this image is corrupt! Press "Enter" to continue......
The grub directory is NOT found. Maybe it does not exist (so other boot manager exists) or the file system is not supported in the kernel. Skip running grub-install.
*****************************************************.
The NTFS boot partition is NOT found or not among the restored partition(s). Skip running partclone.ntfsfixboot.
*****************************************************.
*****************************************************
*****************************************************
This program is not started by Clonezilla server, so skip notifying it the job is done.
Finished!
Now syncing - flush filesystem buffers...
Press Enter to exit...
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Could you please run:
find /home/partimag/2009-07-27-18-scrappy-sda -print
after NFS is mounted, then post the results ?
BTW, maybe you can try the Clonezilla live downloaded from clonezilla.org, to see if any difference ?
Steven.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I'm using the clonezilla included in Partition Magic 4.3. I'm trying to move data from 2 SCSI disks on an old computer to 2 new partitions on a SATA drive on a newer computer, and so far no joy. My first attempt failed, then whacked my MBR. My second and third attempt used -t option. Both disks were NTFS, and I created partitions on my SATA disk using gparted.
Below is the output from one session, the other is similar. I have a hard time believing that both backups are corrupt. Any clues?
Clonezilla mode is device-image
ocsroot device is nfs_server
Network is already configured! Available IP address on this machine: 192.168.1.7
Preparing the mount point /home/partimag...
Mounting remote directory on NFS (Ver 3) server as /home/partimag...
NFS server is: 192.168.1.4
The path in nfs server is: /home/backup
Mouting nfs server by:
mount -t nfs 192.168.1.4:/home/backup /home/partimag
The file system disk space usage
*****************************************************.
Filesystem Size Used Avail Use% Mounted on
proc 0 0 0 - /proc
sysfs 0 0 0 - /sys
usbfs 0 0 0 - /proc/bus/usb
192.168.1.4:/home/backup
466G 279G 188G 60% /home/partimag
*****************************************************.
Press "Enter" to continue......
done!
Setting the TERM as xterm
Choose the mode for ocs-sr
*****************************************************.
Clonezilla image dir: /home/partimag
*****************************************************.
Excluding busy partition or disk...
Getting /dev/sda1 info...
Getting /dev/sda2 info...
Getting /dev/sda3 info...
Getting /dev/sda4 info...
Shutting down the Logical Volume Manager
Finished Shutting down the Logical Volume Manager
*****************************************************.
Do NOT create partition table on the client harddisk!
Do NOT restore the MBR on the client!
PS. Next time you can run this command directly:
/opt/drbl/sbin/ocs-sr -g auto -e1 auto -e2 -c -t -j2 -k -p true restoreparts "2009-07-27-18-scrappy-sda" "sda3"
This command is also saved as this file name for later use if necessary: /tmp/ocs-2009-07-27-18-scrappy-sda-2009-07-29-20-07
Press "Enter" to continue...
Activating the partition info in /proc... done!
Getting /dev/sda3 info...
*****************************************************.
The following step is to restore an image to the hard disk/partition(s) on this machine: "/home/partimag/2009-07-27-18-scrappy-sda" -> "sda sda3"
WARNING!!! WARNING!!! WARNING!!!
WARNING! THE EXISTING DATA IN THIS HARDDISK/PARTITION(S) WILL BE OVERWRITTEN! ALL EXISTING DATA WILL BE LOST:
*****************************************************.
Machine: P5K-VM
sda3 (5240MB_ntfs(In_WDC_WD5000AAKS-6)_ata-WDC_WD5000AAKS-65YGA0_WD-WCAS83037000)
*****************************************************.
Are you sure you want to continue? ?
[y/n] y
OK, let's do it!!
This program is not started by clonezilla server.
The following step is to restore an image to the hard disk/partition(s) on this machine: "/home/partimag/2009-07-27-18-scrappy-sda" -> "sda (sda3)"
WARNING!!! WARNING!!! WARNING!!!
WARNING! THE EXISTING DATA IN THIS HARDDISK/PARTITION(S) WILL BE OVERWRITTEN! ALL EXISTING DATA WILL BE LOST:
*****************************************************.
Machine: P5K-VM
sda3 (5240MB_ntfs(In_WDC_WD5000AAKS-6)_ata-WDC_WD5000AAKS-65YGA0_WD-WCAS83037000)
*****************************************************.
Let me ask you again, Are you sure you want to continue? ?
[y/n] y
OK, let's do it!!
Restoring partition /dev/sda3...
*****************************************************.
Clean filesystem header in device /dev/sda3...
*****************************************************.
Finished unicast restoring image 2009-07-27-18-scrappy-sda to /dev/sda3.
*****************************************************.
Failed to restore partition image file /home/partimag/2009-07-27-18-scrappy-sda/sda3* to /dev/sda3! Maybe this image is corrupt! Press "Enter" to continue......
The grub directory is NOT found. Maybe it does not exist (so other boot manager exists) or the file system is not supported in the kernel. Skip running grub-install.
*****************************************************.
The NTFS boot partition is NOT found or not among the restored partition(s). Skip running partclone.ntfsfixboot.
*****************************************************.
*****************************************************
*****************************************************
This program is not started by Clonezilla server, so skip notifying it the job is done.
Finished!
Now syncing - flush filesystem buffers...
Press Enter to exit...
Could you please run:
find /home/partimag/2009-07-27-18-scrappy-sda -print
after NFS is mounted, then post the results ?
BTW, maybe you can try the Clonezilla live downloaded from clonezilla.org, to see if any difference ?
Steven.