Today a mysterious new drive called "ESP (F:)" appeared on my PC. It is about 500 MB. And when I click on it, I'm told I do not "currently have permission to access this folder".
See bottom right of following image:
Is this just a bug that I needn't be too worried about?
Some others reporting the same thing at another site.
3 Answers
AKA EFI partition, apparently it was assigned a drive letter, you can remove the drive letter (set it with no drive letter) using Disk Management and it will become hidden in explorer again.
To answer the other question as why you cannot access it see this question
EDIT: Adding the solution from the OP comments, restart the PC several times and it will disappear.
4This is the EFI Partition which contains boot loaders for the OS. Therefore deleting it is a no-no. Windows 10 may sometimes recover if you deleted it, but not always - it depends on your motherboard BIOS.
Normally, you shouldn't see it as it's a hidden partition, but if you can see it you can hide it again by starting an elevated command prompt and typing
mountvol <driveletter>: /dFor me, this allowed mapped network drives to be correctly mapped again from the domain where the drive letter was consumed by the ESP partition.
0From my experience this is a temporary partition used during a Windows 10 upgrade. After installation of upgrade and reboot, it should disappear.