Quantcast
Channel: Raspberry Pi Forums
Viewing all articles
Browse latest Browse all 8041

Beginners • Re: How to move files automaticaly

$
0
0
Are you saying I would have to write a new script in each of the directories to get them acroee?
It's not obligatory to write a script, it is one way of several. Symbolic links should work fine, too, as long as the destination is mounted.

If you are making symbolic links, it might be that you have the names reversed. Try:

Code:

ln -s /home/pi/mnt2/4TBHDD/Bay-Window /home/pi/mnt1/Bay-Window 
That will put a symbolic link called Bay-Window in the directory /home/pi/mnt1/ which actually points to /home/pi/mnt2/4TBHDD/Bay-Window/
Make sure that /home/pi/mnt2/4TBHDD/Bay-Window/ exists and is writable.

See "man ln" for authoritative information.

Statistics: Posted by tpyo kingg — Mon Aug 04, 2025 10:21 am



Viewing all articles
Browse latest Browse all 8041

Trending Articles