Topic: SOLVED - Mao: Current NTFS volume size is bigger than the device size!
Tried to resize NTFS (WinXP) partition (/dev/sda1) with GParted (SystemRescueCD 1.3.4).
This resulted to an unbootable WinXP isntallation. Luckily, the Ubuntu on the same PC still works !
Using that to provide the requested information:
------------
$ sudo fdisk -l -u
[sudo] password for mo:
Disk /dev/sda: 120.0 GB, 120034123776 bytes
255 heads, 63 sectors/track, 14593 cylinders, total 234441648 sectors
Units = sectors of 1 * 512 = 512 bytes
Disk identifier: 0xcccdcccd
Device Boot Start End Blocks Id System
/dev/sda1 63 102398309 51199123+ 7 HPFS/NTFS
/dev/sda2 * 225046080 234435599 4694760 12 Compaq diagnostics
Partition 2 does not end on cylinder boundary.
/dev/sda3 102398310 225038519 61320105 5 Extended
/dev/sda5 102398373 123363134 10482381 83 Linux
/dev/sda6 224010423 225038519 514048+ 82 Linux swap / Solaris
/dev/sda7 123363198 224010359 50323581 83 Linux
Partition table entries are not in disk order
------------
$ sudo parted /dev/sda unit s print
Model: ATA WDC WD1200BEVE-0 (scsi)
Disk /dev/sda: 234441648s
Sector size (logical/physical): 512B/512B
Partition Table: msdos
Number Start End Size Type File system Flags
1 63s 102398309s 102398247s primary ntfs
3 102398310s 225038519s 122640210s extended
5 102398373s 123363134s 20964762s logical ext4
7 123363198s 224010359s 100647162s logical ext4
6 224010423s 225038519s 1028097s logical linux-swap
2 225046080s 234435599s 9389520s primary fat32 boot
------------