Trying to convert USB drive from FAT32 to NTFS
Command prompt:
CONVERT f: /FS:NTFS
(where f is the relevant USB drive)
Appears to run through command, but doesn't finish, gives this message:
Convert cannot run because the volume is in use by another process. Convert may run if this volume is dismounted first. ALL OPENED HANDLES TO THIS VOLUME WOULD THEN BE INVALID. Would you like to force a dismount on this volume? (Y/N)
However it is not in use by any other process.
Entering Y to force a dismount does not work
Any suggestions?
