Advertisement
Guest User

Untitled

a guest
Jun 24th, 2019
314
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.14 KB | None | 0 0
  1. Move partition ‘/dev/sda2’ to the right by 512.00 KiB and shrink it from 902.27 GiB to 892.50 GiB
  2.  
  3. Job: Check file system on partition ‘/dev/sda2’
  4. Command: ntfsresize --no-progress-bar --info --force --verbose /dev/sda2
  5. ntfsresize v2017.3.23 (libntfs-3g)
  6. Device name : /dev/sda2
  7. NTFS volume version: 3.1
  8. Cluster size : 4096 bytes
  9. Current volume size: 968801382912 bytes (968802 MB)
  10. Current device size: 968801386496 bytes (968802 MB)
  11. Checking for bad sectors ...
  12. Checking filesystem consistency ...
  13. Accounting clusters ...
  14. Space in use : 263879 MB (27.2%)
  15. Collecting resizing constraints ...
  16. Estimating smallest shrunken size supported ...
  17. File feature Last used at By inode
  18. Multi-Record : 506835 MB 14997
  19. $MFTMirr : 1 MB 1
  20. Compressed : 283520 MB 669006
  21. Sparse : 503055 MB 191500
  22. Ordinary : 511110 MB 983139
  23. You might resize at 263878410240 bytes or 263879 MB (freeing 704923 MB).
  24. Please make a test run using both the -n and -s options before real resizing!
  25. Check file system on partition ‘/dev/sda2’: Success
  26.  
  27. Job: Resize file system on partition ‘/dev/sda2’ to 1871708160 sectors
  28. The file system on partition ‘/dev/sda2’ already has the requested length of 1871708160 sectors.
  29. Resize file system on partition ‘/dev/sda2’ to 1871708160 sectors: Success
  30.  
  31. Job: Set geometry of partition ‘/dev/sda2’: Start sector: 205824, length: 1871708160
  32. Set geometry of partition ‘/dev/sda2’: Start sector: 205824, length: 1871708160: Success
  33.  
  34. Job: Set geometry of partition ‘/dev/sda2’: Start sector: 206848, length: 1871708160
  35. Set geometry of partition ‘/dev/sda2’: Start sector: 206848, length: 1871708160: Success
  36.  
  37. Job: Move the file system on partition ‘/dev/sda2’ to sector 206848
  38. Copying 91392 blocks (958314577920 bytes) from 105906176 to 105906176, direction: left.
  39.  
  40. Copying 215 MiB/second, estimated time left: 01:07:09
  41.  
  42. Copying 214 MiB/second, estimated time left: 01:03:58
  43.  
  44. Copying 215 MiB/second, estimated time left: 01:00:13
  45.  
  46. Copying 216 MiB/second, estimated time left: 00:56:25
  47.  
  48. Copying 217 MiB/second, estimated time left: 00:52:33
  49.  
  50. Copying 218 MiB/second, estimated time left: 00:48:49
  51.  
  52. Copying 218 MiB/second, estimated time left: 00:45:20
  53.  
  54. Copying 219 MiB/second, estimated time left: 00:41:44
  55.  
  56. Copying 220 MiB/second, estimated time left: 00:38:04
  57.  
  58. Copying 219 MiB/second, estimated time left: 00:34:42
  59.  
  60. Copying 219 MiB/second, estimated time left: 00:31:15
  61.  
  62. Copying 220 MiB/second, estimated time left: 00:27:40
  63.  
  64. Copying 220 MiB/second, estimated time left: 00:24:08
  65.  
  66. Copying 221 MiB/second, estimated time left: 00:20:39
  67.  
  68. Copying 221 MiB/second, estimated time left: 00:17:12
  69.  
  70. Copying 221 MiB/second, estimated time left: 00:13:45
  71.  
  72. Copying 221 MiB/second, estimated time left: 00:10:18
  73.  
  74. Copying 221 MiB/second, estimated time left: 00:06:52
  75.  
  76. Copying 221 MiB/second, estimated time left: 00:03:26
  77.  
  78. Copying 221 MiB/second, estimated time left: 00:00:00
  79.  
  80. Copying 91392 blocks (958314577920 bytes) finished.
  81.  
  82. Closing device. This may take a few seconds.
  83.  
  84. Updating boot sector for NTFS file system on partition ‘/dev/sda2’.
  85.  
  86. Command: dd of=/dev/sda2 bs=1 count=4 seek=28
  87. 4+0 records in
  88. 4+0 records out
  89. 4 bytes copied, 5.2611e-05 s, 76.0 kB/s
  90.  
  91. Command: dd of=/dev/sda2 bs=1 count=4 seek=958314577436
  92. 4+0 records in
  93. 4+0 records out
  94. 4 bytes copied, 0.0447718 s, 0.1 kB/s
  95. Move the file system on partition ‘/dev/sda2’ to sector 206848: Success
  96.  
  97. Job: Check file system on partition ‘/dev/sda2’
  98. Command: ntfsresize --no-progress-bar --info --force --verbose /dev/sda2
  99. ntfsresize v2017.3.23 (libntfs-3g)
  100. NTFS signature is missing.
  101. ERROR(22): Opening '/dev/sda2' as NTFS failed: Invalid argument
  102. The device '/dev/sda2' doesn't have a valid NTFS.
  103. Maybe you selected the wrong partition? Or the whole disk instead of a
  104. partition (e.g. /dev/hda, not /dev/hda1)? This error might also occur
  105. if the disk was incorrectly repartitioned (see the ntfsresize FAQ).
  106.  
  107. Command: ntfsresize --no-progress-bar --info --force --verbose /dev/sda2
  108. ntfsresize v2017.3.23 (libntfs-3g)
  109. NTFS signature is missing.
  110. ERROR(22): Opening '/dev/sda2' as NTFS failed: Invalid argument
  111. The device '/dev/sda2' doesn't have a valid NTFS.
  112. Maybe you selected the wrong partition? Or the whole disk instead of a
  113. partition (e.g. /dev/hda, not /dev/hda1)? This error might also occur
  114. if the disk was incorrectly repartitioned (see the ntfsresize FAQ).
  115. Check file system on partition ‘/dev/sda2’: Error
  116.  
  117. Checking partition ‘/dev/sda2’ after resize/move failed.
  118. Move partition ‘/dev/sda2’ to the right by 512.00 KiB and shrink it from 902.27 GiB to 892.50 GiB: Error
  119.  
  120. ----
  121.  
  122. And TestDisk says:
  123.  
  124. TestDisk 7.0, Data Recovery Utility, April 2015
  125. Christophe GRENIER <grenier@cgsecurity.org>
  126. http://www.cgsecurity.org
  127.  
  128. Disk /dev/sda - 1000 GB / 931 GiB - CHS 121601 255 63
  129. Partition Start End Size in sectors
  130. 2 P HPFS - NTFS 12 223 20 116521 81 40 1871708160
  131.  
  132. Boot sector
  133. Status: Bad
  134.  
  135. Backup boot sector
  136. Status: Bad
  137.  
  138. Sectors are not identical.
  139.  
  140. A valid NTFS Boot sector must be present in order to access
  141. any data; even if the partition is not bootable.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement