Topic: [SOLVED] Problem with NTFS partition after resize
Hi,
I used 0.5.2 GParted to resize a NTFS partition from 1000gb to 500gb.
# ntfsresize --info --force /dev/sdb1
ntfsresize v2.0.0 (libntfs 10:0:0)
Device name : /dev/sdb1
NTFS volume version: 3.1
Cluster size : 4096 bytes
Current volume size: 475914662400 bytes (475915 MB)
Current device size: 475913652224 bytes (475914 MB)
ERROR: Current NTFS volume size is bigger than the device size!
Corrupt partition table or incorrect device partitioning?
# fdisk -l -u /dev/sdb
Disk /dev/sdb: 1000.2 GB, 1000204886016 bytes
255 heads, 63 sectors/track, 121601 cylinders, total 1953525168 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0xfd12ffa3
Device Boot Start End Blocks Id System
/dev/sdb1 2048 929520899 464759426 7 HPFS/NTFS
# sudo parted /dev/sdb unit s print
Model: WD 10EADS External (scsi)
Disk /dev/sdb: 1953525168s
Sector size (logical/physical): 512B/512B
Partition Table: msdos
Number Start End Size Type File system Flags
1 2048s 929520899s 929518852s primary ntfs
MBR # dd if=/dev/sdb of=sdb-coralisigns.mbr bs=512 count=1
PBR # dd if=/dev/sdb of=sdb-coralisigns.pbr bs=512 count=1 skip=2048
Download link: http://dl.dropbox.com/u/5327639/sdb-coralisigns.tgz
Thanks in advance,
Kyriakos Bellios