Just got a new 3TB HDD(using GPT partition table format), and I need to clone an existing HDD to format from NTFS to EXT4, then reimaging the newly formated drive, then clone another existing but dieing HDD. So I launch the KDE Partition Manager. I right click on the partition table lay out for the source drive, and click copy. I then right click on the new 3TB HDD which shows as unallocated now, and click paste. Then I get an error after say minute. Using KDE Partition Manager Version 1.0.3 the error is:
Code:
Copy partition ‘/dev/sdb1’ (1.82 TiB, ntfs) to unallocated space (starting at 31.50 KiB) on ‘/dev/sda’ and grow it to 2.73 TiB Job: Check file system on partition ‘/dev/sdb1’ Command: ntfsresize -P -i -f -v /dev/sdb1 ntfsresize v2012.1.15AR.1 (libntfs-3g) Device name : /dev/sdb1 NTFS volume version: 3.1 Cluster size : 4096 bytes Current volume size: 2000396743168 bytes (2000397 MB) Current device size: 2000396746752 bytes (2000397 MB) Checking for bad sectors ... Checking filesystem consistency ... Accounting clusters ... Space in use : 1872462 MB (93.6%) Collecting resizing constraints ... Estimating smallest shrunken size supported ... File feature Last used at By inode $MFT : 1826562 MB 0 Multi-Record : 1883194 MB 24058 $MFTMirr : 1 MB 1 Sparse : 1821866 MB 15861 Ordinary : 2000397 MB 3258 You might resize at 1872461049856 bytes or 1872462 MB (freeing 127935 MB). Please make a test run using both the -n and -s options before real resizing! Check file system on partition ‘/dev/sdb1’: Success Job: Create new partition ‘Copy of /dev/sda1’ Failed to add partition ‘Copy of /dev/sda1’ to device ‘/dev/sda’. Create new partition ‘Copy of /dev/sda1’: Error Creating target partition for copying failed. Copy partition ‘/dev/sdb1’ (1.82 TiB, ntfs) to unallocated space (starting at 31.50 KiB) on ‘/dev/sda’ and grow it to 2.73 TiB: Error
Comment