Topic: [SOLVED]NTFS Partition size problem
I tried to extend my 40GB NTFS partition to 80GB using GParted Live 0.4.6-3. In Windows, Disk Manager says in the top window the partition is 37.26GB while the bottom window shows the disk has one 74.53GB partition. I'm running Windows Server 2003. The system boots seems to run fine except for the missing 40GB of disk.
>fdisk -l -u
Disk /dev/sda: 80.0 GB, 80026361856 bytes
255 heads, 63 sectors/track, 9729 cylinders, total 156301488 sectors
Units = sectors of 1 * 512 = 512 bytes
Disk identifier: 0xccaeccae
Device Boot Start End Blocks Id System
/dev/sda1 * 63 156296384 78148161 7 HPFS/NTFS
>parted /dev/sda unit s print
Model: ATA Hitachi HTS72108 (scsi)
Disk /dev/sda: 156301488s
Sector size (logical/physical): 512B/512B
Partition Table: msdos
Number Start End Size Type File system Flags
1 63s 156296384s 156296322s primary ntfs boot
Any help would be greatly appreciated.
--Mark