Can I safely delete another Linux partition and expand my Windows partition?
After a load of messing around with different operating systems, I have been left with an enormous mess of partitions. Currently I have Fedora 20 installed alongside Windows and Ubuntu. I want to delete the sda1 Ubuntu partition and expand the sda4 Windows partition into the newly freed space. However, I'm worried that deleting Ubuntu may mess up my GRUB bootloader. Is it safe to delete?
The output of sudo fdisk -l
is:
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: 0xe8816e73
Partition 3 does not start on physical sector boundary.
Device Boot Start End Blocks Id System
/dev/sda1 2048 319989759 159993856 83 Linux
/dev/sda2 319989760 720283695 200146968 7 HPFS/NTFS/exFAT
/dev/sda3 720285694 894255103 86984705 f W95 Ext'd (LBA)
/dev/sda4 * 894255104 976773119 41259008 7 HPFS/NTFS/exFAT
/dev/sda5 884492288 894255103 4881408 82 Linux swap / Solaris
/dev/sda6 720289792 721313791 512000 83 Linux
/dev/sda7 721315840 884490239 81587200 8e Linux LVM
Partition table entries are not in disk order.
Disk /dev/mapper/fedora-root: 49.8 GiB, 53406072832 bytes, 104308736 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.8 GiB, 4060086272 bytes, 7929856 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: 24.3 GiB, 26075987968 bytes, 50929664 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
If you need any more information I will happily provide it. Thanks in advance.
what's the result of
lsblk
,sfdisk -l
andparted -l
?@yanglifu90 parted -l:
(more)