Topic: [SOLVED] NTFS resize problem
Hello.
I'm not sure how to do some steps from the tutorial, so I decided to open this thread.
Here it goes:
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
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0xe62de62d
Device Boot Start End Blocks Id System
/dev/sda1 * 2048 206847 102400 7 HPFS/NTFS
Partition 1 does not end on cylinder boundary.
/dev/sda2 206848 114894847 57344000 7 HPFS/NTFS
/dev/sda3 114894848 152782847 18944000 83 Linux
/dev/sda4 152782848 156301311 1759232 5 Extended
/dev/sda5 152784896 156301311 1758208 82 Linux swap / Solaris
Disk /dev/sdb: 41.2 GB, 41174138880 bytes
255 heads, 63 sectors/track, 5005 cylinders, total 80418240 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: 0x34683468
Device Boot Start End Blocks Id System
/dev/sdb1 * 63 80389259 40194598+ 7 HPFS/NTFS
parted /path-to-your-device unit s print
Model: ATA ST380011A (scsi)
Disk /dev/sda: 156301488s
Sector size (logical/physical): 512B/512B
Partition Table: msdos
Number Start End Size Type File system Flags
1 2048s 206847s 204800s primary ntfs boot
2 206848s 114894847s 114688000s primary ntfs
3 114894848s 152782847s 37888000s primary ext4
4 152782848s 156301311s 3518464s extended
5 152784896s 156301311s 3516416s logical linux-swap(v1)
Thanks