Advertisement
Guest User

ClonezillaError

a guest
Dec 7th, 2014
393
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.34 KB | None | 0 0
  1. Starting /usr/sbin/ocs-sr at 2014-12-07 03:04:13 UTC...
  2. *****************************************************.
  3. Clonezilla image dir: /home/partimag
  4. Shutting down the Logical Volume Manager
  5. Finished Shutting down the Logical Volume Manager
  6. The selected devices: sda
  7. PS. Next time you can run this command directly:
  8. /usr/sbin/ocs-sr -q2 -c -j2 -z1p -i 2000 -p true savedisk 2014-12-07-03-XPS-img sda
  9. *****************************************************.
  10. The selected devices: sda
  11. Searching for data partition(s)...
  12. Searching for swap partition(s)...
  13. The data partition to be saved: sda1 sda2 sda3 sda5 sda6 sda8
  14. The swap partition to be saved: sda7
  15. The selected devices: sda1 sda2 sda3 sda5 sda6 sda8
  16. The following step is to save the hard disk/partition(s) on this machine as an image:
  17. *****************************************************.
  18. Machine: Dell System XPS L502X
  19. sda (500GB_TOSHIBA_MK5061GS_TOSHIBA_MK5061GSY_513DT5MQT)
  20. sda1 (104M_vfat_A.(In_TOSHIBA_MK5061GS)_TOSHIBA_MK5061GSY_513DT5MQT)
  21. sda2 (19.5G_ntfs_RECOVERY(In_TOSHIBA_MK5061GS)_TOSHIBA_MK5061GSY_513DT5MQT)
  22. sda3 (125G_ntfs_OS(In_TOSHIBA_MK5061GS)_TOSHIBA_MK5061GSY_513DT5MQT)
  23. sda5 (270G_ntfs_DATA(In_TOSHIBA_MK5061GS)_TOSHIBA_MK5061GSY_513DT5MQT)
  24. sda6 (27.1G_ext4(In_TOSHIBA_MK5061GS)_TOSHIBA_MK5061GSY_513DT5MQT)
  25. sda8 (20G_ext4(In_TOSHIBA_MK5061GS)_TOSHIBA_MK5061GSY_513DT5MQT)
  26. *****************************************************.
  27. -> "/home/partimag/2014-12-07-03-XPS-img".
  28. Shutting down the Logical Volume Manager
  29. Finished Shutting down the Logical Volume Manager
  30. Saving block devices info in /home/partimag/2014-12-07-03-XPS-img/blkdev.list...
  31. Saving block devices attributes in /home/partimag/2014-12-07-03-XPS-img/blkid.list...
  32. Checking the integrity of partition table in the disk /dev/sda...
  33. Reading the partition table for /dev/sda...RETVAL=0
  34. *****************************************************.
  35. The first partition of disk /dev/sda starts at 63.
  36. Saving the hidden data between MBR (1st sector, i.e. 512 bytes) and 1st partition, which might be useful for some recovery tool, by:
  37. dd if=/dev/sda of=/home/partimag/2014-12-07-03-XPS-img/sda-hidden-data-after-mbr skip=1 bs=512 count=62
  38. 62+0 records in
  39. 62+0 records out
  40. 31744 bytes (32 kB) copied, 0.00557056 s, 5.7 MB/s
  41. *****************************************************.
  42. Saving the MBR data for sda...
  43. 1+0 records in
  44. 1+0 records out
  45. 512 bytes (512 B) copied, 0.000598618 s, 855 kB/s
  46. Starting saving /dev/sda1 as /home/partimag/2014-12-07-03-XPS-img/sda1.XXX...
  47. /dev/sda1 filesystem: vfat.
  48. *****************************************************.
  49. *****************************************************.
  50. Use partclone with pigz to save the image.
  51. Image file will be split with size limit 2000 MB.
  52. *****************************************************.
  53. If this action fails or hangs, check:
  54. * Is the disk full ?
  55. *****************************************************.
  56. Run partclone: partclone.vfat -z 10485760 -N -L /var/log/partclone.log -c -s /dev/sda1 --output - | pigz -c --fast -b 1024 -p 16 -R | split -b 2000m - /home/partimag/2014-12-07-03-XPS-img/sda1.vfat-ptcl-img.gz. 2> /tmp/split_error.dzkSKR
  57. Partclone v0.2.73 http://partclone.org
  58. Starting to clone device (/dev/sda1) to image (-)
  59. Reading Super Block
  60. we need memory: 31296 bytes
  61. image head 4160, bitmap 26620, crc 516 bytes
  62. Calculating bitmap... Please wait... done!
  63. File system: FAT16
  64. Device size: 109.0 MB = 212929 Blocks
  65. Space in use: 9.7 MB = 18973 Blocks
  66. Free Space: 99.3 MB = 193956 Blocks
  67. Block size: 512 Byte
  68. Total block 212929
  69. Syncing... OK!
  70. Partclone successfully cloned the device (/dev/sda1) to the image (-)
  71. >>> Time elapsed: 12.05 secs (~ .200 mins)
  72. *****************************************************.
  73. Finished saving /dev/sda1 as /home/partimag/2014-12-07-03-XPS-img/sda1.vfat-ptcl-img.gz
  74. *****************************************************.
  75. Starting saving /dev/sda2 as /home/partimag/2014-12-07-03-XPS-img/sda2.XXX...
  76. /dev/sda2 filesystem: ntfs.
  77. *****************************************************.
  78. *****************************************************.
  79. Use partclone with pigz to save the image.
  80. Image file will be split with size limit 2000 MB.
  81. *****************************************************.
  82. If this action fails or hangs, check:
  83. * Is the disk full ?
  84. *****************************************************.
  85. Run partclone: partclone.ntfs -z 10485760 -N -L /var/log/partclone.log -c -s /dev/sda2 --output - | pigz -c --fast -b 1024 -p 16 -R | split -b 2000m - /home/partimag/2014-12-07-03-XPS-img/sda2.ntfs-ptcl-img.gz. 2> /tmp/split_error.eSnSlQ
  86. Partclone v0.2.73 http://partclone.org
  87. Starting to clone device (/dev/sda2) to image (-)
  88. Reading Super Block
  89. we need memory: 648260 bytes
  90. image head 4160, bitmap 640000, crc 4100 bytes
  91. Calculating bitmap... Please wait... done!
  92. File system: NTFS
  93. Device size: 21.0 GB = 5119999 Blocks
  94. Space in use: 8.8 GB = 2136934 Blocks
  95. Free Space: 12.2 GB = 2983065 Blocks
  96. Block size: 4096 Byte
  97. Total block 5119999
  98. Syncing... OK!
  99. Partclone successfully cloned the device (/dev/sda2) to the image (-)
  100. >>> Time elapsed: 241.71 secs (~ 4.028 mins)
  101. *****************************************************.
  102. Finished saving /dev/sda2 as /home/partimag/2014-12-07-03-XPS-img/sda2.ntfs-ptcl-img.gz
  103. *****************************************************.
  104. Starting saving /dev/sda3 as /home/partimag/2014-12-07-03-XPS-img/sda3.XXX...
  105. /dev/sda3 filesystem: ntfs.
  106. *****************************************************.
  107. *****************************************************.
  108. Use partclone with pigz to save the image.
  109. Image file will be split with size limit 2000 MB.
  110. *****************************************************.
  111. If this action fails or hangs, check:
  112. * Is the disk full ?
  113. *****************************************************.
  114. Run partclone: partclone.ntfs -z 10485760 -N -L /var/log/partclone.log -c -s /dev/sda3 --output - | pigz -c --fast -b 1024 -p 16 -R | split -b 2000m - /home/partimag/2014-12-07-03-XPS-img/sda3.ntfs-ptcl-img.gz. 2> /tmp/split_error.tTNfTN
  115. Partclone v0.2.73 http://partclone.org
  116. Starting to clone device (/dev/sda3) to image (-)
  117. Reading Super Block
  118. we need memory: 4104360 bytes
  119. image head 4160, bitmap 4096100, crc 4100 bytes
  120. Calculating bitmap... Please wait... done!
  121. File system: NTFS
  122. Device size: 134.2 GB = 32768784 Blocks
  123. Space in use: 100.4 GB = 24509182 Blocks
  124. Free Space: 33.8 GB = 8259602 Blocks
  125. Block size: 4096 Byte
  126. Total block 32768784
  127. Syncing... OK!
  128. Partclone successfully cloned the device (/dev/sda3) to the image (-)
  129. >>> Time elapsed: 1755.25 secs (~ 29.254 mins)
  130. *****************************************************.
  131. Finished saving /dev/sda3 as /home/partimag/2014-12-07-03-XPS-img/sda3.ntfs-ptcl-img.gz
  132. *****************************************************.
  133. Starting saving /dev/sda5 as /home/partimag/2014-12-07-03-XPS-img/sda5.XXX...
  134. /dev/sda5 filesystem: ntfs.
  135. *****************************************************.
  136. *****************************************************.
  137. Use partclone with pigz to save the image.
  138. Image file will be split with size limit 2000 MB.
  139. *****************************************************.
  140. If this action fails or hangs, check:
  141. * Is the disk full ?
  142. *****************************************************.
  143. Run partclone: partclone.ntfs -z 10485760 -N -L /var/log/partclone.log -c -s /dev/sda5 --output - | pigz -c --fast -b 1024 -p 16 -R | split -b 2000m - /home/partimag/2014-12-07-03-XPS-img/sda5.ntfs-ptcl-img.gz. 2> /tmp/split_error.7FJBGx
  144. Partclone v0.2.73 http://partclone.org
  145. Starting to clone device (/dev/sda5) to image (-)
  146. Reading Super Block
  147. we need memory: 8855556 bytes
  148. image head 4160, bitmap 8847296, crc 4100 bytes
  149. Calculating bitmap... Please wait... done!
  150. File system: NTFS
  151. Device size: 289.9 GB = 70778365 Blocks
  152. Space in use: 154.2 GB = 37649295 Blocks
  153. Free Space: 135.7 GB = 33129070 Blocks
  154. Block size: 4096 Byte
  155. Total block 70778365
  156. Syncing... OK!
  157. Partclone successfully cloned the device (/dev/sda5) to the image (-)
  158. >>> Time elapsed: 3890.33 secs (~ 64.838 mins)
  159. *****************************************************.
  160. Finished saving /dev/sda5 as /home/partimag/2014-12-07-03-XPS-img/sda5.ntfs-ptcl-img.gz
  161. *****************************************************.
  162. Starting saving /dev/sda6 as /home/partimag/2014-12-07-03-XPS-img/sda6.XXX...
  163. /dev/sda6 filesystem: ext4.
  164. *****************************************************.
  165. *****************************************************.
  166. Use partclone with pigz to save the image.
  167. Image file will be split with size limit 2000 MB.
  168. *****************************************************.
  169. If this action fails or hangs, check:
  170. * Is the disk full ?
  171. *****************************************************.
  172. Run partclone: partclone.ext4 -z 10485760 -N -L /var/log/partclone.log -c -s /dev/sda6 --output - | pigz -c --fast -b 1024 -p 16 -R | split -b 2000m - /home/partimag/2014-12-07-03-XPS-img/sda6.ext4-ptcl-img.gz. 2> /tmp/split_error.5vSA5L
  173. Partclone v0.2.73 http://partclone.org
  174. Starting to clone device (/dev/sda6) to image (-)
  175. Reading Super Block
  176. we need memory: 897092 bytes
  177. image head 4160, bitmap 888832, crc 4100 bytes
  178. Calculating bitmap... Please wait... extfsclone.c: bitmap free count err, free:623704
  179. Failed to use partclone program to save or restore an image!
  180. *****************************************************.
  181. Failed to save partition /dev/sda6.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement