Hi everybody
I'm running out of space on my primary drive so I have mounted another one.Since my primary drive is not very big, I thought of this situation when I installed my server, but I had not foreseen the problem I have encountered.
What I have done is:
1) mounted the new disc at /mnt/s250g
2) created a dir e-smith/ on it
3) copied the directory /home/e-smith/files to the above dir
4) removed /home/e-smith/files
5) and finally created a synlink by 'ln -s /mnt/s250g/e-smith/files files' in /home/e-smith
The link is created, and I can cd into it, and with pwd it seem to work. Next I tested my email, and it works. I have tested ftp connection and it works too.
The only thing that does not work is my ibays. When i try to view the content of an ibay with my explorer, I get the error '403 Forbidden'.
How can I fix this?