• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Deleting Folders in Symbolically Linked Drives

This is driving me nuts!

I have a hard drive with two partitions, C: (Windows and Programs) and D: (Music). I've mounted the music drive as a folder on the C: so it looks like this now:

My Computer
----C:
--------C:\music
------------clip1.wav
------------clip2.wav
----D:
--------D:\music
------------clip1.wav
------------clip2.wav


I did this using Windows Disk Management so it's very fast and smooth and works just as if it's another folder, with the ONE exception. I can not delete folders when I'm browsing via C: drive. I can, however, go into the C:\music folder and delete individual files, just not folders.

Final Question: How do I delete folders in symbolically linked drives in Windows XP? Does this functionality even exist?
 
Should have mentioned that doesn't work. Regardless, it would be inconvenient to execute a console command everytime I wanted to remove a folder.

Anyway, to answer my own question, NTFS Link (http://elsdoerfer.name/=ntfslink), makes Windows Explorer handle junctions correctly. Also use the fsutil app can be used delete and query reparse points.

At least I'm more knowledgeable about the NTFS file system now.
 
Back
Top