I have two partitions<br>
<br>
/dev/hda1<br>
/dev/hda5<br>
<br>
I want to link a directory on /hda1 to a directory on /hda5 ie.<br>
<br>
/home/ftp/mirrors/linux (/home is on /hda1)<br>
/usr1/mirrors/linux<br>
<br>
I want to link the 1st one to the second one.<br>
<br>
I used ln -d /usr1/mirrors/linux /home/ftp/mirrors/linux however I am getting an error message as follows:<br>
<br>
ln: cannot create hard link '`/usr1/mirrors/linux' to '/home/ftp/mirrors/linux': Invalid cross-device link. Any ideas.<br>
<br>
What is spawning this is I have a new ftp server and want to set this up like the old server. (Same partition settings) Is there another way to link them?<br>
<br>
war...
<br>
/dev/hda1<br>
/dev/hda5<br>
<br>
I want to link a directory on /hda1 to a directory on /hda5 ie.<br>
<br>
/home/ftp/mirrors/linux (/home is on /hda1)<br>
/usr1/mirrors/linux<br>
<br>
I want to link the 1st one to the second one.<br>
<br>
I used ln -d /usr1/mirrors/linux /home/ftp/mirrors/linux however I am getting an error message as follows:<br>
<br>
ln: cannot create hard link '`/usr1/mirrors/linux' to '/home/ftp/mirrors/linux': Invalid cross-device link. Any ideas.<br>
<br>
What is spawning this is I have a new ftp server and want to set this up like the old server. (Same partition settings) Is there another way to link them?<br>
<br>
war...