Topic: I tried to move and resize partitions using GParted 0.4.5
Hi, I tried to move and resize partitions. And now have a problem with sda6 (it is my /home) after using GParted 0.4.5 on the Ubuntu 9.10 live cd. I booted from the live cd. This is copy of the terminal.
ubuntu@ubuntu:/$ sudo fdisk -l -u
Disk /dev/sda: 40.0 GB, 40000000000 bytes
255 heads, 63 sectors/track, 4863 cylinders, total 78125000 sectors
Units = sectors of 1 * 512 = 512 bytes
Disk identifier: 0xd0f4738c
Device Boot Start End Blocks Id System
/dev/sda1 63 64259 32098+ de Dell Utility
/dev/sda2 * 64260 18281969 9108855 7 HPFS/NTFS
/dev/sda3 18281970 22956884 2337457+ db CP/M / CTOS / ...
/dev/sda4 22956885 78124094 27583605 5 Extended
/dev/sda5 22956948 24001109 522081 82 Linux swap / Solaris
/dev/sda6 24001173 57914324 16956576 83 Linux
/dev/sda7 67874688 78124094 5124703+ 83 Linux
ubuntu@ubuntu:/$ sudo parted /dev/sda unit s print
Model: ATA ST340014A (scsi)
Disk /dev/sda: 78125000s
Sector size (logical/physical): 512B/512B
Partition Table: msdos
Number Start End Size Type File system Flags
1 63s 64259s 64197s primary fat16
2 64260s 18281969s 18217710s primary ntfs boot
3 18281970s 22956884s 4674915s primary fat32
4 22956885s 78124094s 55167210s extended
5 22956948s 24001109s 1044162s logical linux-swap(v1)
6 24001173s 57914324s 33913152s logical
7 67874688s 78124094s 10249407s logical ext3
ubuntu@ubuntu:/$
I really need some help.
marK