ridimensionare partizione Fedora 23

Ciao a tutti vorrei ridimensionare le partizioni attualmente usate sul mio portatile (100gb per windows 7 e 370gb per fedora 23). Vorrei almeno aumentare a 160gb quella destinata a windows 7 pro). Ho provato da gparted ma non mi fà modificare nulla. Ecco i comandi:

[code][root@localhost matteo]# vgdisplay
— Volume group —
VG Name fedora
System ID
Format lvm2
Metadata Areas 1
Metadata Sequence No 4
VG Access read/write
VG Status resizable
MAX LV 0
Cur LV 3
Open LV 3
Max PV 0
Cur PV 1
Act PV 1
VG Size 367,61 GiB
PE Size 4,00 MiB
Total PE 94109
Alloc PE / Size 94108 / 367,61 GiB
Free PE / Size 1 / 4,00 MiB
VG UUID 7dseQ5-Ubmv-gzQ6-AHqL-Rse4-2MjP-KepDFw

[root@localhost matteo]#[/code]

[code][root@localhost matteo]# lvdisplay
— Logical volume —
LV Path /dev/fedora/swap
LV Name swap
VG Name fedora
LV UUID igfLnw-Unwy-QXhC-mjqM-XddB-CNUv-TOq0ru
LV Write Access read/write
LV Creation host, time localhost.localdomain, 2016-01-19 22:29:47 +0100
LV Status available

open 2

LV Size 3,88 GiB
Current LE 992
Segments 1
Allocation inherit
Read ahead sectors auto

  • currently set to 256
    Block device 253:1

— Logical volume —
LV Path /dev/fedora/home
LV Name home
VG Name fedora
LV UUID uXIVFp-FP3O-GczZ-LlX1-ZaGe-cUl9-dlV4WV
LV Write Access read/write
LV Creation host, time localhost.localdomain, 2016-01-19 22:29:48 +0100
LV Status available

open 1

LV Size 313,73 GiB
Current LE 80316
Segments 1
Allocation inherit
Read ahead sectors auto

  • currently set to 256
    Block device 253:2

— Logical volume —
LV Path /dev/fedora/root
LV Name root
VG Name fedora
LV UUID m1zrjC-hGgg-S2Wv-WhNX-QtY8-Eq3Y-ce7y2d
LV Write Access read/write
LV Creation host, time localhost.localdomain, 2016-01-19 22:29:52 +0100
LV Status available

open 1

LV Size 50,00 GiB
Current LE 12800
Segments 1
Allocation inherit
Read ahead sectors auto

  • currently set to 256
    Block device 253:0

[root@localhost matteo]#
[/code]

[code][root@localhost matteo]# fdisk -l
Disk /dev/sda: 465,8 GiB, 500107862016 bytes, 976773168 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disklabel type: dos
Disk identifier: 0x71e2c27b

Dispositivo Avvio Start Fine Settori Size Id Tipo
/dev/sda1 * 2048 206847 204800 100M 7 HPFS/NTFS/exFAT
/dev/sda2 206848 204802047 204595200 97,6G 7 HPFS/NTFS/exFAT
/dev/sda3 204802048 205826047 1024000 500M 83 Linux
/dev/sda4 205826048 976773119 770947072 367,6G 5 Esteso
/dev/sda5 205828096 976773119 770945024 367,6G 8e Linux LVM

Disk /dev/mapper/fedora-root: 50 GiB, 53687091200 bytes, 104857600 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes

Disk /dev/mapper/fedora-swap: 3,9 GiB, 4160749568 bytes, 8126464 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes

Disk /dev/mapper/fedora-home: 313,8 GiB, 336869720064 bytes, 657948672 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes

Disk /dev/sdb: 14,9 GiB, 16008609792 bytes, 31266816 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
Disklabel type: dos
Disk identifier: 0x00000000

Dispositivo Avvio Start Fine Settori Size Id Tipo
/dev/sdb1 * 2048 31266815 31264768 14,9G 7 HPFS/NTFS/exFAT
[root@localhost matteo]#
[/code]

[code][root@localhost matteo]# parted -l
Modello: ATA WDC WD5000LPVX-2 (scsi)
Disco /dev/sda: 500GB
Dimensione del settore (logica/fisica): 512B/4096B
Tabella delle partizioni: msdos
Flag del disco:

Numero Inizio Fine Dimensione Tipo File system Flag
1 1049kB 106MB 105MB primary ntfs avvio
2 106MB 105GB 105GB primary ntfs
3 105GB 105GB 524MB primary ext4
4 105GB 500GB 395GB extended
5 105GB 500GB 395GB logical lvm

Modello: SanDisk Cruzer Edge (scsi)
Disco /dev/sdb: 16,0GB
Dimensione del settore (logica/fisica): 512B/512B
Tabella delle partizioni: msdos
Flag del disco:

Numero Inizio Fine Dimensione Tipo File system Flag
1 1049kB 16,0GB 16,0GB primary ntfs avvio

[root@localhost matteo]#
[/code]

grazie a chi mi risponderà

prego :wink:
Hai provato a seguire http://doc.fedoraonline.it/Ridimensionare_partizioni_LVM?