I would solve this problem: I want to move all my data in my actual hard disk of 500gb, because it is almost full, to a new hard disk of 1TB with the possibility to enlarge the partitions.
If I clone my disk, then can I enlarge those partitions? Which tools do you suggest?
EDIT
This is the output of sudo parted -ls
Model: ATA ST2000DM006-2DM1 (scsi)
Disk /dev/sda: 2000GB
Sector size (logical/physical): 512B/4096B
Partition Table: msdos
Disk Flags:
Number Start End Size Type File system Flags
1 1049kB 2000GB 2000GB primary ntfs boot
2 2000GB 2000GB 482MB primary ntfs diag
Model: ATA STM3500418AS (scsi)
Disk /dev/sdb: 500GB
Sector size (logical/physical): 512B/512B
Partition Table: msdos
Disk Flags:
Number Start End Size Type File system Flags
1 1049kB 256MB 255MB primary ext2 boot
2 257MB 500GB 500GB extended
5 257MB 500GB 500GB logical
Model: ATA ST1000DM005 HD10 (scsi)
Disk /dev/sdc: 1000GB
Sector size (logical/physical): 512B/512B
Partition Table: msdos
Disk Flags:
Number Start End Size Type File system Flags
1 1049kB 1000GB 1000GB primary ntfs
Model: Linux device-mapper (linear) (dm)
Disk /dev/mapper/al91--vg-home: 456GB
Sector size (logical/physical): 512B/512B
Partition Table: loop
Disk Flags:
Number Start End Size File system Flags
1 0,00B 456GB 456GB ext4
Model: Linux device-mapper (linear) (dm)
Disk /dev/mapper/al91--vg-root: 30,0GB
Sector size (logical/physical): 512B/512B
Partition Table: loop
Disk Flags:
Number Start End Size File system Flags
1 0,00B 30,0GB 30,0GB ext4
Model: Linux device-mapper (linear) (dm)
Disk /dev/mapper/al91--vg-swap_1: 14,3GB
Sector size (logical/physical): 512B/512B
Partition Table: loop
Disk Flags:
Number Start End Size File system Flags
1 0,00B 14,3GB 14,3GB linux-swap(v1)
Error: /dev/mapper/sda5_crypt: unrecognised disk label
Model: Linux device-mapper (crypt) (dm)
Disk /dev/mapper/sda5_crypt: 500GB
Sector size (logical/physical): 512B/512B
Partition Table: unknown
Disk Flags:
I have 3 hardisks: one with Windows, one with Linux and one for backups. Don't consider the Windows and backup disks, please.
Thanks in advance.