How do I mount the EFI partition on Windows 8.1 so that it is readable and writeable?
Posted
by
RyanTM
on Super User
See other posts from Super User
or by RyanTM
Published on 2013-10-20T19:58:59Z
Indexed on
2013/10/20
21:58 UTC
Read the original article
Hit count: 419
Here is what I do:
- restart machine with Windows 8.1
- determine "EFI System" parition with the Disk Management utility
- run command prompt as administrator
- type
diskpart
- type
select disk 0
thenselect partition 2
thenassign
- open windows explorer
windows+e
- refresh if the drive is not showing
F5
- try to open drive by double clicking
What I expected to happen:
I can at least look at my EFI partition files.
What happened:
after clicking continue
after clicking "security tab" link, no security tab
What do I need to do to access my EFI partition on Windows 8.1?
© Super User or respective owner