BaSs_HaXoR

[TUT] How To: EFI/UEFI FAT32 view files on WINDOWS

Jan 21st, 2026 (edited)
5,380
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. In windows if you need to access an external nvme/hdd/ssd/usb/etc...
  2. connect to windows, verify it shows up in disk manager (win+x, k)
  3.  
  4. Open CMD as Administrator:
  5. diskpart
  6. list disk
  7. select disk 2
  8. list partition
  9. select partition 1
  10. assign letter=E
  11.  
  12. (when done: remove letter=E)
  13. remove letter=E
  14. exit
  15.  
  16. PERMISSION DENIED! Right? Because it's FAT32 UEFI/EFI OS (ubuntu/etc).
  17.  
  18. Open Task Manager, Run New Task, Browse, Navigate to the Letter you chose, E in this case.
  19. You will now be able to access it. FULL PERMISSIONS. :)
Advertisement