Topic: [SOLVED]: Current NTFS Volume Size is bigger than the device size
I was using GParted 0.5.0 from SystemRescueCD 1.3.4. I took the defaults and left the checkmark next to "round to cylinders" when I tried to expand the NTFS boot partition.
Gparted reports the Device Size (30878 MB) is smaller than the Volume size (51515 MB) and the cluster size is 4096 bytes with NTFS version 3.1.
root@sysresccd /root % fdisk -l -u
Disk /dev/sda: 203.9 GB, 203928109056 bytes
255 heads, 63 sectors/track, 24792 cylinders, total 398297088 sectors
Units = sectors of 1 * 512 = 512 bytes
Disk identifier: 0x2420241f
Device Boot Start End Blocks Id System
/dev/sda1 * 63 60308009 30153973+ c W95 FAT32 (LBA)
/dev/sda2 100615095 398283479 148834192+ f W95 Ext'd (LBA)
/dev/sda5 100615158 398283479 148834161 7 HPFS/NTFS
root@sysresccd /root % parted /dev/sda unit s print
Model: ATA Maxtor 6Y200P0 (scsi)
Disk /dev/sda: 398297088s
Sector size (logical/physical): 512B/512B
Partition Table: msdos
Number Start End Size Type File system Flags
1 63s 60308009s 60307947s primary ntfs boot, lba
2 100615095s 398283479s 297668385s extended lba
5 100615158s 398283479s 297668322s logical ntfs
Here is a link to the MBR and PBR files:
http://www.mediafire.com/?sharekey=9e5e … 6b9a6e1ed0
Thanks for any help.