Hi,
I have three harddisks mounted and I would like all the dirs on them, to show up on the FTP server. I've tried out a suggestion posted in this thread:
http://www.linuxquestions.org/questi...ink#post305283
I've done:
mount --bind /home/hd1 /home/ftp
mount --bind /home/hd2 /home/ftp
mount --bind /home/hd3 /home/ftp
Unfortunately, only the dirs on hd1 will show up in the FTP server. I've also tried to use symlinks, but that doesn't work either.
Does anyone know a solution on how to mound multiple harddisks to only one ftp directory (/home/ftp)?
Thanks