Re: Redirection in filesystem

Radovan Garabik (garabik@atlas03.dnp.fmph.uniba.sk)
Wed, 24 Nov 1999 10:11:35 +0100


: I'm looking for a way to "shadow" an existing filesystem. Basically, so
: that any request to /newfs/<dirs>/<file> would be redirected to
: /var/newfs/<dirs>/<file>. This would be handled completely in the
: kernel. I figure that I can use the same inode numbers in the shadow
: filesystem as in the actual FS, and just redirect reads and
: writes. However, lookup is giving me problems (since it just says "find
: directory n in inode i"). Is there an easy way to lookup a prefixed path
: in another filesystem?

looks like medusa (http://medusa.fornax.sk) could do it...
though probably this different from what you wanted

-- 
 -----------------------------------------------------------
| Radovan Garabik http://melkor.dnp.fmph.uniba.sk/~garabik/ |
| __..--^^^--..__         garabik @ fmph.uniba.sk           |
 -----------------------------------------------------------
Antivirus alert: file .signature infected by signature virus.
Hi! I'm a signature virus! Copy me into your signature file to help me spread!

- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.rutgers.edu Please read the FAQ at http://www.tux.org/lkml/