- To: slug@xxxxxxxxxxx
- Subject: Re: [SLUG] Merging two physical directories using possibly using ln-s and simple moving question
- From: Chris Deigan <chris@xxxxxxxxxxxx>
- Date: Fri, 8 Jul 2005 17:44:35 +1000
- User-agent: Mutt/1.5.6+20040907i
quote("Joel Heenan");
>First, I have two directories with music files. I want to have them
>appear as one directory to the filesystem, but actually be in two
>physical locations (its too large for one disk). so I have
>/home/media/music/ and /misc/media/music/ and I want all the
>directories in /misc/media/music to appear in /home/media/music.
>
>I thought one way would be to recursively ln-s the directories, and
>then cron this operation. I am thinking there is a better way though.
>What are your thoughts?
RAID them?
-Chris.