smokin Posted October 17, 2021 Share Posted October 17, 2021 (edited) sorry, can't figure out how to edit the title to transfer files... Hello, I successfully used mklink/J to transfer some large file directories off of the primary FSX drive to a separate hard drive. Although I have to say, I did not fully understand the utility. Thus, my question is how do I reverse the process without mistakenly deleting the files. In other words, I wish to revert back to the original. Below are the commands to reverse the changes, however I do not understand how and where to use them. Do you use these commands from the FSX root or where the files were copied to, and which command is appropriate. Is there a specific sequence of events I should follow that will reverse the process? Thanks in advance. =================================================================================== To delete a symbolic link to a file or directory, the following command line syntax can be used (in each case, "linkname" specifies the name of the symbolic link to be deleted): •For links to files: del linkName •For links to directories: rmdir linkName SOLUTION: rmdir on the other hand will only delete the directory link, not what the link points to. ============================================================= Edited October 17, 2021 by smokin spell check Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now