I am trying to either remove or shrink my Dell Recovery partition. The recovery partition is 14 gb, even though there are ~6GB of used space. I have a Dell Venue 8 Pro with 32GB of storage, so space is kind of necessary. I have attempted to run diskpart and run "DELETE PARTITION OVERRIDE" after selecting the disk (disk 0) and the partition (part 4). First, it will not delete from within Windows, stating that it can't be removed. I then do the same from the advanced recovery tools in the command prompt - and the partition is removed. However, as soon as the partition is removed, the system will no longer boot. I honestly don't really want to remove this partition as it is nice to recover Windows from it if needed without having to boot to my Dell recovery thumb drive (given to me from Dell).
What have others found to work well? I simply either don't want the partition or I want it shrunk in size, but every time that I remove the partition in safe mode the tablet will not even boot. What am I doing wrong?
I believe you are trying to delete the wrong partition. Also, I don't know why your recovery partition is so big. On my Dell Venue 8 Pro there are two recovery partitions, the one you want is Partition 6 which is about 4.7GB. Partition 4 is the other recovery partition which is about 490MB. The Diskpart commands are:
select disk 0
select partition 6
delete partition override
select partition 5
extend
exit
Selecting partition 5 and extend merges the space into the Primary partition. Use the Diskpart list command to see a list of your partitions. Hope this helps.
vtoy116
2 Intern
•
307 Posts
1382
0
Posted December 27th, 2015 18:00
Hi,
I believe you are trying to delete the wrong partition. Also, I don't know why your recovery partition is so big. On my Dell Venue 8 Pro there are two recovery partitions, the one you want is Partition 6 which is about 4.7GB. Partition 4 is the other recovery partition which is about 490MB. The Diskpart commands are:
select disk 0
select partition 6
delete partition override
select partition 5
extend
exit
Selecting partition 5 and extend merges the space into the Primary partition. Use the Diskpart list command to see a list of your partitions. Hope this helps.