Do Symbolic Links Work Between Removable Drives on Different Machines?

0
0
Asked By CuriousCat123 On

If I create a symbolic link on one flash drive that points to a file on another flash drive, will that symbolic link still function correctly when both drives are connected to a different computer? Is the functionality due to the symbolic link referencing the UUID of the other drive?

3 Answers

Answered By FileGuru88 On

Don't forget, symlinks just care about the file path. If you create a symlink to something that doesn’t exist yet, it'll still point to it until you break it by deleting the target file. As long as the OS on the new machine recognizes the symlink and mounts the drives properly, you should be okay!

Answered By TechieTurtle42 On

It can actually work without needing the UUID. It mainly depends on whether both drives are mounted at the same path on the second machine. If everything is set up right, you're likely good to go!

Answered By QuestionSeeker29 On

Have you given it a shot yet? I'd guess it would work if both drives are mounted at the same points after connecting them to another computer. But beyond that, the file system doesn’t really involve the UUID in this case.

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.