PDA

View Full Version : VFS question: merging


adamas
02-25-2006, 03:39 AM
I got 2 HDDs, and I want to merge my hip-hop section.
HDD 1:
/HIP-HOP/# - L
/HIP-HOP/M - Z

HDD 2:
/HIP-HOP/# - L
/HIP-HOP/M - Z

I try mounting them:
"e:\HIP-HOP" /music/hip-hop
"i:\HIP-HOP" /music/hip-hop

When I login and go 2 music dir I have 2 dirs called hip-hop there. In each of them I got 2 dirs named # - L and 2 named M - Z. Anyone happens to know of a way of proper merging? Like, since the paths on both drives are the same, shouldnt they simply be merged in one dir called hip-hop with # - L and # - L inside?



Beforehand thankful,
Diam0nd.

P.S. I am also running another server on my machine, on R****nFTPD, and it merges my stuff just fine.

tuff
02-25-2006, 03:43 AM
do you have /music defined in your vfs?

you could try

"c:\ioftpd\site\pub" /music
"e:\HIP-HOP" /music/hip-hop
"i:\HIP-HOP" /music/hip-hop

neoxed
02-25-2006, 03:45 AM
Consult the knowledge base and search the forum before asking.

Q: Can I merge multiple real directories into one virtual directory ? (http://www.inicom.net/pages/en.ioftpd-kb.php?expand=64)

adamas
02-25-2006, 03:59 AM
do you have /music defined in your vfs?

you could try

"c:\ioftpd\site\pub" /music
"e:\HIP-HOP" /music/hip-hop
"i:\HIP-HOP" /music/hip-hop
do you have /music defined in your vfs?

you could try

"c:\ioftpd\site\pub" /music
"e:\HIP-HOP" /music/hip-hop
"i:\HIP-HOP" /music/hip-hop
Here's my curent vfs:
"c:\_ioFTPD\" /
"c:\_ioFTPD\" /music
"e:\HIP-HOP" /music/hip-hop
"i:\HIP-HOP" /music/hip-hop

Here's what I see when I go to /music/hip-hop:
# - L
# - L
M - Z
M - Z

But what I would like to see is only # - L and M - Z and in each of them the merged content. Like, under /music/hip-hop/# - L I wanna see content of e:\HIP-HOP# - L and i:\HIP-HOP# - L. Same goes for M - Z. I hope I am making myself clear enough guys.

Consult the knowledge base and search the forum before asking.

Q: Can I merge multiple real directories into one virtual directory ? (http://www.inicom.net/pages/en.ioftpd-kb.php?expand=64)
Thanks, I had a look both at the documentation and the knowledge base. I've just had a look at the link you gave again. Is what I am looking for there, because if it is I certanly can not find/ see it. Any chance you could give a clearer answer?



Thanks in advance!