Link to home
Start Free TrialLog in
Avatar of eemmpph
eemmpph

asked on

How can I delete a duplicate folder on my Western Digital Passport USB drive?

I am running Windows 7 Professional Operating System on my computer.

I have 2 folders (named "LIT") on my F: drive (2TB USB Western Digital Passport) with the same name, which I did not think was possible.

I successfully renamed the 1st folder to LIT SAVE.  

There is a problem with the 2nd folder named "LIT":  Using Windows Explorer, I try to delete the folder (or rename the folder), and get this error:

Could not find this item.
This is no longer located in F:\.  Verify the item's location and try again.

What can I do to solve this problem?

Thanks for your help!
ASKER CERTIFIED SOLUTION
Avatar of Panagiotis Toumpaniaris
Panagiotis Toumpaniaris
Flag of Greece image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of eemmpph
eemmpph

ASKER

Using dir /X, there are two folders:

LIT~1 , which is the folder I want to delete.  
LIT~SA~1, which contains all my data is the folder I want to save.

At a command prompt, I typed
RD /S /Q F:\LIT~1

The folder was deleted successfully.

Thanks for your help!
Avatar of eemmpph

ASKER

Using the dir /x worked best for me, so that I was able to see the 8.3 folder name and  was able to delete the duplicate folder name successfully.  

Thanks for your help!
You're welcome!
I'm glad it helped.