01-18-2024, 06:32 AM
(This post was last modified: 01-18-2024, 07:18 AM by OldNavyGuy.)
(01-17-2024, 08:18 PM)CharlieB Wrote: The type of the file system is FAT32.
Access is denied.
I would reformat the drive as NTFS.
If there is data that you want to keep, you have a few options...
1. Boot into a Linux Live system and copy the data over to a new location.
https://www.linux.com/training-tutorials...ing-linux/
Reformat, and copy the data back to the drive.
2. Use a tool such as MiniTool Partition Wizard to change the format from FAT32 to NTFS.
3. Open an elevated Command prompt, and run the following...
convert DriveLetter: /fs:ntfs
Example -
convert E: /fs:ntfs