PDA

View Full Version : Can't create folders in raiding dirs...


MidasKing
11-08-2003, 12:48 PM
Hmm, I have a small problem with raiding dirs.
In my .vfs file I have declared:

"d:\FTP\Moviez-1" \Filmes_all
"e:\FTP\Moviez-2" \Filmes_all

But, when I try make directories or uploads in dir \Filmes_all (e:\FTP\Moviez-2, of course), with my ftp client, I get an error message saying:

MKD teste_dir
550 teste_dir: Permission denied.
PWD
257 "/Filmes_all/" is current directory.
PASV
227 Entering Passive Mode (200,220,193,252,7,191)
LIST

I have checked the ioftpd.log but I can't find anything in there. The chmod values are also ok.
Anyone know what the problem might be?

Mouton
11-08-2003, 01:10 PM
chmod values are not ok. you need to chmod the 2nd directory alone.

- mount both physical directories on different vfs mount points.

- chmod both vfs directories

- re-do your raid

Phlegm
11-08-2003, 04:01 PM
how come I was always thinking of ioFTPD built raided dirs were read-only ones, therefore you shouldnt be able to make any dirs or write there anyways from server side.

MidasKing
11-09-2003, 05:39 AM
Originally posted by Mouton
chmod values are not ok. you need to chmod the 2nd directory alone.

- mount both physical directories on different vfs mount points.

- chmod both vfs directories

- re-do your raid


Mouton....

Your suggest work perfectly...


Thanks a lot...