You need to convert your usb drive from FAT32 to NTFS
This is the most easiest and safest way of converting
- Right click on usb drive
- Click format
- Change the type to NTFS
Done!! Now you can copy the files
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
These directions don't work to solve this problem because I cannot "right click on command prompt." I don't see how to do that following the "click System Tools" step. What should I be looking for? Nothing I click on brings up the "run as adminstrator" option. HELP!!
Let’s try converting the drive to a NTFS and NoSecurity setting. This can be done by:
· Click the Start Orb
· Click All Programs
· Click Accessories
· Click System Tools
· Right click Command Prompt
· Click Run as Administrator
· Enter the command, convert <drive> /fs:ntfs /nosecurity (<drive should be the drive letter of your external hard drive, for example convert F: /fs:ntfs /nosecurity )
Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.
You need to convert your usb drive from FAT32 to NTFS
This is the most easiest and safest way of converting
Done!! Now you can copy the files
You need to convert your usb drive from FAT32 to NTFS
This is the most easiest and safest way of converting
- Right click on usb drive
- Click format
- Change the type to NTFS
Done!! Now you can copy the files
Many thanks for such a simple solution.
This answer has been deleted due to a violation of our Code of Conduct. The answer was manually reported or identified through automated detection before action was taken. Please refer to our Code of Conduct for more information.
Comments have been turned off. Learn more
Set up a USB device as a bootable drive
| Step 1: | Insert a USB drive into a running computer. |
|---|---|
| Step 2: | Open a command prompt window as an administrator. (To do this, right-click Command Prompt and selectRun as administrator.) |
| Step 3: | In the command prompt window, enter diskpart, and press Enter. |
| Step 4: | To determine the drive number or letter of the USB drive, at the command prompt, enter list disk, and press Enter. <br><br>The list disk command displays all the disks on the computer. Note the drive number or drive letter of the USB drive. |
| Step 5: | At the command prompt, enter select disk X, where X is the drive number or drive letter of the USB drive that you noted in the last step, and press Enter. |
| Step 6: | Enter clean, and press Enter. <br><br>This will delete all data from the USB drive. |
| Step 7: | To create a new primary partition on the USB drive, enter create part pri, and press Enter. |
| Step 8: | To select the partition that you just created, enter select part 1, and press Enter. |
| Step 9: | To format the partition, enter format fs=fat32 quick, and press Enter. |
| Step 10: | Enter active, and press Enter. |
| Step 11: | Enter exit, and press Enter. |
in this case how can we Mack bookable flash in fat32 file system for Microsoft surface 4 pro ?
This is great. Worked like a charm. Thanks.