Thanks to all who replied. My problem was trying to link 2 disks to one dir
Example) linking /disk1/images/project1 and /disk2/images/project1 to
/linkeddir/project1. I needed to have all of the files from both
disks appear in one directory. I was trying to symbolicly link the directories
to /linkeddir/project1
i.e. ln -s /disk1/images/project1 /disk2/images/project1 /linkeddir/project1
what I needed to do was symbolically link the both disks files to the dir.
i.e. ln -s /disk1/images/project1/* /disk2/images/project1/* /linkeddir/project1.
Thanks for the answers.
John O'Mara
This archive was generated by hypermail 2.1.2 : Fri Sep 28 2001 - 23:11:17 CDT