Topic: Problem Partioning (shrinking)
I am trying to partition my ntfs hdd and split it into two ntfs partitions, but I keep getting the error below
GParted 0.3.4
Libparted 1.7.1
Move /dev/sda1 to the left and shrink it from 88.26 GiB to 77.29 GiB 00:35 ( ERROR )
calibrate /dev/sda1 00:00 ( SUCCES )
path: /dev/sda1
start: 63
end: 185100929
size: 185100867 (88.26 GiB)
calculate new size and position of /dev/sda1 00:00 ( SUCCES )
requested start: 0
requested end: 162079784
requested size: 162079785 (77.29 GiB)
new start: 63
new end: 162079784
new size: 162079722 (77.29 GiB)
check filesystem on /dev/sda1 for errors and (if possible) fix them 00:10 ( SUCCES )
ntfsresize -P -i -f -v /dev/sda1
ntfsresize v1.13.1.1 (libntfs 9:0:0)
Device name : /dev/sda1
NTFS volume version: 3.1
Cluster size : 4096 bytes
Current volume size: 94771638784 bytes (94772 MB)
Current device size: 94771643904 bytes (94772 MB)
Checking for bad sectors ...
Checking filesystem consistency ...
Accounting clusters ...
Space in use : 76796 MB (81.0%)
Collecting resizing constraints ...
Estimating smallest shrunken size supported ...
File feature Last used at By inode
$MFT : 28731 MB 0
Multi-Record : 94772 MB 102003
$MFTMirr : 47390 MB 1
Compressed : 94761 MB 7324
Ordinary : 94770 MB 110955
You might resize at 76795793408 bytes or 76796 MB (freeing 17976 MB).
Please make a test run using both the -n and -s options before real resizing!
shrink filesystem 00:15 ( ERROR )
run simulation 00:15 ( ERROR )
ntfsresize -P --force --force /dev/sda1 -s 82984817663 --no-action
ntfsresize v1.13.1.1 (libntfs 9:0:0)
Device name : /dev/sda1
NTFS volume version: 3.1
Cluster size : 4096 bytes
Current volume size: 94771638784 bytes (94772 MB)
Current device size: 94771643904 bytes (94772 MB)
New volume size : 82984813056 bytes (82985 MB)
Checking filesystem consistency ...
Accounting clusters ...
Space in use : 76796 MB (81.0%)
Collecting resizing constraints ...
Needed relocations : 2489836 (10199 MB)
Schedule chkdsk for NTFS consistency check at Windows boot time ...
Resetting $LogFile ... (this might take a while)
Relocating needed data ...
ERROR: Extended record needed (1032 > 1024), not yet supported!
Please try to free less space.
check filesystem on /dev/sda1 for errors and (if possible) fix them 00:10 ( SUCCES )
ntfsresize -P -i -f -v /dev/sda1
ntfsresize v1.13.1.1 (libntfs 9:0:0)
Device name : /dev/sda1
NTFS volume version: 3.1
Cluster size : 4096 bytes
Current volume size: 94771638784 bytes (94772 MB)
Current device size: 94771643904 bytes (94772 MB)
Checking for bad sectors ...
Checking filesystem consistency ...
Accounting clusters ...
Space in use : 76796 MB (81.0%)
Collecting resizing constraints ...
Estimating smallest shrunken size supported ...
File feature Last used at By inode
$MFT : 28731 MB 0
Multi-Record : 94772 MB 102003
$MFTMirr : 47390 MB 1
Compressed : 94761 MB 7324
Ordinary : 94770 MB 110955
You might resize at 76795793408 bytes or 76796 MB (freeing 17976 MB).
Please make a test run using both the -n and -s options before real resizing!
grow filesystem to fill the partition 00:00 ( SUCCES )
run simulation 00:00 ( SUCCES )
ntfsresize -P --force --force /dev/sda1 --no-action
ntfsresize v1.13.1.1 (libntfs 9:0:0)
Device name : /dev/sda1
NTFS volume version: 3.1
Cluster size : 4096 bytes
Current volume size: 94771638784 bytes (94772 MB)
Current device size: 94771643904 bytes (94772 MB)
New volume size : 94771638784 bytes (94772 MB)
Nothing to do: NTFS volume size is already OK.
real resize 00:00 ( SUCCES )
ntfsresize -P --force --force /dev/sda1
ntfsresize v1.13.1.1 (libntfs 9:0:0)
Device name : /dev/sda1
NTFS volume version: 3.1
Cluster size : 4096 bytes
Current volume size: 94771638784 bytes (94772 MB)
Current device size: 94771643904 bytes (94772 MB)
New volume size : 94771638784 bytes (94772 MB)
Nothing to do: NTFS volume size is already OK.
========================================
Any thoughts